{{ __('dashboard.import_clients') ?? 'Import Clients' }}

{{ __('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 client with the same Arabic name exists, it will be updated
  • Logo 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 Client Name
Name (AR) Yes Client name in Arabic اسم العميل
Description (EN) No Client description in English Client description
Description (AR) No Client description in Arabic وصف العميل
Status No 1=Active, 0=Inactive 1
Order No Display order 1