@extends('admin.app') @section('title', 'Disposable Notams') @section('content')

Notams can be entered for an Airport or for an Airline (like Company Notams)

 

© B.Fatih KOZ

Disposable Notams

@csrf @if($notams->count())
@endif
@if($airports) @endif
@if($airlines)
@endif @if($notams)
@endif
@endsection @section('scripts') @parent @include('admin.scripts.airport_search') @endsection