@extends('admin.layouts.master') @section('contents')

{{__('Create New Blog Category')}}

@csrf @include('admin.blog-categories.form')
@endsection