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

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

{{ __('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 (Staff Id, Attendance Date, Clock In, Clock Out).

--}}
  • Date format should be (According to general settings)
  • You must follow the file, otherwise you will get an error while importing the file.
@csrf
{{ __('Please select excel/csv/dat') }} file (allowed file size 2MB)
@endsection