complete story 15.1
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'العملاء المحتملون',
|
||||
'singular' => 'عميل محتمل',
|
||||
'types' => [
|
||||
'individual' => 'فرد',
|
||||
'company' => 'شركة',
|
||||
'agency' => 'وكالة',
|
||||
],
|
||||
'fields' => [
|
||||
'type' => 'النوع',
|
||||
'name' => 'الاسم',
|
||||
'phone' => 'الهاتف',
|
||||
'email' => 'البريد الإلكتروني',
|
||||
'address' => 'العنوان',
|
||||
'social_media' => 'وسائل التواصل',
|
||||
'website' => 'الموقع الإلكتروني',
|
||||
'notes' => 'ملاحظات',
|
||||
],
|
||||
];
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'title' => 'Potential Clients',
|
||||
'singular' => 'Potential Client',
|
||||
'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',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user