@extends('layout.main') @section('content')

{{__('Import EXCEL/CSV file only')}}

@include('shared.flash_message')
{{__('Download Sample File')}}

The first line in downloaded sample file should remain as it is. Please do not change the order of columns in file.

The correct column order is (First Name, Last Name, Staff Id, Username, Email, Password, Joining Date, Gender, Date of Birth, Contact Number, Address, City, Zip, County, Attendance Type, Company Name, Department Name, Designation Name, Shift Name, Role Name).

  • Date format should be (According to general settings)
  • Company, Department, Designation, Shift and Role name must be matched with your existing data.
  • Gender must be Male / Female / Other.
  • Attendance Type must be general / ip_based.
  • You must follow the file, otherwise you will get an error while importing the file.
@csrf
{{__('Please select excel/csv')}} file (allowed file size 2MB)
@endsection