Edit Blog
← Back to Blogs
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PUT')
Title *
Author *
Category *
Published Date *
Excerpt
{{ old('excerpt', $blog->excerpt) }}
Content *
{{ old('content', $blog->content) }}
Content is required.
Tags
Featured Image
@if($blog->image)
Current image:
@endif
is_active) ? 'checked' : '' }}>
Active (visible to public)
is_featured) ? 'checked' : '' }}>
Featured Post
Update Blog