{!! Form::label('icao', 'ICAO:') !!}

{!! $aircraft->icao !!}

{!! Form::label('name', 'Name:') !!}

{!! $aircraft->name !!}

{!! Form::label('registration', 'Registration:') !!}

{!! $aircraft->registration !!}

{!! Form::label('active', 'Active:') !!}

{!! $aircraft->active !!}

{!! Form::label('created_at', 'Created At:') !!}

{!! $aircraft->created_at !!}

{!! Form::label('updated_at', 'Updated At:') !!}

{!! $aircraft->updated_at !!}