@extends('layouts.admin') @section('title','Reporte') @section('styles') @endsection @section('options') @endsection @section('preference') @endsection @section('content')
COD | MEDIDA | ITEM | SALDO 2023 | ING. I/ | ING. II/ | @foreach ($clients as $client){{$client->sigla}} | @endforeachTOTAL INGRESOS | TOTAL SALIDAS | SALDO ACTUAL |
---|---|---|---|---|---|---|---|---|---|
{{$product->codigo}} | {{$product->medida}} | {{$product->nombre}} | {{$saldo[$i]}} | {{$cantidad1[$i]}} | {{$cantidad2[$i]}} | @foreach ($clients as $client){{$entrega[$i][$j]}} | @php $j++; @endphp @endforeach{{$ingresos[$i]}} | {{$salida[$i]}} | {{$cantidad3[$i]}} |