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

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

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