{{ __('dashboard.import_excel') ?? 'Import Testimonials' }}

{{ __('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 testimonial with the same Arabic name exists, it will be updated
  • Images must be uploaded separately
@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
Name (EN) Yes Client name in English John Doe
Name (AR) Yes Client name in Arabic جون دو
Position (EN) No Position/Title in English CEO
Position (AR) No Position/Title in Arabic المدير التنفيذي
Content (EN) No Testimonial content in English Great service!
Content (AR) No Testimonial content in Arabic خدمة ممتازة!
Alt Image No Alt text for the image john doe photo
Status No 1=Active, 0=Inactive 1
Order No Display order 1