@extends('layouts.app') @section('title', 'Attendance Calendar') @section('header', 'Attendance Calendar') @section('subheader', $employee?->full_name ? $employee->full_name.' · '.$month->format('F Y') : $month->format('F Y')) @section('header-actions') List View @endsection @section('content')
| {{ $d }} | @endforeach
|---|
|
{{ $cell['date']->day }}
@if ($cell['summary'])
{{ $cell['summary']->worked_hours }}h
@endif
@endif
|
@endforeach