@extends('admin.booking.layouts.invoice_ar', ['invoiceSettings' => $invoiceSettings]) @section('invoice_content_ar')

اسم الضيف

{{ ucwords($userDetails->title ?? '') }} {{$userDetails->firstName ?? '' }}  {{ $userDetails->lastName ?? ''}}

معرف ريهلتي: {{ $bookingDetail->booking_ref ?? '' }}

رقم تسجيل ضريبة القيمة المضافة:
رقم الفاتورة:
تاريخ الفاتورة:
المبلغ الإجمالي المستحق:
{{ ' - '}}
{{ ' - ' }}
{{ !empty($editedHotelDetails->booking_date) ? \Carbon\Carbon::parse($editedHotelDetails->booking_date)->format('Y-m-d') : '-' }}
{{$paymentDetails->grandTotal ?? 0 }} {!! getCurrencyImage($paymentDetails->currency ?? '﷼') !!}
@if(isset($paymentDetails->isAddOnUsed) && $paymentDetails->isAddOnUsed) @endif @if(isset($paymentDetails->isCouponUsed) && $paymentDetails->isCouponUsed) @endif @if(isset($paymentDetails->isRedeemUsed) && $paymentDetails->isRedeemUsed) @endif @if(isset($paymentDetails->isWalletUsed) && $paymentDetails->isWalletUsed) @endif
خدمة وصف كمية كمية

# الفندق

{{ $hotelDetails->hotelDetails->DisplayName ?? '' }}

# البالغين : {{ $adult ?? '' }}

# أطفال : {{ $child ?? '' }}

# الدفع : {{ !empty($searchDetails->stay->checkIn) ? \Carbon\Carbon::parse($searchDetails->stay->checkOut)->format('Y-m-d') : '' }}

# الدفع : {{ !empty($searchDetails->stay->checkOut) ? \Carbon\Carbon::parse($searchDetails->stay->checkOut)->format('Y-m-d') : '' }}

{{$hotelDetails->selectedRooms->RoomType ?? 'N/A' }} - {{ $hotelDetails->selectedRooms->RoomName ?? 'N/A' }} - {{ $hotelDetails->selectedRooms->RoomClass ?? 'N/A' }}

{{ $adult+$child }}

{{ $paymentDetails->totalPrice ?? 0}}{!! getCurrencyImage($paymentDetails->currency ?? '﷼') !!}

إجمالي المنحة: المجموع الفرعي {{ $paymentDetails->totalPrice ?? 0}} {!! getCurrencyImage($paymentDetails->currency ?? '﷼') !!}
{{ amountToWord($paymentDetails->grandTotal ?? 0, $paymentDetails->currency, 'ar') }} رسوم الخدمة {{ $paymentDetails->markupServiceFee ?? 0 }} {!! getCurrencyImage($paymentDetails->currency ?? '﷼') !!}
المبلغ الإضافي {{ $paymentDetails->addOnAmount ?? 0 }} {!! getCurrencyImage($paymentDetails->currency ?? '﷼') !!}
مبلغ القسيمة ( - ) {{ $paymentDetails->couponAmount ?? 0 }} {!! getCurrencyImage($paymentDetails->currency ?? '﷼') !!}
استرداد المبلغ ( - ) {{ $paymentDetails->redeemAmount ?? 0 }} {!! getCurrencyImage($paymentDetails->currency ?? '﷼') !!}
مبلغ المحفظة ( - ) {{ $paymentDetails->walletAmount ?? 0 }}{!! getCurrencyImage($paymentDetails->currency ?? '﷼') !!}
المجموع الإجمالي {{ $paymentDetails->grandTotal ?? 0 }} {!! getCurrencyImage($paymentDetails->currency ?? '﷼') !!}
@endsection