{{--
--}} @if (env('AIRLINE') == EMIRATES) @php $IATA_CODE = "ZZ" @endphp
Aviation BIS
@else @php $IATA_CODE = "SZ" @endphp
Aviation-BIS
@endif
@yield("css") @if (isset($auth) && is_object($auth) && $auth->user()) @else @endif @include("header") @include('template/modal-loading', [ 'text' => 'Please Wait...']) @include('layouts/alert-message') @include("template.flash-message")
@yield("content")
@include("footer")