@section('optional_css') @endsection @section('optional_js') @endsection {{ __('Page') }} {{ __('Create') }} {{ __('Page') }} @csrf {{ __('Title') }} @if ($errors->has('title')) {{ $errors->first('title') }} @endif {{ __('Content') }} {{ old('content') }} @if ($errors->has('content')) {{ $errors->first('content') }} @endif {{ __('Image') }} Select Image Remove Upload image if add image {{ __('Publish') }} SEO {{ __('Keywords') }} @if ($errors->has('keywords')) {{ $errors->first('keywords') }} @endif {{ __('Excerpt') }} {{ old('excerpt') }} @if ($errors->has('excerpt')) {{ $errors->first('excerpt') }} @endif {{ __('Save') }}
Upload image if add image