@extends('backend.layouts.admin.admin') @section('title', 'Page') @section('content')
{{ Form::model($page, ['route' =>['page.update', $page->slug],'class'=>'form form-validate','role'=>'form', 'files'=>true, 'novalidate']) }} {{ method_field('PUT') }} @include('backend.page.partials.form', ['header' => 'Edit page ('.Str::limit($page->name, 47).')']) {{ Form::close() }}
@stop @push('styles') @endpush @push('scripts') @endpush