@if($notams->count() > 0)
NOTAMs @if($notams->count() > 1) @else @endif
@if($notams->count() > 0) @foreach($notams as $notam) @if($loop->iteration === 2)
@endif @if(!$loop->first)
@endif
{{ $notam->ident }} @if(filled($notam->ref_airline)) {{ ' | '.optional($notam->airline)->name }} @endif
A) {{ $notam->ref_airport ?? 'NIL'}}
B) {{ $notam->effectivefrom }}
C) {{ $notam->effectiveuntil }}
E) {!! str_replace($remove, '', $notam->body) !!}
@if($loop->iteration > 1 && $loop->last)
@endif @endforeach @else @lang('DSpecial::common.no_notams') @endif
@endif