@extends('layouts.dashboard') @section('title', 'Import customers') @section('content')

Import customers

← Back to customers

Upload a CSV or Excel file of existing customers. Nothing is written until you've checked the report on the next screen.

@error('file')

{{ $message }}

@enderror
@csrf
@endsection