@php $order_details=$data['order_details']; $order_item_details=$data['order_items']; $bill_address = $data['bill_address']; @endphp @include('layouts.components.styles')

الفاتورة

{{ env('APP_NAME') }}
buthainaofficial@outlook.com

{{ __("ORDER ID") }}: {{$order_details->order_unique_id}}

{{$order_details->o_time}} :الوقت
{{$order_details->o_date}} :التاريخ

{{ __("Delivery address") }}:

{{ $bill_address->first_name }}  {{ $bill_address->last_name }}
@if ($bill_address->phone_number) الهاتف:{{ $bill_address->phone_number }}
@endif @if ($bill_address->email_id) {{ __("Email Id") }} :{{ $bill_address->email_id }}
@endif @if ($bill_address->building_no) اسم المبنى:{{ $bill_address->building_no }}
@endif @if ($bill_address->street_no) {{ $bill_address->street_no }}
@endif @if ($bill_address->zone) {{ $bill_address->zone }}
@endif @if ($bill_address->city) {{ __("City") }}:{{ $bill_address->city }}
@endif @if ($bill_address->country) الدولة:{{ $bill_address->country }}
@endif @if ($bill_address->pincode) الرمز البريدي:{{ $bill_address->pincode }}
@endif
@php $i=0; @endphp @foreach ($order_item_details as $items) @php $i++; @endphp @endforeach
# المنتج 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)}}
شكرا لشرائك من موقعنا!!! قم بزيارتنا مجددا