You're editing the blog post: {{ Str::limit($post->title, 40) }}
Current image
No current image
Select a new image (optional)
Leave empty to keep the current image. Maximum size: 10MB.
Active posts are visible on your site. Inactive posts are saved as drafts.
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