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