@extends('layouts.app') @section('title', 'Edit Blog Post') @section('content')
Update your blog post
This will be shown as a preview in blog listings.
{{ $post->featured_image ? 'Upload a new image to replace the current one' : 'Upload an image to represent your blog post' }} (max 2MB).
Minimum 100 characters required.
Any changes to this post will require admin approval again before being published.