@section('title') Edit: {{ $post->title }} @endsection @section('scripts') @endsection
@csrf @method('post')

{{ $post->title }}

@lang('messages.author'):
@if (session('status') === 'post-updated')

@lang('messages.updated')

@endif @lang('messages.update')
{{ __('messages.loading') }}

{{ __('messages.blog_content_image_modal_title') }}

alt
title
{{ __('messages.save') }}

@lang('messages.update'): {{ $post->title }}

{{ $post->description }}

{!! old('content', $post->content) !!}