complete story 15.1
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Potential Clients',
|
||||
'singular' => 'Potential Client',
|
||||
'types' => [
|
||||
'individual' => 'Individual',
|
||||
'company' => 'Company',
|
||||
'agency' => 'Agency',
|
||||
],
|
||||
'fields' => [
|
||||
'type' => 'Type',
|
||||
'name' => 'Name',
|
||||
'phone' => 'Phone',
|
||||
'email' => 'Email',
|
||||
'address' => 'Address',
|
||||
'social_media' => 'Social Media',
|
||||
'website' => 'Website',
|
||||
'notes' => 'Notes',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user