@section('optional_css') @endsection @section('optional_js') @endsection

{{ __('Post') }}

{{ __('Create') }} {{ __('Post') }} @csrf
{{ __('Category') }}
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
{{ __('Title') }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
{{ __('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') }}
@if ($errors->has('excerpt')) {{ $errors->first('excerpt') }} @endif
{{ __('Save') }}