@if($showModal)
{{ __('hotel::modules.posHotelContext.selectHotelRoom') }}
@if(count($availableStays) > 0)
@foreach($availableStays as $stay) @endforeach
@if($selectedStayId)
@endif @else

{{ __('hotel::modules.posHotelContext.noCheckedInRoomsAvailable') }}

{{ __('hotel::modules.posHotelContext.noCheckedInRoomsMessage') }}

@endif
@lang('app.cancel') @if($selectedStayId) {{ __('hotel::modules.posHotelContext.selectRoomButton') }} {{ __('hotel::modules.posHotelContext.selecting') }} @endif
@endif