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

{{__('Product Category')}}

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