{!! Form::model($notice, ['method' => 'PATCH', 'action' => ['Admin\NoticeController@update', $notice->id]])!!}
@include('backend.notice.partial')
Browse
@if ($notice->feature_file !="")
@else
@endif
{!! Form::hidden('feature_file', null) !!}
{!! Form::close() !!}
@endsection