{{ __('Edit Post') }}

@if (session('status') === 'post-updated')
{{ __('Post updated successfully.') }}
@endif
@csrf @method('patch')
{{ __('Save') }} {{ __('Back') }}