@extends('layouts.master') @section('title', 'Edit Blog') @section('css') @endsection @section('breadcrumb')

Blogs Management

@endsection @section('main_content')

Edit Blog

@csrf @method('PUT') @include('admin.blog.fields')
@endsection @section('scripts') @endsection