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

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

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