@php $order_details=$data['order_details']; $order_item_details=$data['order_items']; $bill_address = $data['bill_address']; @endphp @include('layouts.components.styles')
{{ __("Delivery address") }}:
{{ $bill_address->first_name }} {{ $bill_address->last_name }}# | المنتج | SKU | {{__("Price")}} | {{__("Quantity")}} | {{__("Total")}} |
---|---|---|---|---|---|
{{ $i }} | {{ $items['o_item_name'] }}
المقاس: {{ $items->options->size->size_short_code }} الطول: {{ $items->options->length->length_value. " ".$items->options->length->length_unit }} |
{{ $items->product->product_sku}} | {{ sprintf('%.2f', $items['o_item_rate']) }} | {{ $items['o_item_quantity'] }} Nos | {{ sprintf('%.2f', $items['o_item_grand_total']) }} |
المجموع : | {{ sprintf("%.2f", $order_details->o_sub_total)}} | ||||
لمجموع | QAR . {{sprintf("%.2f", $order_details->o_grand_total)}} |