@extends('layouts.reportes') @section('styles') @endsection @section('content')
CAFETERIA - {{$estu->nombre}}
MOVIMIENTO DE {{$inicio}} AL {{$fin}}
COMPRAS REALIZADOS
DESCRIPCION | VALOR | F. REGISTRO |
---|---|---|
Q. {{ number_format($estudiante->valor,2) }} | {{ $estudiante->created_at }} |
ABONOS REALIZADOS
TIPO | DESCRICPION | VALOR | FECHA DE PAGO |
---|---|---|---|
{{$ab->tipo}} | {{$ab->descripcion}} Boleta: {{$ab->boleta}} |
Q. {{number_format($ab->valor, 2)}} | {{$ab->created_at}} |