@if ($overlappingHours && !count($overlappingHours->overlapReportByUser))

Search results:

Found 0 records

@else

@lang("content.list")

{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($periodUnique as $each)--}} {{-- @if ($period == "Monthly")--}} {{-- --}} {{-- @elseif ($period == "Weekly")--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{-- @endforeach--}} {{----}} {{----}} {{----}} {{--@foreach($monthYearUnique as $each)--}} {{----}} {{----}} {{--@endforeach--}} {{----}} @php $j = 0; $officeDutyHoursTotal = 0; $processedUserIDs = [] @endphp {{-- @foreach($staffHours["data"] as $i => $each)--}} {{-- @if (!in_array($each->user->id, $processedUserIDs))--}} {{-- @php $processedUserIDs[] = $each->user->id @endphp --}} {{-- @endif--}} {{-- @php $officeDutyHours = isset($staffHistory["list"][$each->user->id]) ? $staffHistory["list"][$each->user->id]["total"]: 0 @endphp --}} {{-- @php $officeDutyHoursTotal += $officeDutyHours @endphp --}} {{-- @include("staff-report.layouts.hour-row", ["j" => ++$j, "each" => $each, "officeDutyHours" => $officeDutyHours])--}} {{-- @endforeach--}} @foreach($overlappingHours->overlapReportByUser as $id => $each) @php $user = $each->user @endphp {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach {{-- --}} {{-- --}} {{-- --}}
No@lang("content.picture")S/N @lang("content.first_name") @lang("content.last_name")@lang("content.dob")DOJ@lang("content.work_type")@lang("content.office_duties")@lang("content.planned_hours")@lang("content.actual_hours")@lang("content.total_hours") @lang("content.normal_hours") @lang("content.night_shift") (NS) @lang("content.weekend") (WE) @lang("content.public_holiday") (PH){{ digitMonthYearToReadable($each) }}Week {{ $each }}{{ $each }}
HoursCostHoursCost
{{ ++$j }}{{ $user->staff_number ? intval($user->staff_number) : "" }} id}/edit?s=".rand(100, 999)) }}">{{ $user->first_name }} id}/edit?s=".rand(100, 999)) }}">{{ $user->last_name }} {{ getUserWorkType($user->work_type) }}{{ convertToHoursMinutes($each->oInitHoursOriginal, true) }}{{ convertToHoursMinutes($each->pInitHours, true) }}{{ convertToHoursMinutes($each->initHours, true) }}{{ round($each->totalHours, 2) }} {{ round($each->getNormalHours(), 2) }} {{ round($each->night, 2) }} {{ round($each->weekend, 2) }} {{ round($each->holiday, 2) }}
{{ \request("airport") ? $airports[\request("airport")] : "" }} @lang("content.total_lg"){{ convertToHoursMinutes($overlappingHours->oInitHoursOriginal, true) }}{{ convertToHoursMinutes($overlappingHours->pInitHours, true) }}{{ convertToHoursMinutes($overlappingHours->initHours, true) }}{{ round($overlappingHours->totalHours, 2) }} {{ round($overlappingHours->getNormalHours(), 2) }} {{ round($overlappingHours->night, 2) }} {{ round($overlappingHours->weekend, 2) }} {{ round($overlappingHours->holiday, 2) }}
@endif