Order Value
{{$orders->grand_total}}
Amount Paid
{{number_format($orders->amount_paid,2)}}
GST Invoice Number
{{$orders->gst_invoice_no}}
GST Invoice Name
{{$orders->gst_invoice_name}}
Purchased date
{{$orders->order_date}}
Payment Method
{{$orders->payment_mode_en}}
Shipment Method
{{$orders->shipment_method}}
Delivery Time
{{$orders->delivery_time}}
Status
{{$orders->order_status}}
GIFT
gift Amount:{{number_format($orders->gift_to_others_amount,2)}}
gift From:{{$orders->gift_from}}
gift To:{{$orders->gift_to}}
gift Message:{{$orders->gift_to_others_text}}
Order Track
Order Item
@endif | Product | MRP Price | Discounted Price | Quantity | Total |
---|---|---|---|---|---|
{{ $key }} ( {{ count($product) }} Items ) |
|||||
@elseif ($orders->order_status_id == 9) @php $colspan = 'colspan="2"'; @endphp @endif |