| S.No | Room Category |
Rate
(per night)
|
Total Rate
(per room)
|
|---|---|---|---|
| {{ $index + 1 }} |
{{ $row['category'] }}
@if (!empty($row['subtext']))
{{ $row['subtext'] }}
@endif
|
{{ $offerData['currency'] }}
{!! formatPrice($row['rate']) !!}
|
{{ $offerData['currency'] }}
{!! formatPrice($row['total_rate']) !!}
|
|
Grand Total:
|
{{ $offerData['currency'] }}
{!! formatPrice($offerData['grand_total']) !!}
{{ $offerData['grand_total_sub_text'] ?? '' }}
|
||
| S. No. | Room Category | No. of Rooms |
Price (per room, per night)
|
Price (per room, total stay)
|
Total Price |
|---|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $row['category'] }}
@if (!empty($row['subtext']))
{{ $row['subtext'] }}
@endif
|
{{ $row['room_count'] }} |
{{ $offerData['currency'] }}
{!! formatPrice($row['price_per_night']) !!}
|
{{ $offerData['currency'] }}
{!! formatPrice($row['price_total_stay']) !!}
|
{{ $offerData['currency'] }}
{!! formatPrice($row['total_price']) !!}
|
|
Grand Total:
{{ $offerData['currency'] }}
{!! formatPrice($offerData['grand_total']) !!}
{{ $offerData['grand_total_sub_text'] ?? '' }}
|
|||||
{{ $offerData['section_title'] }} |
{!! $offerData['section_description'] !!}
|