{{ __('dashboard.import_instructions') ?? 'Import Instructions' }}
- {{ __('dashboard.import_instruction_1') ?? 'Upload a CSV or Excel file with service 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_services') ?? 'Name (EN) and Name (AR) are required fields' }}
- {{ __('dashboard.import_instruction_5_services') ?? 'If a service 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_service_name_ar') ?? 'Parent service name in Arabic' }} |
خدمة رئيسية |
| Name (EN) |
Yes |
{{ __('dashboard.service_name_english') ?? 'Service name in English' }} |
Service Name |
| Name (AR) |
Yes |
{{ __('dashboard.service_name_arabic') ?? 'Service 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' }} |
service-name |
| 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 |