1
0
forked from poc/pds

Added options in filter logic

This commit is contained in:
dhanabalan
2026-06-02 09:18:25 +05:30
parent 82e5c43a23
commit 207d52a443

View File

@@ -327,7 +327,12 @@ class VisitorEntryResource extends Resource
->options([
'Student' => 'Student',
'Consultant' => 'Consultant',
'Vendor' => 'Vendor',
'Supplier' => 'Supplier',
'InterviewCandidates' => 'Interview Candidates',
'Customers/Dealers' => 'Customers/Dealers',
'Bankers' => 'Bankers',
'ServiceProviders' => 'Service Providers',
'GovermentOfficials' => 'Government Officials',
'Other' => 'Other',
])
->placeholder('Enter Type')