@section('optional_css') @endsection @section('optional_js') @endsection {{ __('Post') }} {{ __('Create') }} {{ __('Post') }} @csrf {{ __('Category') }} @foreach($categories as $category) id == old('category_id'))?'selected':'' }}>{{ $category->name }} @endforeach @if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif {{ __('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