@foreach ($order as $key => $item) @endforeach
Sl No Customer Id Order Id Company Name Customer Name Total Product Total Amount Tax Grand Total Delivery Date Status
{{ $key + 1 }} {{ $item->customer_id }} {{ $item->order_id }} {{ $item->company_name }} {{ $item->customer_name }} {{ $item->total_product }} {{ $item->total_amount }} {{ $item->tax }} {{ $item->grand_total }} {{ $item->delivery_date }} {{ $item->status ? 'Active':'in-Active' }}