@section('optional_css') @endsection @section('optional_js') @endsection {{ __('Post') }} @if(session('success')) {{ session('success') }} @endif {{ __('Edit') }} {{ __('Post') }} @csrf @method('PUT') {{ __('Category') }} @foreach($categories as $category) id == old('category_id', $post->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', $post->content) }} @if ($errors->has('content')) {{ $errors->first('content') }} @endif {{ __('Image') }} @if(!empty($post->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', $post->excerpt) }} @if ($errors->has('excerpt')) {{ $errors->first('excerpt') }} @endif {{ __('Save') }}
Upload image if add image