@extends('layouts.app') @section('title', 'Units of Measure') @php $breadcrumbs = [['label' => 'Masters', 'url' => '#'], ['label' => 'Units of Measure']]; @endphp @section('content')

Units of Measure Master

Manage units of measure records

@can('uom.create')New Units of Measure@endcan
@endsection