-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
293101b
commit 143316a
Showing
12 changed files
with
117 additions
and
138 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
database/migrations/2021_11_23_130725_create_categories_table.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<?php | ||
|
||
return [ | ||
"category" => [ | ||
"title" => "التصنيفات", | ||
"single" => "التصنيف", | ||
"sections" => [ | ||
"details" => [ | ||
"title" => "تفاصيل التصنيف", | ||
"description" => "إنشاء تصنيف جديد", | ||
"columns" => [ | ||
"name" => "الاسم", | ||
"slug" => "الرابط المختصر", | ||
"description" => "الوصف", | ||
"icon" => "الأيقونة", | ||
"color" => "اللون", | ||
] | ||
'category' => [ | ||
'title' => 'التصنيفات', | ||
'single' => 'التصنيف', | ||
'sections' => [ | ||
'details' => [ | ||
'title' => 'تفاصيل التصنيف', | ||
'description' => 'إنشاء تصنيف جديد', | ||
'columns' => [ | ||
'name' => 'الاسم', | ||
'slug' => 'الرابط المختصر', | ||
'description' => 'الوصف', | ||
'icon' => 'الأيقونة', | ||
'color' => 'اللون', | ||
], | ||
], | ||
"status" => [ | ||
"title" => "الحالة", | ||
"description" => "إعدادات الحالة", | ||
"columns" => [ | ||
"parent_id" => "الأب", | ||
"type" => "النوع", | ||
"for" => "لـ", | ||
"is_active" => "نشط", | ||
"show_in_menu" => "إظهار في القائمة", | ||
] | ||
] | ||
] | ||
'status' => [ | ||
'title' => 'الحالة', | ||
'description' => 'إعدادات الحالة', | ||
'columns' => [ | ||
'parent_id' => 'الأب', | ||
'type' => 'النوع', | ||
'for' => 'لـ', | ||
'is_active' => 'نشط', | ||
'show_in_menu' => 'إظهار في القائمة', | ||
], | ||
], | ||
], | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<?php | ||
|
||
return [ | ||
"category" => [ | ||
"title" => "Categories", | ||
"single" => "Category", | ||
"sections" => [ | ||
"details" => [ | ||
"title" => "Category Details", | ||
"description" => "Create a new category", | ||
"columns" => [ | ||
"name" => "Name", | ||
"slug" => "Slug", | ||
"description" => "Description", | ||
"icon" => "Icon", | ||
"color" => "Color", | ||
] | ||
'category' => [ | ||
'title' => 'Categories', | ||
'single' => 'Category', | ||
'sections' => [ | ||
'details' => [ | ||
'title' => 'Category Details', | ||
'description' => 'Create a new category', | ||
'columns' => [ | ||
'name' => 'Name', | ||
'slug' => 'Slug', | ||
'description' => 'Description', | ||
'icon' => 'Icon', | ||
'color' => 'Color', | ||
], | ||
], | ||
"status" => [ | ||
"title" => "Status", | ||
"description" => "Status settings", | ||
"columns" => [ | ||
"parent_id" => "Parent", | ||
"type" => "Type", | ||
"for" => "For", | ||
"is_active" => "Is Active", | ||
"show_in_menu" => "Show In Menu", | ||
] | ||
] | ||
] | ||
'status' => [ | ||
'title' => 'Status', | ||
'description' => 'Status settings', | ||
'columns' => [ | ||
'parent_id' => 'Parent', | ||
'type' => 'Type', | ||
'for' => 'For', | ||
'is_active' => 'Is Active', | ||
'show_in_menu' => 'Show In Menu', | ||
], | ||
], | ||
], | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.