@extends('cr_blank') @section('content')
| N. | Código | Producto | Categoría | Stock | Unidades | |
|---|---|---|---|---|---|---|
| {{ ++$i }} | {{--{{ date('d-m-Y', strtotime($item->fecha)) }} | --}}{{ $item->codigo }} | {{ $item->nombre }} | {{ $item->categoria->nombre }} | {{ $item->stock }} | {{ $item->stock * $item->cantidad_unidades }} |