@extends('back.layout') @section('css') @endsection @section('main')
@if(Route::currentRouteName() === 'posts.edit') @method('PUT') @endif @csrf
@if(session('ok')) @endif
@isset($post) @endisset
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
@endsection @section('js') @include('back.shared.editorScript') @endsection