@extends('backend.layouts.app') @section('main-content')

Import Business

CSV Format & Rules

Upload a CSV or XLSX file with a header row. The following columns are imported:

  • Name (required)
  • Address
  • Country (required — rows without a valid country are skipped)
  • City
  • Phone
  • Email
  • Category (use | to separate multiple categories)
  • Website

Country: Each business is linked to a country. If the country does not exist yet, it is created automatically. Rows with a missing or invalid country are skipped.

City: Optional. If provided, the business is also linked to that city.

Duplicate handling: Rows are skipped if a business with the same website already exists, or if the same name and address already exists.

Maximum file size: {{ $maxImportFileSizeLabel }} (server limits: post_max_size {{ $postMaxSize }}, upload_max_filesize {{ $uploadMaxFilesize }}).

Queue Status

Connection:

Pending jobs:

Failed jobs:

Upload File

@csrf
0%
Waiting
@endsection @push('bottom-scripts') @endpush