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

Admin Panel

Edit Blog

Back to Blogs
@if ($errors->any())
@endif
@csrf @method('PUT') @include('admin.blogs._form')
Danger Zone

Delete this blog permanently.

@csrf @method('DELETE')
@endsection @section('scripts') @include('admin.blogs.summernote-script') @endsection