@if (!count($staffHours))

@lang("content.found") 0 @lang("content.records")

@else @foreach($periodUnique as $periodItem)

@lang("content.period"): {{ digitMonthYearToReadable($periodItem) }}. Settings: Max Allowed (Monthly) - 120:00

@lang("content.monthly_staff_utilisation_report")

@php $j = 0 @endphp @foreach($staffHours["data"] as $i => $each) @include("staff-report.layouts.monthly-hour-row", ["j" => ++$j, "each" => $each]) @endforeach @include("staff-report.layouts.monthly-hour-row", ["each" => $staffHours["total"], "total" => true])
No @lang("content.picture") @lang("content.staff_number") @lang("content.first_name") @lang("content.last_name") @lang("content.dob") @lang("content.doj") @lang("content.position") @lang("content.cost_center") @lang("content.base") P/F @lang("content.hours") @lang("content.gap")
@lang("content.contracted") @lang("content.planned") @lang("content.actual") @lang("content.planned") @lang("content.actual")
@endforeach @endif