{{ __('dashboard.import_instructions') ?? 'Import Instructions' }}
- {{ __('dashboard.import_instruction_1') ?? 'Upload a CSV or Excel file with product 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' }}
- {{ __('dashboard.import_instruction_4_products') ?? 'Name (EN) and Name (AR) are required fields' }}
- {{ __('dashboard.import_instruction_5_products') ?? 'If a product 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 |
{{ __('dashboard.parent_product_name_ar') ?? 'Parent product name in Arabic' }} |
منتج رئيسي |
| Category Name (AR) |
No |
{{ __('dashboard.category_name_ar') ?? 'Category name in Arabic' }} |
تصنيف رئيسي |
| Name (EN) |
Yes |
{{ __('dashboard.product_name_english') ?? 'Product name in English' }} |
Product Name |
| Name (AR) |
Yes |
{{ __('dashboard.product_name_arabic') ?? 'Product name in Arabic' }} |
اسم المنتج |
| Short Desc (EN/AR) |
No |
{{ __('dashboard.short_desc') ?? 'Short description' }} |
Short description |
| Long Desc (EN/AR) |
No |
{{ __('dashboard.long_desc') ?? 'Long description' }} |
Long description |
| Slug (EN/AR) |
No |
{{ __('dashboard.slug') ?? 'URL slug' }} |
product-name |
| Clients (EN/AR) |
No |
{{ __('dashboard.clients') ?? 'Clients' }} |
Client Name |
| Location (EN/AR) |
No |
{{ __('dashboard.location') ?? 'Location' }} |
Location |
| Meta Title (EN/AR) |
No |
{{ __('dashboard.meta_title') ?? 'Meta title for SEO' }} |
Meta Title |
| Meta Desc (EN/AR) |
No |
{{ __('dashboard.meta_desc') ?? 'Meta description for SEO' }} |
Meta Description |
| Status |
No |
{{ __('dashboard.status') ?? 'Status (1=Active, 0=Inactive)' }} |
1 |
| Order |
No |
{{ __('dashboard.order') ?? 'Display order' }} |
1 |
| Show In Home |
No |
{{ __('dashboard.show_in_home') ?? 'Show in home (1=Yes, 0=No)' }} |
1 |
| Show In Header |
No |
{{ __('dashboard.show_in_header') ?? 'Show in header (1=Yes, 0=No)' }} |
0 |
| Show In Footer |
No |
{{ __('dashboard.show_in_footer') ?? 'Show in footer (1=Yes, 0=No)' }} |
0 |
| Index |
No |
{{ __('dashboard.meta_robots') ?? 'Index (1=Yes, 0=No)' }} |
1 |