@extends('master') @section('content') {{__('Date Wise Attendance')}} @csrf {{__('Company')}} trans('Company')])}}'> @foreach ($companies as $item) {{$item->company_name}} @endforeach {{trans('Department')}} {{trans('Employee')}} trans('Employee')])}}...'> {{__('Start Date')}} {{__('End Date')}} {{trans('Search')}} {{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