{!! Form::label('id', 'Id:') !!}

{!! $pirep->id !!}

{!! Form::label('user_id', 'User Id:') !!}

{!! $pirep->user_id !!}

{!! Form::label('flight_id', 'Flight Id:') !!}

{!! $pirep->flight_id !!}

{!! Form::label('aircraft_id', 'Aircraft Id:') !!}

{!! $pirep->aircraft_id !!}

{!! Form::label('flight_time', 'Flight Time:') !!}

{!! $pirep->flight_time !!}

{!! Form::label('level', 'Level:') !!}

{!! $pirep->level !!}

{!! Form::label('route', 'Route:') !!}

{!! $pirep->route !!}

{!! Form::label('notes', 'Notes:') !!}

{!! $pirep->notes !!}

{!! Form::label('raw_data', 'Raw Data:') !!}

{!! $pirep->raw_data !!}

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

{!! $pirep->created_at !!}

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

{!! $pirep->updated_at !!}