complete story 15.1

This commit is contained in:
Naser Mansour
2026-01-09 18:45:17 +02:00
parent 5803410584
commit 959cc0e717
9 changed files with 338 additions and 9 deletions
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'title' => 'العملاء المحتملون',
'singular' => 'عميل محتمل',
'types' => [
'individual' => 'فرد',
'company' => 'شركة',
'agency' => 'وكالة',
],
'fields' => [
'type' => 'النوع',
'name' => 'الاسم',
'phone' => 'الهاتف',
'email' => 'البريد الإلكتروني',
'address' => 'العنوان',
'social_media' => 'وسائل التواصل',
'website' => 'الموقع الإلكتروني',
'notes' => 'ملاحظات',
],
];