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

{{ $pago->id }}

{!! Form::label('cantidad', 'Cantidad:') !!}

{{ $pago->cantidad }}

{!! Form::label('fecha', 'Fecha:') !!}

{{ $pago->fecha }}

{!! Form::label('prestamo_id', 'Id de préstamo:') !!}

{{ $pago->prestamo_id }}

{!! Form::label('created_at', 'Fecha de creación:') !!}

{{ $pago->created_at }}

{!! Form::label('updated_at', 'Fecha de actualización:') !!}

{{ $pago->updated_at }}

{!! Form::label('deleted_at', 'Fecha de eliminación:') !!}

{{ $pago->deleted_at }}