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

{{__('Product Unit')}}

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