Edit Blog Post

Back
@csrf @method('PUT')

You're editing the blog post: {{ Str::limit($post->title, 40) }}

@if($post->image) Current Blog Image

Current image

@else

No current image

@endif

Select a new image (optional)

Choose New Image

Leave empty to keep the current image. Maximum size: 10MB.

Active posts are visible on your site. Inactive posts are saved as drafts.

Post Information

Created

{{ $post->created_at->format('M d, Y') }}

Last Updated

{{ $post->updated_at->format('M d, Y') }}

ID

#{{ $post->id }}

Status

@if($post->is_active) Published @else Draft @endif

View Post