ranjith-dev #716

Merged
jothi merged 2 commits from ranjith-dev into master 2026-06-06 14:04:48 +00:00
Showing only changes of commit aafdfe3148 - Show all commits

View File

@@ -118,6 +118,7 @@ class VisitorEntryResource extends Resource
->label('Employee Department')
->options(
EmployeeMaster::distinct()
->orderBy('department')
->pluck('department', 'department')
)
->searchable()