{{ $errors->first('subfleet_id') }}
{{ $errors->first('name') }}
{{ $errors->first('icao') }}
{{ $errors->first('zfw') }}
Enter the registration without the country prefix
{!! Form::text('registration', null, ['class' => 'form-control']) !!}{{ $errors->first('registration') }}