complete story 15.2
This commit is contained in:
@@ -31,6 +31,7 @@ return [
|
||||
'clients' => 'Clients',
|
||||
'individual_clients' => 'Individual Clients',
|
||||
'company_clients' => 'Company Clients',
|
||||
'potential_clients' => 'Potential Clients',
|
||||
'bookings' => 'Bookings',
|
||||
'pending_bookings' => 'Pending Bookings',
|
||||
'all_consultations' => 'All Consultations',
|
||||
|
||||
@@ -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