Added options in filter logic #696
@@ -327,7 +327,12 @@ class VisitorEntryResource extends Resource
|
|||||||
->options([
|
->options([
|
||||||
'Student' => 'Student',
|
'Student' => 'Student',
|
||||||
'Consultant' => 'Consultant',
|
'Consultant' => 'Consultant',
|
||||||
'Vendor' => 'Vendor',
|
'Supplier' => 'Supplier',
|
||||||
|
'InterviewCandidates' => 'Interview Candidates',
|
||||||
|
'Customers/Dealers' => 'Customers/Dealers',
|
||||||
|
'Bankers' => 'Bankers',
|
||||||
|
'ServiceProviders' => 'Service Providers',
|
||||||
|
'GovermentOfficials' => 'Government Officials',
|
||||||
'Other' => 'Other',
|
'Other' => 'Other',
|
||||||
])
|
])
|
||||||
->placeholder('Enter Type')
|
->placeholder('Enter Type')
|
||||||
|
|||||||
Reference in New Issue
Block a user