{{ __('dashboard.import_brands') ?? 'Import Brands' }}

{{ __('dashboard.import_instructions') ?? 'Import Instructions' }}
  • {{ __('dashboard.import_instruction_1') ?? 'Upload a CSV or Excel file with brand 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') ?? 'Name (EN) and Name (AR) are required fields' }}
  • {{ __('dashboard.import_instruction_5') ?? 'Benefits should be separated by newlines in the cell' }}
@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_brand_name_ar') ?? 'Parent brand name in Arabic' }} تويوتا
Name (EN) Yes {{ __('dashboard.brand_name_english') ?? 'Brand name in English' }} Toyota Camry 2024
Name (AR) Yes {{ __('dashboard.brand_name_arabic') ?? 'Brand name in Arabic' }} تويوتا كامري 2024
Year No {{ __('dashboard.model_year') ?? 'Model year' }} 2024
Type (EN/AR) No {{ __('dashboard.vehicle_type') ?? 'Vehicle type' }} Sedan / سيدان
Fuel Type (EN/AR) No {{ __('dashboard.fuel_type') ?? 'Fuel type' }} Hybrid / هجين
Mileage (EN/AR) No {{ __('dashboard.mileage') ?? 'Mileage' }} 25,000 KM / 25,000 كيلومتر
Color (EN/AR) No {{ __('dashboard.color') ?? 'Color' }} White / أبيض
Transmission (EN/AR) No {{ __('dashboard.transmission') ?? 'Transmission type' }} Automatic / أوتوماتيك
Engine Power (EN/AR) No {{ __('dashboard.engine_power') ?? 'Engine power' }} 208 HP / 208 حصان
Seating (EN/AR) No {{ __('dashboard.seating') ?? 'Seating capacity' }} 5 Seats / 5 مقاعد
Monthly Payment No {{ __('dashboard.monthly_payment') ?? 'Monthly payment amount' }} 1299.00
Price Display (EN/AR) No {{ __('dashboard.price_display') ?? 'Price display format' }} 1,299 SAR/month / 1,299 ريال/شهر
Interest Rate No {{ __('dashboard.interest_rate') ?? 'Interest rate' }} 2.5% APR
Down Payment (EN/AR) No {{ __('dashboard.down_payment') ?? 'Down payment' }} 20% Flexible / 20% مرن
Term (EN/AR) No {{ __('dashboard.term') ?? 'Financing term' }} 60 Months / 60 شهر
Offer Ends At No {{ __('dashboard.offer_ends_at') ?? 'Offer end date (YYYY-MM-DD HH:MM:SS)' }} 2024-12-31 23:59:59
Benefits (EN) No {{ __('dashboard.benefits_english') ?? 'Benefits in English (one per line)' }} Free maintenance\nWarranty
Benefits (AR) No {{ __('dashboard.benefits_arabic') ?? 'Benefits in Arabic (one per line)' }} صيانة مجانية\nضمان
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