{{ __('dashboard.import_projects') ?? 'Import Projects' }}

{{ __('dashboard.import_instructions') ?? 'Import Instructions' }}
  • {{ __('dashboard.import_instruction_1') ?? 'Upload a CSV or Excel file with project 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_projects') ?? 'Name (EN) and Name (AR) are required fields' }}
  • {{ __('dashboard.import_instruction_5_projects') ?? 'If a project 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
@csrf
{{ __('dashboard.allowed_formats') ?? 'Allowed formats: CSV, XLSX, XLS (Max: 10MB)' }} @error('file')
{{ $message }}
@enderror
{{ __('dashboard.cancel') ?? 'Cancel' }}
{{ __('dashboard.template_format') ?? 'Template Format' }}
Column Required Description Example
Parent Name (AR) No {{ __('dashboard.parent_project_name_ar') ?? 'Parent project name in Arabic' }} مشروع رئيسي
Category Name (AR) No {{ __('dashboard.category_name_ar') ?? 'Category name in Arabic' }} تصنيف رئيسي
Name (EN) Yes {{ __('dashboard.project_name_english') ?? 'Project name in English' }} Project Name
Name (AR) Yes {{ __('dashboard.project_name_arabic') ?? 'Project 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
Long Desc1 (EN/AR) No {{ __('dashboard.long_desc1') ?? 'Additional long description' }} Additional description
Slug (EN/AR) No {{ __('dashboard.slug') ?? 'URL slug' }} project-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