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

{{ $pedido->id }}

{!! Form::label('fecha_llegada', 'Fecha Llegada:') !!}

{{ $pedido->fecha_llegada }}

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

{{ $pedido->created_at }}

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

{{ $pedido->updated_at }}