{{ __("web.Luxury Rooms") }}

@if ($rooms->count()) @foreach($rooms as $room)
@if ($room->photos->count()) @endif

{{ $room->translation()->name }}

{{ $room->translation()->short_description }}

{{ __("web.Starting From") }}

{{ $room->price }} / {{ __("web.night") }} {{ __("web.Book Now") }}

@endforeach @endif
{{ __("web.Imperail Services") }}

{{ __("web.Explore Our Hotel Services") }}

@if($services->count()) @foreach ($services as $service) @endforeach @endif