@php $signature = isset($signature) && $signature ? true : false @endphp
@php $depAP = getFlightDepartureAirport($flight) @endphp @php $depCity = $depAP && $depAP->city ? $depAP->city->city : $depAP->iata @endphp @php $depCountry = $depAP && $depAP->country ? $depAP->country->country : null @endphp @php $arrAP = getFlightArrivalAirport($flight) @endphp @php $arrCity = $arrAP && $arrAP->city ? $arrAP->city->city : $arrAP->iata @endphp @php $arrCountry = $arrAP && $arrAP->country ? $arrAP->country->country : null @endphp
@php $j = 0 @endphp @php $minRows = 12 @endphp @for($i = $j; $i < $minRows; $i++) @endfor
Отметка в аэропортах (REMARKS)
Аэропорт (Airport) Медосмотр (Med/control) Метеоконсультации (Weather obs.) Взлеты и заходы (Minimums)
@php $j = 0 @endphp @php $minRows = 5 @endphp @for($i = $j; $i < $minRows; $i++) @endfor
Результаты послеполетного разбора
(After flight briefing)
Особые отметки (Special remarks)
Нач. штаба ЛК

Заключение командира АЭ ________________ Заключение директора ЛК _________________

______________________________________________________________

Комадир АЭ ________________________ Летный директор ________________________
(подпись) (ФИО) (подпись) (ФИО)

«_______» __________________ 20_____г. «_______» __________________ 20_____г.

ЗАДАНИЕ НА ПОЛЕТ №
FLIGHT ORDER №

@php $capt = $crew["capt"] && isset($crew["capt"][0]) ? $crew["capt"][0]->last_name." ".$crew["capt"][0]->first_name : "" @endphp

Командир ВС {{ str_repeat(" ",20). $capt .str_repeat(" ",20)}}
(CAPTAIN) (фамилия, имя, отчество) (Last name/First name)

{{ getAirlineOfficialWords(OFFICIAL_AIRLINE_COMPANY) }} Дата вылета @php $dep = getFlightDepartureInitialDate($flight) @endphp @php $day = date("d", strtotime($dep)) @endphp @php $mo = date("m", strtotime($dep)) @endphp @php $year = date("Y", strtotime($dep)) @endphp @php $hr = date("H", strtotime($dep)) @endphp @php $min = date("i", strtotime($dep)) @endphp {{ $day }} {{ $mo }} {{ $year }}г Время {{ $hr }} {{ $min }}
(Date) (Time)

Тип ВС {{ getFlightAircraftType($flight) }} {{ getFlightAircraft($flight) }} Число кресел {{ getFlightCapacity($flight, true) }}
(Type of AC) (Seats)

@foreach($crew["capt"] as $i => $cc) @if ($i == 0) @continue @endif @endforeach @if (count($crew["capt"]) == 1) @endif @foreach($crew["fo"] as $i => $cc) @endforeach @if (isset($crew["cc"][0])) @endif @php $ccCounter = count($crew["cc"]) @endphp @php $maxCC = 6 @endphp @foreach($crew["cc"] as $i => $cc) @if ($i == 0) @continue @endif @endforeach @php $supCounter = count($crew["sup"]) @endphp @php $maxSUP = 1 @endphp @foreach($crew["sup"] as $i => $cc) @endforeach @for($i = $supCounter; $i < $maxSUP; $i++) @endfor
СОСТАВ ЭКИПАЖА (Flight Crew)
Должность
(Position)
Фамилия, И., О.
(Last name/First name)
Табельный
номер
Примечание
(Remarks)
Проверяющий (Chief) {{ $cc ? $cc->last_name." ".$cc->first_name : "" }}
Проверяющий (Chief)
Второй пилот ( F/О) {{ $cc ? $cc->last_name." ".$cc->first_name : "" }}
Ст. Бортпроводник (SCC) {{ $crew["cc"][0]->last_name." ".$crew["cc"][0]->first_name }}
Бортпроводник. (CC) {{ $cc ? $cc->last_name." ".$cc->first_name : "" }}
Инженер АТК ОАО {{ $cc ? $cc->last_name." ".$cc->first_name : "" }}
Инженер АТК ОАО

Цель полета: P ___________________________________________________________________
____________________________________________________________________________________

Маршрут (Route) {{ str_repeat(" ",10) }}{{ strtoupper($depCity) ." - ".strtoupper($arrCity)." - ".strtoupper($depCity) }}{{ str_repeat(" ",20) }}

Экипаж допущен к полетам по минимуму _____________________________________________
(Allowed crew minima)

Масса конструкции ВС ________________ кг, центровка пустого ВС ________________ % САХ
(AC weight) (empty AC balance)

Экипаж к полету подготовлен

Шеф-пилот ЛК ___________________ ___________________ ___________________
(подпись) (фамилия, и., о.) (дата)

Лет. директор ОАО ________________ ___________________ ___________________
(подпись) (фамилия, и., о.) (дата)