{{ Form::model($notice, ['route' =>['notice.update', $notice->slug],'class'=>'form form-validate','role'=>'form', 'files'=>true, 'novalidate']) }}
{{ method_field('PUT') }}
@include('backend.notice.partials.form', ['header' => 'Edit page ('.str_limit($notice->name).')'])
{{ Form::close() }}
@stop
@push('styles')