Added options in filter logic #696

Merged
jothi merged 1 commits from ranjith-dev into master 2026-06-02 03:48:40 +00:00

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')