@extends('blank') @section('content')
| N. | Código | Producto | Unidad | {{--Precio | --}} {{--Categoría | --}}Cantidad | Total | {{--Valor | --}}|
|---|---|---|---|---|---|---|---|---|---|
| {{ ++$i }} | {{--{{ date('d-m-Y',strtotime($item->fecha)) }} | {{ date('H:i',strtotime($item->fecha)) }} | --}}{{ $item->codigo }} | {{ $item->nombre }} | {{ $item->unidad->sigla }} | {{--{{ $item->precio_unit }} | --}} {{--{{ $item->categoria->nombre }} | --}}{{ $item->v_cantidad }} | {{ $item->v_total }} |