{!! Form::label('id', 'Id:') !!} |
{{ $clientes->id }} |
{!! Form::label('nombre', 'Nombre:') !!} |
{{ $clientes->nombre }} |
{!! Form::label('email', 'Email:') !!} |
{{ $clientes->email }} |
{!! Form::label('password', 'Password:') !!} |
{{ $clientes->password }} |
{!! Form::label('telefono', 'Telefono:') !!} |
{{ $clientes->telefono }} |
{!! Form::label('direccion', 'Direccion:') !!} |
{{ $clientes->direccion }} |
{!! Form::label('created_at', 'Created At:') !!} |
{{ $clientes->created_at }} |
{!! Form::label('updated_at', 'Updated At:') !!} |
{{ $clientes->updated_at }} |