{{ __('dashboard.import_instructions') ?? 'Import Instructions' }}
- {{ __('dashboard.import_instruction_1') ?? 'Upload a CSV or Excel file with blog 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_blogs') ?? 'Name (EN) and Name (AR) are required fields' }}
- {{ __('dashboard.import_instruction_5_blogs') ?? 'If a blog 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 |
| Category Name (AR) |
No |
{{ __('dashboard.blog_category_name_ar') ?? 'Blog category name in Arabic' }} |
تصنيف المدونة |
| Author Name (AR) |
No |
{{ __('dashboard.author_name_ar') ?? 'Author name in Arabic' }} |
اسم الكاتب |
| Name (EN) |
Yes |
{{ __('dashboard.blog_name_english') ?? 'Blog name in English' }} |
Blog Title |
| Name (AR) |
Yes |
{{ __('dashboard.blog_name_arabic') ?? 'Blog 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' }} |
blog-title |
| 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 |
| Date |
No |
{{ __('dashboard.date') ?? 'Publication date (Y-m-d)' }} |
2026-01-01 |
| 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 |