@extends('master') @section('content')

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

@csrf
{{trans('Employee')}} {{trans('Company')}} {{trans('Date')}} {{trans('status')}} {{__('Clock In')}} {{__('Clock Out')}} {{trans('Late')}} {{__('Early Leaving')}} {{trans('Overtime')}} {{__('Total Work')}} {{__('Total Rest')}}
{{trans('Total')}}
{{-- https://stackoverflow.com/questions/27997269/addition-of-hours-in-hhmm-using-jquery --}} {{-- first_date = 29.03.2021 && 30.03.2021 --}} @endsection @section('page_script') @endsection