@php $airline = $each->airline @endphp
@php $totalColspan = isset($totalColspan) && $totalColspan ? $totalColspan : 3 @endphp
@if ($airline)
| {{ $j }} |
id") }}">
picture}") }}" height="30"/>
|
id") }}">
{{ $airline->airline." | ".$airline->iata." | ".$airline->icao }}
|
@elseif (isset($total))
|
|
@lang("content.total") |
@else
{{ ++$j }} |
|
|
@endif
@php $excessClass = actualTimeAccess($each->pTotalTime, $each->totalTime) @endphp
{{-- PLN | --}}
{{ $each->pTotalTime ? $each->pTotalTime : "-" }} |
{{-- {!! $each->pTotalSalary ? " ".$each->pTotalSalary : "-" !!} | --}}
{{-- @foreach($periodUnique as $item)--}}
{{-- {{ isset($each->pTotalByMonthTime[$item]) ? $each->pTotalByMonthTime[$item] : "-" }} | --}}
{{-- {!! isset($each->pTotalSalaryByMonth[$month]) ? " ".$each->pTotalSalaryByMonth[$month] : "-" !!} | --}}
{{-- @endforeach--}}
{{-- ACT | --}}
{{ $each->totalTime ? $each->totalTime : "-" }} |
{{--{!! $each->totalSalary ? " ".$each->totalSalary : "-" !!} | --}}
{{-- @foreach($periodUnique as $item)--}}
{{-- {{ isset($each->totalByMonthTime[$item]) ? $each->totalByMonthTime[$item] : "-" }} | --}}
{{--{!! isset($each->totalSalaryByMonth[$month]) ? " ".$each->totalSalaryByMonth[$month] : "-" !!} | --}}
{{-- @endforeach--}}