{{ __('Upload Employees for') }}: {{ $business->name }}

Back to Employees

{{ __('Upload Employee CSV') }}

Available Seats
{{ $availableSeats }}
@if($availableSeats <= 0)
No available seats. The business needs to purchase more seats before adding more employees. Any uploaded employees will be added to the waiting list.
@endif

CSV Format Instructions

Your CSV file should include the following columns:

  • email - Required
  • first_name - Required
  • last_name - Required
  • phone - Optional
  • mobile_phone - Optional
  • dob - Optional (YYYY-MM-DD format)
  • address1 - Optional
  • address2 - Optional
  • city - Optional
  • state - Optional
  • zip - Optional

Automatic Account Creation

User accounts will be automatically created for all uploaded employees. Each employee will receive an email with their login credentials and a temporary password.

Upload CSV File

{{ __('Upload Employees') }}

{{ __('Sample CSV Format') }}

email,first_name,last_name
john.doe@example.com,John,Doe
jane.smith@example.com,Jane,Smith