@if($notams->count() > 0)
| {{ $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) !!} |