@include('Commonheader')
@include('sidebar')
@include('FOE.navbar')
Modify Pax & Tariff
Submit
Back
Room & Guest Details
Room No
Guest Name
Modify Pax & Tariff
Roomtype
Select
@foreach ($roomtypes as $type)
roomtypeid == $TariffDetails->roomtypeid ? 'selected' : '' }}> {{ $type->name }}
@endforeach
Room Rate Plan
Select
Meal Plan
Select
Total Adults
Adults
(Maximum Adult : {{ $TariffDetails->max_adult ?? 1 }})
Children
(Maximum Child : {{ $TariffDetails->max_child ?? 1 }})
Extra Pax
(Maximum Extra Pax : {{ $TariffDetails->max_extra_pax ?? 1 }})
Room Tariff
Room Netrate
Apply Tariff
inclusivests == 0 ? 'selected' : '' }}>Plus tax
inclusivests == 1 ? 'selected' : '' }}>Inclusive (Rent Only)
inclusivests == 2 ? 'selected' : '' }}>Inclusive (With Extra Pax)
Discount type
discounttype == 0 ? 'selected' : '' }}>Select
discounttype == 1 ? 'selected' : '' }}>Amount
discounttype == 2 ? 'selected' : '' }}>Percentage
Discount Value
Total Room Tariff
Room Rate List
@include('Commonfooter')
@include('Commonscript')