Date :{{ $date }}
Total Vendor Stands :{{ $totalstands }}
Total Active Vendor Stands :{{ $totalstandsAct }}
Total Inactive Vendor Stands :{{ $totalstandsInact }}
Vendor Name | Vendor Mobile Number | Vendor Code | Stand Name | Stand Price | Stand Status |
---|---|---|---|---|---|
{{ $value->vendor_name }} | {{ $value->vendor_mobile_number }} | {{ $value->vendor_code }} | {{ $value->product_name }} | {{ number_format($value->product_price,2) }} | {{ $value->product_status }} |