@extends('layouts.admin') @section('title','Reporte') @section('styles') @endsection @section('options') @endsection @section('preference') @endsection @section('content')

Reporte 1er Semestre

@foreach ($clients as $client) @endforeach @php $i = 0; @endphp @foreach ($products as $product) @php $j = 0; @endphp @foreach ($clients as $client) @php $j++; @endphp @endforeach @php $i++; @endphp @endforeach
COD MEDIDA ITEM SALDO 2023 ING. I/ ING. II/{{$client->sigla}}TOTAL INGRESOS TOTAL SALIDAS SALDO ACTUAL
{{$product->codigo}} {{$product->medida}} {{$product->nombre}} {{$saldo[$i]}} {{$cantidad1[$i]}} {{$cantidad2[$i]}}{{$entrega[$i][$j]}}{{$ingresos[$i]}} {{$salida[$i]}} {{$cantidad3[$i]}}
Imprimir Cancelar
@endsection @section('scripts') {!! Html::script('melody/js/data-table.js') !!} @endsection