@section('optional_css') @endsection @section('optional_js') @endsection {{ __('Page') }} @if(session('success')) {{ session('success') }} @endif {{ __('Edit') }} {{ __('Page') }} @csrf @method('PUT') {{ __('Title') }} @if ($errors->has('title')) {{ $errors->first('title') }} @endif {{ __('Content') }} {{ old('content', $page->content) }} @if ($errors->has('content')) {{ $errors->first('content') }} @endif {{ __('Image') }} @if(!empty($page->image)) @endif Select Image Remove Upload image if add image {{ __('Publish') }} publish))?'checked':'' }} data-bootstrap-switch> SEO {{ __('Keywords') }} @if ($errors->has('keywords')) {{ $errors->first('keywords') }} @endif {{ __('Excerpt') }} {{ old('excerpt', $page->excerpt) }} @if ($errors->has('excerpt')) {{ $errors->first('excerpt') }} @endif {{ __('Save') }}
Upload image if add image