@extends('layouts.reportes') @section('content')

ABONOS DE {{$titulo}}

@foreach ($grados as $g )

{{$g->nombre}} {{$g->nivel}}, SECCION: {{$g->seccion}}

@foreach (getTiposAbonosAndTotal($tipo,$g->id, $inicio, $fin ) as $d) @endforeach
REGISTRO FECHA ESTUDIANTE TIPO VALOR DESCRIPCION BANCO BOLETA USUARIO
{{$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

Q. {{number_format($total, 2)}}


@endforeach

TOTAL: Q. {{number_format($st, 2)}}

@endsection