@extends('app') @section('title', trans_choice('common.flight', 2)) @include('theme_helpers') @php $units = isset($units) ? $units : DT_GetUnits(); $DBasic = isset($DBasic) ? $DBasic : check_module('DisposableBasic'); $DSpecial = isset($DSpecial) ? $DSpecial : check_module('DisposableSpecial'); $tour_codes = ($DSpecial) ? DS_GetTourCodes() : []; @endphp @section('content') @if(!$flights->count())