@extends('layouts.app') @section('title') {{ __('Product Category') }} @endsection @section('breadcrumb')

{{__('Product Category')}}

@endsection @section('content')
@csrf
@include('admin.inventory.categories._form')
@endsection