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

FILTRO UNIFORMES

@if ($vis)

PEDIDOS ENTREGADOS / PENDIENTES

@foreach ($ventas as $v) @endforeach
F. COMPRA RECIBO ESTUDIANTE GRADO UNIFORME CANTIDAD DESCRIPCION ENTREGADO TOTAL
{{$v->created_at}} {{$v->factura_id}} {{$v->estudiante->nombre}} {{$v->estudiante->grado->nombre}} {{$v->uniforme->nombre}} {{$v->cantidad}} {{$v->factura->descripcion}} {{$v->entregado}} Q. {{number_format($v->total,2)}}
@endif
@endsection