{{ $errors->first('airline_id') }}
{{ $errors->first('flight_number') }}
{{ $errors->first('route_code') }}
{{ $errors->first('route_leg') }}
{{ $errors->first('flight_type') }}
{{ $errors->first('hours') }}
{{ $errors->first('minutes') }}
{{ $errors->first('pilot_pay') }}
@component('admin.components.info') Fill this in to pay a pilot a fixed amount for this flight. @endcomponent{{ $errors->first('load_factor') }}
@component('admin.components.info') Value between 1 and 100. See docs. Leave blank to use the default value. @endcomponent{{ $errors->first('load_factor_variance') }}
@component('admin.components.info') How much the load factor can vary per flight (+ or -). Leave blank to use the default value. @endcomponent{{ $errors->first('dpt_airport_id') }}
{{ $errors->first('arr_airport_id') }}
{{ $errors->first('route') }}
{{ $errors->first('alt_airport_id') }}
{{ $errors->first('level') }}
{{ $errors->first('distance') }}
{{ $errors->first('dpt_time') }}
{{ $errors->first('arr_time') }}
{{ $errors->first('notes') }}