@section('site_title', formatTitle([__('New'), __('Page'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['url' => route('admin.pages'), 'title' => __('Pages')], ['title' => __('New')], ]])

{{ __('New') }}

{{ __('Page') }}
@include('shared.message')
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if ($errors->has('footer')) {{ $errors->first('footer') }} @endif
@if ($errors->has('content')) {{ $errors->first('content') }} @endif