@php $planCount = $hotel->ratePlans->count(); @endphp
@csrf @method('PUT')

Prices

@if($hotel->rooms->isEmpty())
Create a room type first under Rooms.
@endif
@forelse($hotel->ratePlans as $index => $plan) @include('hotel.settings.partials._rateplan-row', [ 'index' => $index, 'plan' => $plan, 'rooms' => $hotel->rooms, 'hotel' => $hotel, ]) @empty @endforelse
Room Meals included Local price Local currency Intl price Intl currency
No prices yet.
@include('partials._select2-init') @push('styles') @endpush @push('scripts') @endpush