@extends('layouts.reportes') @section('content')
# | UNIFORME | CANTIDAD | PRECIO COSTO | TOTAL | FECHA DE COMPRA | TIPO | RECIBO | USUARIO |
---|---|---|---|---|---|---|---|---|
{{$art->id}} | {{$art->uniforme->nombre}} - TALLA: {{$art->uniforme->talla}} | {{$art->cantidad}} | Q. {{number_format($art->uniforme->p_costo, 2)}} | Q. {{number_format($art->uniforme->p_costo * $art->cantidad, 2)}} | {{$art->f_compra}} | {{$art->tipo}} | {{$art->recibo}} | {{$art->user->name}} |
- | - | {{$t_can}} unidades | Q. {{number_format($t_cost, 2)}} | Q. {{number_format($t_precio, 2)}} | - | - | - | |
--------- | --------- | --------- | --------- | --------- | --------- | --------- | --------- |