List of Unit Of Measurements
@if ($search)
Searched Results for "{{ $search }}"
@endif
@forelse ($uoms as $index => $uom) @empty @endforelse
ID Name Description Action
{{ $index + 1 }} {{ $uom->name }} {{ $uom->description }}
{{-- @can('uom-edit') --}} {{-- @endcan --}} {{-- @can('uom-delete') --}} @csrf @method('DELETE') {{-- @endcan --}}
Data Not Available
Print
{{ $uoms->links('livewire.item.pagination-links') }}
@push('styles') @endpush