Manage all system master records with search, filtering, pagination, and quick actions.
| Code | Name | Category | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ $item->code }} |
{{ $item->name }}
@if($item->description)
{{ $item->description }} @endif |
{{ $item->category }} | @if($item->status === 'active') Active @else Inactive @endif | {{ $item->created_at->format('M d, Y') }} |
|
|
No master items found. Try adjusting your search criteria or add a new master record. |
|||||