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

{{ __('Edit') }}

{{ __('Page') }}
@include('admin.pages.partials.menu')
@include('shared.message')
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('slug')) {{ $errors->first('slug') }} @endif
footer) checked @endif> @if ($errors->has('footer')) {{ $errors->first('footer') }} @endif
@if ($errors->has('content')) {{ $errors->first('content') }} @endif