Compare commits
2 Commits
e2acfdc53e
...
d00f5d8681
| Author | SHA1 | Date | |
|---|---|---|---|
| d00f5d8681 | |||
|
|
207d52a443 |
@@ -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