Merge pull request 'Added options in filter logic' (#696) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled

Reviewed-on: #696
This commit was merged in pull request #696.
This commit is contained in:
2026-06-02 03:48:39 +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')