@extends('backend.layouts.app') @section('title', 'Page') @section('content')
{{ 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') @endpush @push('scripts') @endpush