@extends('layouts.app') @section('title', __('pages.meta.product-category-4.title')) @section('meta_description', __('pages.meta.product-category-4.description')) @section('meta_keywords', __('pages.meta.product-category-4.keywords')) @section('meta_author', __('pages.meta.author')) @push('styles') @endpush @php $data = $productCategory4Data ?? []; $banner = data_get($data, 'banner', []); $promoCards = data_get($data, 'promoCards', []); $saveDeals = data_get($data, 'saveDeals', []); $recentSearches = data_get($data, 'recentSearches', []); $recentViews = data_get($data, 'recentViews', []); $popularDestinations = data_get($data, 'popularDestinations', []); $favoriteStays = data_get($data, 'favoriteStays', []); $bundlesSaves = data_get($data, 'bundlesSaves', []); $cruiseBanner = data_get($data, 'cruiseBanner', []); $uniqueStays = data_get($data, 'uniqueStays', []); $about = data_get($data, 'about', []); $reviews = data_get($data, 'reviews', []); $floatingActions = data_get($data, 'floatingActions', []); $mobileNavData = data_get($data, 'mobileNavData', []); $popularTabs = data_get($popularDestinations, 'tabs', []); $activePopularTab = $popularTabs[0] ?? null; $bundleTabs = data_get($bundlesSaves, 'tabs', []); $activeBundleTab = $bundleTabs[0] ?? null; @endphp @section('content')
@include('pages.home.shared.header')
icon

{{ __('common.page.where_to') }}

Ho Chi Minh, Vietnam

icon

{{ __('common.page.dates') }}

Aug 12 - Aug 14

{{ __('common.page.calendar') }}
{{ __('common.page.start_date') }} {{ __('common.page.end_date') }}
Su
Mo
Tu
We
Th
Fr
Sa
Su
Mo
Tu
We
Th
Fr
Sa
icon

{{ __('common.page.travelers') }}

4 travelers, 1 room

{{ __('common.page.rooms') }}
1
{{ __('common.page.adults') }}
2
icon

{{ __('common.page.where_to') }}

Ho Chi Minh, Vietnam

icon

{{ __('common.page.dates') }}

Sep 20 - Sep 25

icon

{{ __('common.page.travelers') }}

4 travelers, 1 room

{{ __('common.page.destination') }}

{{ __('common.page.where_to') }}

icon
Ho Chi Minh
icon
JW Marriott Saigon
icon
Fusion Original Saigon
icon
An Lam Retreats Saigon River
icon
Park Hyatt
icon
The Reverie
{{ __('common.page.calendar') }}
{{ __('common.page.start_date') }} {{ __('common.page.end_date') }}
Su
Mo
Tu
We
Th
Fr
Sa
Su
Mo
Tu
We
Th
Fr
Sa
{{ __('common.page.travelers') }}

{{ __('common.page.rooms') }}

1

{{ __('common.page.adults') }}

2

{{ $banner['title'] ?? '' }}

{{ $banner['subtitle'] ?? '' }}

@foreach ($promoCards as $card)

{{ $card['title'] ?? '' }}

{{ $card['description'] ?? '' }}

img
@endforeach

{{ $recentSearches['title'] ?? '' }}

@foreach (data_get($recentSearches, 'items', []) as $item)
{{ $item['text'] ?? '' }}
@endforeach

{{ $recentViews['title'] ?? '' }}

@foreach (data_get($recentViews, 'items', []) as $item)

{{ $item['title'] ?? '' }}

{{ $item['location'] ?? '' }}

{{ $item['category'] ?? '' }}
@endforeach

{{ $popularDestinations['title'] ?? '' }}

{{ $popularDestinations['subtitle'] ?? '' }}

    @foreach ($popularTabs as $index => $tab)
  • {{ $tab['label'] ?? '' }}
  • @endforeach

{{ $favoriteStays['title'] ?? '' }}

@foreach (data_get($favoriteStays, 'items', []) as $item)
{{ $item['label'] ?? '' }}
@endforeach

{{ $bundlesSaves['title'] ?? '' }}

{{ data_get($bundlesSaves, 'link.text', '') }}

{{ $bundlesSaves['subtitle'] ?? '' }}

    @foreach ($bundleTabs as $index => $tab)
  • {{ $tab['label'] ?? '' }}
  • @endforeach

{{ $cruiseBanner['title'] ?? '' }}

{{ $cruiseBanner['subtitle'] ?? '' }}

{!! $about['content'] ?? '' !!}
@include('pages.home.shared.section-benefits', ['sectionBenefitsData' => $sectionBenefits])
@include('pages.home.shared.trustpilot-section', ['trustpilotData' => $reviews])
@include('pages.home.shared.footer') @include('pages.home.shared.popup-booking')
@foreach ($floatingActions as $action) {{ $action['alt'] ?? '' }} @if (!empty($action['badge'])) {{ $action['badge'] }} @endif @if (!empty($action['text'])) {{ $action['text'] }} @endif @endforeach
@endsection @push('scripts') @endpush