Product Summary Report

{{-- @if($filter['dealer_id'] != '')
{{ $filter['dealer']->name }}
@endif --}}

From: {{ $filter['from'] }} To: {{ $filter['to'] }}

@if($reportData->count() > 0) @php $i = 1; @endphp @foreach($reportData as $row) @php $i++; @endphp @endforeach @else @endif
Sr. No. Product Name Pending Qty
{{ $i }} {{ $row->product_name }} {{ $row->pending_qty }}
No records found.