@extends('app-new') @section('content')
UOM Master
Manage units of measure
Reset
@forelse($uoms as $uom) @empty @endforelse
Name Symbol Status Actions
{{ $uom->name }} {{ $uom->symbol }} {{ ucfirst($uom->status) }} Edit
@csrf @method('DELETE')
No records found
{{ $uoms->links() }}
@endsection