@extends('adminlte::page') @section('title', 'Edit Blog Category') @section('content_header')

Edit Blog Category

@stop @section('content') @include('notifications')
{{ csrf_field() }} {{ method_field('PATCH') }}

Category Details

SEO Settings

Back
@stop