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

{{__('Date Wise Attendance')}}

@csrf
@if ((Auth::user()->can('date-wise-attendances'))) {{-- @if (Auth::user()->role_users_id==1) --}}
@else {{-- users.id == employees.id are same in this system--}} @endif
{{trans('file.Employee')}} {{trans('file.Company')}} {{trans('file.Date')}} {{trans('file.status')}} {{__('Clock In')}} {{__('Clock Out')}} {{trans('file.Late')}} {{__('Early Leaving')}} {{trans('file.Overtime')}} {{__('Total Work')}} {{__('Total Rest')}}
{{trans('file.Total')}}
{{-- https://stackoverflow.com/questions/27997269/addition-of-hours-in-hhmm-using-jquery --}} {{-- first_date = 29.03.2021 && 30.03.2021 --}} @endsection