{{-- {{dd(Route::currentRouteName())}}--}}
{{ Form::open(['route' =>substr(Route::currentRouteName(), 0 , strpos(Route::currentRouteName(), '.')).'.store','class'=>'form form-validate','role'=>'form', 'files'=>true, 'novalidate']) }}
@include('backend.page.partials.form', ['header' => 'Create a page'])
{{ Form::close() }}
@stop
@push('styles')