@extends('layouts.admin') @section('page-title') {{__('Manage Product & Service Unit')}} @endsection @section('breadcrumb')
{{__('Unit')}} | {{__('Action')}} |
---|---|
{{ $unit->name }} | @can('edit constant category') @endcan @can('delete constant category') @endcan |