@extends('layouts.admin') @section('styles') @endsection @section('content')
| F. COMPRA | RECIBO | ESTUDIANTE | GRADO | BOLSA | CANTIDAD | DESCRIPCION | ENTREGADO | TOTAL | |
|---|---|---|---|---|---|---|---|---|---|
| {{$v->created_at}} | {{$v->factura_id}} | {{$v->estudiante->nombre}} | {{$v->estudiante->grado->nombre}} | {{$v->bolsa->nombre}} | {{$v->cantidad}} | {{$v->factura->descripcion}} | {{$v->entregado}} | Q. {{number_format($v->total,2)}} |