CouponAvailable Blog Dashboard
Dashboard
All Blogs Data
Manage Blogs
Create User
@csrf
Logout
Edit Blog Form For Administration
@csrf @method('PUT') @if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
Title
Content
{{ $voter->content }}
Current Image
@if ($voter->image)
Click here to view image
@else
No image available
@endif
Update Image
Update Blog
View Image
×