35 lines
1.0 KiB
PHP
35 lines
1.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Potential Clients',
|
|
'singular' => 'Potential Client',
|
|
'subtitle' => 'Manage prospective clients',
|
|
'add_potential_client' => 'Add Potential Client',
|
|
'all_types' => 'All Types',
|
|
'search_placeholder' => 'Search by name, email, or phone...',
|
|
'no_potential_clients_found' => 'No potential clients found',
|
|
'no_potential_clients_match' => 'No potential clients match your filters',
|
|
'clear_filters' => 'Clear filters',
|
|
'per_page' => 'per page',
|
|
'actions' => 'Actions',
|
|
'view' => 'View',
|
|
'edit' => 'Edit',
|
|
'delete' => 'Delete',
|
|
'created_at' => 'Created',
|
|
'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',
|
|
],
|
|
];
|