INGRESAR ABONO
×
@csrf
TIPO DE ABONO
EFECTIVO
VISA
TRANSFERENCIA
DEPOSITO
OTRO
VALOR
DESCRIPCION
@foreach ($abonos as $ab) @endforeach
#
TOTAL
TIPO
DESCRIPCION
FECHA DE ABONO
{{$ab->id}}
Q. {{number_format($ab->valor, 2)}}
{{$ab->tipo}}
{{$ab->descripcion}}
{{$ab->created_at}}
@csrf @method('DELETE')
TOTAL ABONADO:
Q. {{number_format($t_abono, 2)}}