Admin Masters Management

Manage all system master records with search, filtering, pagination, and quick actions.

@forelse($items as $item) @empty @endforelse
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') }} Edit Delete

No master items found.

Try adjusting your search criteria or add a new master record.

@if($items->hasPages())
{{ $items->links() }}
@endif
{{ $editingId ? 'Edit Master Record' : 'Create Master Record' }} Enter the details of the master item below.
General Services Employees Events
Active Inactive
Cancel @if(! $editingId) Save & Create Another @endif
Delete Master Record Are you sure you want to delete this master item? This action cannot be undone.
Cancel Delete Record