@extends('layouts.admin') @section('page', $page) @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('content')
@include('include.message')
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
slug, $restrictedSlugs)) readonly @endif> @if ($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if ($errors->has('content')) {{ $errors->first('content') }} @endif
footer == 'yes' ? 'checked' : '' }}>
@endsection @section('script') @endsection