← Back
Edit Post
@csrf @method('PUT')
Title
Category
category === 'news' ? 'selected' : '' }}>News
category === 'story' ? 'selected' : '' }}>Story
category === 'lifestyle' ? 'selected' : '' }}>Lifestyle
Body
{{ old('body', $post->body) }}
{{-- Show current image if exists --}} @if($post->image)
Current Image:
@endif {{-- Show current video if exists --}} @if($post->video)
Current Video:
@endif
Replace Image (optional)
Replace Video (optional)
💾 Update Post