@php $totalHoursOverall = 0; @endphp
@foreach ($yearlyTotals as $yearData)
@php $totalHoursOverall += $yearData['total_hours']; @endphp
Year {{ $yearData['year'] }}
Total:
{{ ((int) filter_var($data['hours_worked'], FILTER_SANITIZE_NUMBER_INT) / 60) }}
hrs
@foreach ($yearData['months'] as $monthData)
{{ $monthData['month_name'] }} |
{{ $monthData['total_hours'] }}
hrs
|
@endforeach
@endforeach
Total Overall Hours hasjkdhakjsdj
{{ ((int) filter_var($totalHoursOverall, FILTER_SANITIZE_NUMBER_INT) / 60) }}
hrs