@extends('user-front.layout') @section('tab-title') {{ $keywords['Home'] ?? 'Home' }} @endsection @php Config::set('app.timezone', $userBs->timezoneinfo->timezone ?? ''); @endphp @section('meta-description', !empty($userSeo) ? $userSeo->home_meta_description : '') @section('meta-keywords', !empty($userSeo) ? $userSeo->home_meta_keywords : '') @section('content')
@if (count($sliders) > 0) @foreach ($sliders as $key => $slider)
{{ $slider->title }}

{{ $slider->subtitle }}

{{ $slider->btn_name }}
@endforeach @else
{{ __('Welcome to Hotelia') }}

{{ __('Luxury Living') }}

{{ __('get started') }}
{{ __('Welcome to Hotelia') }}

{{ __('Luxury Living') }}

{{ __('get started') }}
@endif
@csrf
shape
shape
shape
@if (isset($home_sections->intro_section) && $home_sections->intro_section == 1)
@isset($home_text->about_title) {{ $home_text->about_title }} @endisset @isset($home_text->about_subtitle)

{{ $home_text->about_subtitle }}

@endif @isset($home_text->about_content)

{{ $home_text->about_content }}

@endif
@if (isset($home_sections->counter_info_section) && $home_sections->counter_info_section == 1)
@foreach ($counterInformations as $key => $counterInformation)
{{ $counterInformation->count }}

{{ $counterInformation->title }}

@endforeach
@endif
@endif @if (isset($home_sections->rooms_section) && $home_sections->rooms_section == 1)
@isset($home_text->rooms_section_title) {{ convertUtf8($home_text->rooms_section_title) }} @endif @isset($home_text->rooms_section_subtitle)

{!! convertUtf8($home_text->rooms_section_subtitle) !!}

@endif @isset($home_text->rooms_section_content)

{{ convertUtf8($home_text->rooms_section_content) }}

@endif @if (count($rooms) > 0)
@endif
@foreach ($rooms as $room) @if (!is_null($room->room))

{{ $userBs->base_currency_symbol_position == 'left' ? $userBs->base_currency_symbol : '' }} {{ formatNumber($room->room->rent) }} {{ $userBs->base_currency_symbol_position == 'right' ? $userBs->base_currency_symbol : '' }} / {{ $keywords['Night'] ?? 'Night' }}

@if ($roomSetting->room_category_status == 1) @endif

{{ convertUtf8($room->title) }}

{{ $room->summary }}

  • {{ $room->room->bed }} {{ $room->room->bed == 1 ? $keywords['Bed'] ?? 'Bed' : $keywords['Beds'] ?? 'Beds' }}
  • {{ $room->room->bath }} {{ $room->room->bath == 1 ? $keywords['Bath'] ?? 'Bath' : $keywords['Baths'] ?? 'Baths' }}
  • @if (!empty($room->room->max_guests))
  • {{ $room->room->max_guests }} {{ $room->room->max_guests == 1 ? $keywords['Guest'] ?? 'Guest' : $keywords['Guests'] ?? 'Guests' }}
  • @endif
@endif @endforeach
@endif @if (isset($home_sections->featured_services_section) && $home_sections->featured_services_section == 1)
@isset($home_text->service_title) {{ convertUtf8($home_text->service_title) }} @endif @isset($home_text->service_subtitle)

{!! $home_text->service_subtitle !!}

@endif
@foreach ($services as $service)
{{ $loop->iteration }}

{{ convertUtf8($service->name) }}

{!! strlen(strip_tags($service->content)) > 80 ? mb_substr(strip_tags($service->content), 0, 80, 'UTF-8') . '...' : strip_tags($service->content) !!}

detail_page == 1) href="{{ route('front.user.service.detail', [getParam(), 'slug' => $service->slug, 'id' => $service->id]) }}" @endif class="read-more"> {{ $keywords['read_more'] ?? 'read more' }}
@endforeach
@endif @if (isset($home_sections->video_section) && $home_sections->video_section == 1) @php $videoBg = $videoSectionDetails->video_section_image ?? 'video_bg_one.jpg'; @endphp
@if (!empty($videoSectionDetails->video_section_title)) {{ $videoSectionDetails->video_section_title }} @endif

{{ $videoSectionDetails->video_section_subtitle ?? null }}

@if (!empty($videoSectionDetails->video_section_button_url)) {{ $videoSectionDetails->video_section_button_text }} @endif
@if (!empty($videoSectionDetails->video_section_url)) @endif
@endif @if (isset($home_sections->why_choose_us_section) && $home_sections->why_choose_us_section == 1)
@isset($home_text->why_choose_us_section_title) {{ $home_text->why_choose_us_section_title }} @endif @isset($home_text->why_choose_us_section_subtitle)

{{ $home_text->why_choose_us_section_subtitle }}

@endif
    @foreach ($chooseUsItems as $chooseUsItems)
  • {{ $chooseUsItems->title }}

    {{ $chooseUsItems->content }}

  • @endforeach

{{ $keywords['popular_features'] ?? 'Popular Features' }}

image
@endif @if (isset($home_sections->testimonials_section) && $home_sections->testimonials_section == 1)
@if (!empty($home_text->testimonial_title)) {{ $home_text->testimonial_title }} @endif

{{ $home_text->testimonial_subtitle ?? null }}

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

{{ replaceBaseUrl($testimonial->content) }}

@endforeach
@endif
@endif @if (isset($home_sections->brand_section) && $home_sections->brand_section == 1)
@foreach ($brands as $brand) brand image @endforeach
@endif
@endsection