ABONOS DE {{$titulo}}
@foreach ($grados as $g )
{{$g->nombre}} {{$g->nivel}}, SECCION: {{$g->seccion}}
|
REGISTRO |
FECHA |
ESTUDIANTE |
TIPO |
VALOR |
DESCRIPCION |
BANCO |
BOLETA |
USUARIO |
|
@foreach (getTiposAbonosAndTotal($tipo,$g->id, $inicio, $fin ) as $d)
{{$j}} |
{{$d->factura_id}} |
{{$d->created_at}} |
RETIRADO
|
{{$d->tipo}} |
Q. {{number_format($d->valor, 2)}} |
|
{{$d->banco}} |
{{$d->boleta}} |
{{$d->user->name}} |
@if (isset($d->estudiante->id))
@endif
|
@endforeach
Q. {{number_format($total, 2)}}
@endforeach
TOTAL: Q. {{number_format($st, 2)}}