@extends('layouts.app') @section('title') {{ $hotel->getTranslation('seo_title') }} @endsection @section('meta_description') {{ $hotel->getTranslation('seo_description') }} @endsection @section('content')
@if(App::getLocale() === 'tr') EŞSİZ BİR EGE RÜYASI @elseif(App::getLocale() === 'en') AN UNFORGETTABLE AEGEAN DREAM @elseif(App::getLocale() === 'de') EIN UNVERGESSLICHER ÄGÄIS-TRAUM @elseif(App::getLocale() === 'ru') НЕЗАБЫВАЕМАЯ ЭГЕЙСКАЯ МЕЧТА @else حلم بحر إيجة الذي لا يُنسى @endif

@if(App::getLocale() === 'tr') Ruhunuzu Dinlendiren Lüks @elseif(App::getLocale() === 'en') Luxury that Restores Your Soul @elseif(App::getLocale() === 'de') Luxus, der Ihre Seele baumeln lässt @elseif(App::getLocale() === 'ru') Роскошь, которая успокаивает душу @else الفخامة التي تريح روحك @endif

{{ $hotel->getTranslation('description') }}

@if(App::getLocale() === 'tr') SEÇKİN KONAKLAMA @else LUXURIOUS ACCOMMODATION @endif

@if(App::getLocale() === 'tr') Oda ve Süitlerimiz @else Our Rooms & Suites @endif

@if(App::getLocale() === 'tr') Ege\'nin göz kamaştıran manzaraları eşliğinde eşsiz bir dinlenme deneyimi sizi bekliyor. @else A relaxing and luxurious experience overlooking the dazzling views of the Aegean. @endif

@foreach($roomTypes as $roomType)
{{ $roomType->getTranslation('name') }}
€{{ $roomType->base_price }} / @if(App::getLocale() === 'tr') Gece @else Night @endif

{{ $roomType->getTranslation('name') }}

{{ $roomType->getTranslation('description') }}

{{ $roomType->max_adults }} @if(App::getLocale() === 'tr') Yetişkin @else Adults @endif {{ $roomType->max_children }} @if(App::getLocale() === 'tr') Çocuk @else Children @endif
@foreach(array_slice($roomType->getTranslation('amenities') ?? [], 0, 4) as $amenity) {{ $amenity }} @endforeach
@endforeach
@if(App::getLocale() === 'tr') ARINMA VE LEZZET @else PURIFICATION & TASTE @endif

@if(App::getLocale() === 'tr') Aura Alakart Şef Restoranı & Termal Spa @else Aura Culinary & Thermal Spa Sanctuary @endif

@if(App::getLocale() === 'tr') Ödüllü Akdeniz ve Ege füzyon mutfak şeflerimizle hazırlanan seçkin lezzetler, gün batımı eşliğinde masanızı taçlandırıyor. Ardından, tamamen doğal mineralli termal kaynak havuzumuz, sauna ve profesyonel masaj terapistlerimizle vücudunuzu ve ruhunuzu şımartın. @else Exquisite flavors prepared by our award-winning Mediterranean and Aegean fusion culinary chefs crown your table at sunset. Then, pamper your body and soul with our completely natural mineral thermal spring pool, sauna, and professional massage therapists. @endif

2 Michelin @if(App::getLocale() === 'tr') Yıldızlı Şef @else Star Chef @endif
1200 m² @if(App::getLocale() === 'tr') Termal Spa Alanı @else Thermal Spa Area @endif
Restaurant
Spa
Wine
Pool
@if(App::getLocale() === 'tr') MİSAFİR YORUMLARI @else GUEST EXPERIENCES @endif

@if(App::getLocale() === 'tr') LuvaOtel Deneyimleri @else Customer Testimonials @endif

@foreach($reviews as $review)
@for($i = 0; $i < $review->rating; $i++) @endfor

"{{ $review->comment }}"

{{ substr($review->guest_name, 0, 1) }}
{{ $review->guest_name }}
{{ $review->stay_date ? $review->stay_date->translatedFormat('F Y') : '' }}
@endforeach
@endsection