@extends('layouts.app') @section('content')

Create Category

@csrf @include('blog-categories._form')
@endsection