| Hotel * | Room Category(s) * | Check-in Date | Check-out Date | Total Rate (per room) |
|
|---|---|---|---|---|---|
|
@foreach ($room['categories'] as $index => $category)
@php
$uniqueId=$roomIndex.$index;
@endphp
@if($index===0)
@else
@endif
@endforeach
|
@foreach ($room['checkin_dates'] as $key => $checkin) @endforeach | @foreach ($room['checkout_dates'] as $key => $checkout) @endforeach | @foreach ($room['total_rates'] as $rate) @endforeach |
Grand Total: {{$fields["grand_total"] ?? ""}}