@extends('admin.master') @section('content')

Edit Blog Post

← Back
@if ($errors->any())
@endif
@csrf @method('PUT')
Blog Details
Click or Drag & Drop Your Image Here to Change
@if($blog->image) Current Image Current Image @else No file uploaded @endif
SEO Settings
@endsection