@extends('adminlte::page') @section('css') @endsection @section('title', 'REEF | Blog Category') @section('content_header') @stop @section('content')

Crate blog category

@livewire('dashboard.blog.blog-category-form', ['blog' => $blog])
@stop @section('js') @stop