@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')

Article Sizewise Report

Filter

Category Article Color ACTION
@foreach($sizes as $size) @endforeach @php $totalcountallsize = 0 ; @endphp @foreach($rows as $key => $row) @foreach($sizes as $size) @endforeach @endforeach @foreach($sizes as $size) @endforeach
# Section Subsection Article Color{{$size}}Total
{{ $key + 1 }} {{ $productRows[$row]['section'] }} {{ $productRows[$row]['subsection'] }} {{ $productRows[$row]['article'] }} {{ $productRows[$row]['color'] }}{{ empty($articleProductCombinations[$row][$size]) ? 0 : $articleProductCombinations[$row][$size] }}{{$productCount[$row]}}
{{ empty($productCountSize[$size]) ? 0 : $productCountSize[$size] }} {{$totalcountallsize}}
@endsection @section('extraJs') @endsection