| رقم الحجز: #{{ $order->number }} |
| المتجر: {{ $order->branch->spa->title }} |
| تاريخ ووقت الحجز: {{ $order->created_at->format('Y-m-d, H:i') }} |
| {{ $order->sitem_title }} ({{ $order->sitem_quantity }}) | {{ number_format($order->sitem_price * $order->sitem_quantity, 2) }} ر.س |
| • {{ $option->title->ar }} - {{ $choice->title->ar }} @if ($choice->quantity) ({{ $choice->quantity }}) @endif | @if ($choice->price > 0) + {{ number_format($choice->price * ($choice->quantity ?? 1) * $order->sitem_quantity, 2) }} ر.س @endif |
| كلفة الحجز | {{ number_format($order->total_price + $order->coupon_discount, 2) }} ر.س |
| خصم المتجر | {{ number_format($order->financial->store_coupon_discount, 2) }} ر.س |
| خصم التطبيق | {{ number_format($order->financial->platform_coupon_discount, 2) }} ر.س |
| المبلغ الإجمالي | {{ number_format($order->total_price, 2) }} ر.س |
| طريقة الدفع | {{ __("global.payment_methods.$order->payment_method") }} |