{!! Form::label('ground_handling_multiplier', 'Ground Handling Multiplier:') !!}
@component('admin.components.info')
This is the multiplier of the airport ground-handling cost to charge for
aircraft in this subfleet, as a percentage. Defaults to 100.
@endcomponent
{!! Form::text('ground_handling_multiplier', null, ['class' => 'form-control']) !!}