@section('pageTitle', $pageTitle) @section('metaDescription', $metaDescription)
{{ __("web.Enjoy Your Wonderful Holidays With A Great Luxury Experience!") }}

{{ __("web.Most Relaxing Place") }}

{{ __("web.Imperail Services") }}

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

@if($services->count()) @foreach ($services as $service) @endforeach @endif
{{ __("web.Find Best Hotel For Living") }}

{{ __("web.Find the Best Hotel in Your Next Vacation") }}

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

{{ __("web.Rooms & Suites") }}

@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.Watch our luxurious hotel") }}

{{ __("web.Take A Tour") }}

{{ __("web.Testimonial") }}

{{ __("web.Happy Guests") }}

@if($testimonials->count())
@foreach($testimonials as $testimonial)

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

{{ __("web.wrote a review") }} {{ date('d M Y',strtotime($testimonial->updated_at)) }}

{{ $testimonial->translation()->review }}

@endforeach
@endif