@php($page = 'customers') {{ env('APP_NAME') }} | Import Customers
@include('components.navbar')
@include('components.sidebar')

Import Customers

Upload an Excel or CSV file with customer details. Required columns: Type, Name, Phone Number, Address, State.

@csrf
@error('file') {{ $message }} @enderror
  • Type
  • Name
  • Phone Number
  • Phone Number 2
  • Email
  • Address
  • State
Back
@include('components.footer')