@foreach($ordersDeliveries as $order_delivery) @php($contact = $order_delivery->contact_no . ' ') @endforeach
FSP Order# Grand Total Purchased On Bill to Name Email Address Phone Payment Method Payment Type Product Name Product Code Ordered Price Order Status Transaction # 1.Area 2.Zone 3.Available 4.Available Location 5.Order Confirmation 6.Payment Confirmation 7.Interchange # 8.Interchange Location 9.Serial# 10.InvBill# 11.Interchange Received 12.QC 13.Packed_by 14.SippingDate 15.Vehicle 16.Delivery Complete 17.Un Delivery 18.Re Delivery Schedule 19.Re Delivery Complete 20.Bill Void Note
{{ $order_delivery->fsp_name }} {{ $order_delivery->order_id }} {{ $order_delivery->grand_total }} {{ date('M d, Y h:i a', strtotime($order_delivery->created_at)) }} {{ $order_delivery->billing_name }} {{ $order_delivery->email }} {{ $order_delivery->holdings }} {!! $contact !!} {{ $order_delivery->payment_method_name }} {{ $order_delivery->shipping_type_name }} {{ $order_delivery->product_name }} {{ $order_delivery->product_code_inv }} {{ $order_delivery->ordered_price }} {{ $order_delivery->order_status }} {{ $order_delivery->transaction_id }} {{ $area }} {{ $zone }} {{ $available }} {{ $available_location }} {{ $pre_confirmation }} {{ $customer_confirmation }} {{ $inter_change_no }} {{ $inter_change_location }} {{ $serial_no }} {{ $inv_bill_no }} {{ $inter_change_rcved }} {{ $qc_pass }} {{ $packed_by }} {{ $shipping_date }} {{ $vehicle }} {{ $delivery_complete }} {{ $undelivery }} {{ $re_delivery_schedule }} {{ $re_delivery_complete }} {{ $bill_void }} {{ $delivery_complete_note }}