@extends('admin.layouts.layouts') @section('title', 'View Monthly Leave Allocation') @section('content')
| Month | Total Leave | @foreach($leaveTypes as $leaveType){{ $leaveType->name }} | @endforeach
|---|---|---|
| {{ $month }} | {{ $monthlyData[$month]['month_total_leave'] ?? '' }} | @foreach($leaveTypes as $leaveType){{ $monthlyData[$month]['leave_types'][$leaveType->id] ?? 0 }} | @endforeach