@extends('blank') @section('content')
REPORTE DE VENTA POR PRODUCTO
@if ($ini && $fin)
Del {{ date('d/m/Y',strtotime($ini)) }} al {{ date('d/m/Y',strtotime($fin)) }}
@endif {{-- --}} {{-- --}} {{-- --}} @foreach ($datos as $item) {{-- --}} {{-- --}} {{-- --}} @endforeach
N. Código Producto UnidadPrecioCategoríaCantidad TotalValor
{{ ++$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 }}
{{--
{{ $datos->total }}
--}} @endsection @section('scripts') @endsection