@extends('admin.layouts.layouts') @section('title', 'Employee Attendance Report') @section('content')
@foreach ($daysInMonth as $day) @endforeach @php $totalCountOfLeaveTypes = count($leaveTypes); @endphp @foreach ($daysInMonth as $day) @endforeach @foreach ($leaveTypes as $leaveType) @endforeach
No Employee Name Employee Code Department{{ \Carbon\Carbon::parse($day['date'])->format('j') }}Total
{{ \Carbon\Carbon::parse($day['date'])->format('D') }}{{ $leaveType }}Holiday Local Travel WFH Present
@endsection @section('page-js') @endsection