@extends('admin.layouts.layouts') @section('title', 'Employee Attendance Report') @section('content')
@foreach ($daysInMonth as $day) @endforeach @foreach ($daysInMonth as $day) @endforeach
No Employee Name Employee Code Department{{ \Carbon\Carbon::parse($day['date'])->format('j') }}
{{ \Carbon\Carbon::parse($day['date'])->format('D') }}
@endsection @section('page-js') @endsection