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