{!! Form::label('id', 'Id:') !!} {{ $proyectoTestFour->id }} {!! Form::label('nombre', 'Nombre:') !!} {{ $proyectoTestFour->nombre }} {!! Form::label('cliente', 'Cliente:') !!} {{ $proyectoTestFour->cliente }} {!! Form::label('created_at', 'Created At:') !!} {{ $proyectoTestFour->created_at }} {!! Form::label('updated_at', 'Updated At:') !!} {{ $proyectoTestFour->updated_at }}