complete story 15.2
This commit is contained in:
@@ -3,6 +3,19 @@
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user