{{ __('dashboard.import_instructions') ?? 'Import Instructions' }}
- {{ __('dashboard.import_instruction_1') ?? 'Upload a CSV or Excel file with data' }}
- {{ __('dashboard.import_instruction_2') ?? 'The first row should contain column headers' }}
- {{ __('dashboard.import_instruction_3') ?? 'Download the template file below to see the required format' }}
- Name (EN) and Name (AR) are required fields
- If a category with the same Arabic name exists, it will be updated
@if(session('import_errors') && !empty(session('import_errors')))
{{ __('dashboard.import_errors') ?? 'Import Errors' }}:
@foreach(session('import_errors') as $error)
- {{ $error }}
@endforeach
@endif
{{ __('dashboard.template_format') ?? 'Template Format' }}
| Column |
Required |
Description |
Example |
| Parent Name (AR) |
No |
Parent category name in Arabic |
تصنيف رئيسي |
| Name (EN) |
Yes |
Category name in English |
Category Name |
| Name (AR) |
Yes |
Category name in Arabic |
اسم التصنيف |
| Short Desc (EN/AR) |
No |
Short description |
Short description |
| Long Desc (EN/AR) |
No |
Long description |
Long description |
| Slug (EN/AR) |
No |
URL slug |
category-name |
| Meta Title (EN/AR) |
No |
Meta title for SEO |
Meta Title |
| Meta Desc (EN/AR) |
No |
Meta description for SEO |
Meta Description |
| Status |
No |
1=Active, 0=Inactive |
1 |
| Order |
No |
Display order |
1 |