complete story 15.2

This commit is contained in:
Naser Mansour
2026-01-09 18:53:04 +02:00
parent 959cc0e717
commit b2b287e156
9 changed files with 566 additions and 13 deletions
+13
View File
@@ -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',