@if($is_visible)
@lang('DSpecial::common.mn_assignments')
@if($hide === false) @endif @foreach($assignments->sortBy('assignment_order', SORT_NATURAL) as $as) @if($as->flight) @if($hide === false) @endif @endif @endforeach
 {{ trans_choice('common.flight', 1) }} @lang('airports.departure') @lang('airports.arrival')
@if($as->completed) @else @endif {{ optional($as->flight->airline)->code.' '.$as->flight->flight_number }} {{ optional($as->flight->dpt_airport)->name ?? $as->flight->dpt_airport_id }} {{ optional($as->flight->arr_airport)->name ?? $as->flight->arr_airport_id }}
@if($hide === true) @endif
@endif