أسم العميل {{$order->user->first_name}} {{$order->user->last_name}}
رقم الطلب {{$order->id}}
التاريخ {{$order->created_at}}
العنوان {{'المنطقة '.$order->area.'- عماره '.$order->building.'- الدور '.$order->floor}}

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

@php($i=0) @foreach($order->pieces as $kk=>$item) @php($i += $item->price * $item->number) @endforeach @if($order->promo) @endif {{----}} {{-- --}} {{-- --}} {{-- --}}
المنتج العدد السعر اللون شركة التأمين مبلغ التأمين الاجمالى
{{$item->clothe->title_ar}}
{{$item->number}} {{$item->color?$item->color->title:''}} {{$item->insurance?$item->insurance->title_ar:''}} {{$item->insurance?$item->insurance->cost:''}} {{number_format($item->price * $item->number,3)}}
تكلفة الطلب {{$i}}
الضريبة {{$order->taxes}}
تكلفة التوصيل {{config('general.delivery')}}
كود خصم ({{$order->promo->code}}) -{{$order->promo->discount}}
الإجمالي {{$order->total_cost}}
ملاحظات {{$order->notes}}