@if($is_visible === true)
{{ $icao }} NOTAMS
@if($notams) @foreach($notams as $notam) {!! $notam['text'] !!} @if(!$loop->last)
@endif @endforeach @else No NOTAM(s) found @endif
@endif