@extends('layouts.admin') @section('styles') @endsection @section('content')

FILTROS BOLSA

@if ($vis)

PEDIDOS ENTREGADOS / PENDIENTES

@foreach ($ventas as $v) @if ($grado_id == $v->estudiante->grado_id) @endif @endforeach
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)}}
@endif
@endsection @section('styles') @endsection @section('scripts') @endsection