@extends('app') @section('title', 'My Flight') @section('content')
@csrf
@lang('DSpecial::common.myflight')
{{-- Airline & Flight Number --}}
@if($airlines->count() > 1 && !$settings['pilot_company']) @else {{ optional($user->airline)->icao }} @endif
{{-- Callsign --}} @if(!$settings['sb_callsign'])
{{ optional($user->airline)->icao }}
@endif
{{-- Departure Aerodrome --}}
{{-- Arrival Aerodrome --}}
{{-- IATA Flight Type --}}
{{-- Equipment --}} @if($aircraft->count())
@endif
{{-- Empty Column For Spacing --}}
Instructions For Free Flights

After changing details regarding your Personal Flight just click Update & Proceed button.
Your flight will be updated and your Bid will be placed...

As like other flights provided by our system, you will be able to generate a SimBrief OFP for your Personal/Free Flight.

When you are ready for flight, just run Acars software and click Search/Bids button, then click Bids.
You will find your Personal/Free Flight always under Bids, it will not be visible via search or at website.

Load your bidded flight and continue operation ... Safe flights

@endsection @section('scripts') @parent @endsection