@foreach($orders as $key => $order) @php($contact = $order->contact_no . ' ') @endforeach
# Order # Transaction # Purchased On Bill to Name Email Address Phone Payment Method Payment Type Product Name Product Code Ordered Price Grand Total Order Status
{{ ++$key }} {{ $order->order_id }} {{ $order->transaction_id }} {{ date('M d, Y h:i a', strtotime($order->created_at)) }} {{ $order->billing_name }} {{ $order->email }} {{ $order->holdings }} {!! $contact !!} {{ $order->payment_method_name }} {{ $order->shipping_type_name }} {{ $order->product_name }} {{ $order->product_code_inv }} {{ $order->ordered_price }} {{ $order->grand_total }} {{ $order->order_status }}