first upload all files

This commit is contained in:
NW
2023-06-11 13:14:03 +01:00
parent f14dbc52b5
commit c08b36d1b6
1705 changed files with 106852 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
return [
'name' => 'Name',
'slug' => 'URL',
'is_active' => 'Status',
];

View File

@@ -0,0 +1,23 @@
<?php
return [
'brand' => 'Brand',
'brands' => 'Brands',
'table' => [
'logo' => 'Logo',
'name' => 'Name',
],
'tabs' => [
'group' => [
'brand_information' => 'Brand Information',
],
'general' => 'General',
'seo' => 'SEO',
'images' => 'Images',
],
'form' => [
'enable_the_brand' => 'Enable the brand',
'logo' => 'Logo',
'banner' => 'Banner',
],
];

View File

@@ -0,0 +1,8 @@
<?php
return [
'index' => 'Index Brand',
'create' => 'Create Brand',
'edit' => 'Edit Brand',
'destroy' => 'Delete Brand',
];