@extends('layouts.reportes') @section('content') @php $t_venta=0; $t_gasto = 0; $t_abono = 0; @endphp
REPORTE DE GANANCIAS DE BOLSA
GASTOS ACTIVIDADES
Fecha | Valor | Factura | Descripcion | Tipo |
---|---|---|---|---|
{{$dt->fecha}} | Q. {{number_format($dt->valor, 2)}} | {{$dt->factura}} | {{$dt->descripcion}} | GASTO {{$dt->tipo}} |
ABONOS ACTIVIDADES
# | Estudiante | Grado | Tipo | Valor | Boleta | Banco | Estado | Descripcion | Usuario |
---|---|---|---|---|---|---|---|---|---|
{{$a->id}} | {{$a->nombre_estudiante}} | {{$a->nombre}} | {{$a->tipo}} | Q. {{number_format($a->valor, 2)}} | {{$a->boleta}} | {{$a->banco}} | {{$a->estado}} | {{$a->name}} |