| #{{ $booking->code }} | {{ $shape('رقم الطلب:') }} |
| {{ $establishment_name }} | {{ $shape('إسم المنشأة:') }} |
| {{ $establishment_address }} | {{ $shape('عنوان المنشأة:') }} |
| {{ $tax_register_number }} | {{ $shape('الرقم الضريبي الخاص بياب-ستيم:') }} |
| {{ $shape('لا يوجد') }} | {{ $shape('طريقة الدفع:') }} |
| {{ $booking->created_at->format('d M Y') }} | {{ $shape('اليوم:') }} |
| {{ $booking->created_at->format('h:i A') }} | {{ $shape('الوقت:') }} |
| {{ $shape($booking->user->name) }} | {{ $shape('إسم العميل:') }} |
| {{ $booking->user->phone }} | {{ $shape('رقم هاتف العميل:') }} |
| {{ $booking->user->tax_number }} | {{ $shape('الرقم الضريبي:') }} |
| {{ $shape('المجموع') }} | {{ $shape('التكرار') }} | {{ $shape('السعر') }} | {{ $shape('العنصر') }} |
|---|---|---|---|
| {{ number_format($packagePrice * $booking->number_of_iterations, 2) }} | {{ $booking->number_of_iterations }} | {{ number_format($packagePrice, 2) }} | {{ $shape($booking->package->getTranslation('name', 'ar')) }} |
| {{ number_format($service->price * $booking->number_of_iterations, 2) }} | {{ $booking->number_of_iterations }} | {{ number_format($service->price, 2) }} | {{ $shape($service->getTranslation('name', 'ar')) }} |