{{-- Today Leaves Summary --}}
@foreach ($data['dashboardMenus']['today'] as $key => $item)

{{ @$item['title'] }}

{{ @$item['number'] }}

@endforeach
{{-- employee Summary --}}

{{_trans('attendance.Today Attendance Summary')}}

{{ $data['todayAbsents'] }}

{{ _trans('attendance.Today Scheduled') }}

{{ $data['todayLate'] }}

{{ _trans('attendance.Today Late') }}

{{ $data['todayAbsents'] }}

{{ _trans('attendance.Today Absence') }}

{{ $data['todayPresents'] }}

{{ _trans('attendance.Today Present') }}

{{ $data['totalPendingLeaves'] }}

{{ _trans('attendance.Pending Leave') }}

{{ $data['earlyLeave'] }}

{{ _trans('attendance.Early Leave') }}

{{ $data['earlyLeave'] }}

{{ _trans('attendance.Today Leave') }}

{{ $data['earlyLeave'] }}

{{ _trans('attendance.Today Late') }}

{{-- / employee Summary --}}
{{--
--}}
{{-- End Today Leaves Summary --}}
{{-- Today Absent Employee --}}

{{ _trans('dashboard.Today Absent Employee') }}

{{ _trans('common.ID') }} {{ _trans('common.Image') }} {{ _trans('common.Name') }} {{ _trans('common.Employee ID') }} {{ _trans('common.Role') }} {{ _trans('common.Phone') }} {{ _trans('common.Shift') }} {{ _trans('common.Department') }} {{ _trans('common.Designation') }}
{{-- Today late Employee --}}

{{ _trans('dashboard.Today Late Employee') }}

{{ _trans('common.Image') }} {{ _trans('common.Name') }} {{ _trans('common.Department') }} {{ _trans('common.Schedule Start') }} {{ _trans('common.Checkin') }} {{ _trans('common.Late Reason') }}
{{-- Today early leave --}}

{{ _trans('dashboard.Today Early leave') }}

{{ _trans('common.Image') }} {{ _trans('common.Name') }} {{ _trans('common.Schedule End') }} {{ _trans('common.Checkin') }} {{ _trans('common.Checkout') }} {{ _trans('common.Stay') }}

{{ _trans('dashboard.Appointment Schedule') }}

{{ _trans('common.Title') }} {{ _trans('common.With') }} {{ _trans('common.Location') }} {{ _trans('common.Date Time') }}

{{ _trans('dashboard.Meeting schedule') }}

{{ _trans('common.Title') }} {{ _trans('common.With') }} {{ _trans('common.Location') }} {{ _trans('common.Date Time') }}