أسم العميل {{$order->user->first_name}}
رقم هاتف العميل
رقم الطلب {{$order->id}}
التاريخ {{$order->created_at}}
طريقة الدفع {{$order->payment?$order->payment->title_ar:''}}
العنوان {{($order->address)?'('.$order->address->title.')'.'- المحافظة '.$order->address->city->title_ar.'- المنطقة '.$order->address->region->title_ar.'- القطعة '.$order->address->block.'- اسم الشارع '.$order->address->street.'- الدور '.$order->address->floor.'- رقم الشقة '.$order->address->flat:''}}

أهلا بك ملخص فاتورتك من خدمات تطبيق فوالتى

@php($i=0) @php($cost=0) @foreach($order->pieces as $kk=>$item) @php($i +=$item->number) @php($cost +=($item->price*$item->number)) @endforeach @if($order->promo) @endif
المنتج العدد السعر ملاحظات الاجمالى
{{$item->clothe->title_ar}} {{$item->number}} {{$item->price}} {{$item->note}} {{number_format($item->price * $item->number,3)}}
إجمالى عدد القطع {{$i}}
تكلفة الطلب {{number_format($cost,3)}}
تكلفة التوصيل {{$order->delivery_cost}}
كود خصم ({{$order->promo->code}}) -{{$order->discount}}
الإجمالي {{$order->total_cost}}
ملاحظات {{$order->notes}}