@php $currentAirlineId = isset($currentAirlineId) ? $currentAirlineId : '' @endphp @php $sprAdm = isSprAdm() @endphp
@if (count($types))| No | @lang("content.name") | IATA | ICAO | @lang("content.number_of_aircraft") | @lang("content.airlines") | @lang("content.fleet_type") | @lang("content.configuration") | @lang("content.flexi_config") | FCM @lang("content.requirement") | CCM @lang("content.requirement") | {{--@lang("content.wake_category") | --}}@lang("content.actions") | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @lang("content.name") | IATA | ICAO | F | C | W | Y | @lang("content.min") | @lang("content.pol") | @lang("content.min") | @lang("content.pol") | |||||||||
| {{ ++$j }} | id}&airline_id={$each->airline_id}" }}">{{ $each->name }} | {{ $each->iata_name }} | {{ $each->icao }} | {{ $each->aircraft ? $each->aircraft->count() : "-" }} | {{ $each->airline ? $each->airline->airline : "-" }} | {{ $each->airline ? $each->airline->iata : "-" }} | {{ $each->airline ? $each->airline->icao : "-" }} | {{ $each->wide_board ? "W B" : "N B" }} | @if ($sprAdm) {{ $each->config_a || $each->config_a === 0 ? $each->config_a : 'Empty' }} @else {{ $each->config_a }} @endif | @if ($sprAdm) {{ $each->config_c || $each->config_c === 0 ? $each->config_c : 'Empty' }} @else {{ $each->config_c }} @endif | @if ($sprAdm) {{ $each->config_w || $each->config_w === 0 ? $each->config_w : 'Empty' }} @else {{ $each->config_w }} @endif | @if ($sprAdm) {{ $each->config_y || $each->config_y === 0 ? $each->config_y : 'Empty' }} @else {{ $each->config_y }} @endif | {!! $each->flexi_config ? '' : '' !!} | {{ $each->min_fcm }} | {{ $each->policy_fcm }} | {{ $each->min_ccm }} | {{ $each->policy_ccm }} | {{--{{ $each->wake_category }} | --}}|