{{trans('general.edit')}} {{trans('general.noticia')}}
{!! Form::model($notice, ['method' => 'PATCH', 'url' => 'notices/'.$notice->id, 'files' => 'true']) !!}
{!! Form::hidden('id', $notice->id) !!}
@include('notices.form', ['new' => false])
{!! Form::close() !!}