@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')
{{ __('common.page.dates') }}
Aug 12 - Aug 14
{{ __('common.page.calendar') }}
{{ __('common.page.start_date') }}
{{ __('common.page.end_date') }}
{{ __('common.page.travelers') }}
4 travelers, 1 room
{{ __('common.page.rooms') }}
1
{{ __('common.page.adults') }}
2
{{ __('common.page.where_to') }}
Ho Chi Minh, Vietnam
{{ __('common.page.dates') }}
Sep 20 - Sep 25
{{ __('common.page.travelers') }}
4 travelers, 1 room
{{ __('common.page.destination') }}
An Lam Retreats Saigon River
{{ __('common.page.calendar') }}
{{ __('common.page.start_date') }}
{{ __('common.page.end_date') }}
{{ __('common.page.travelers') }}
{{ __('common.page.rooms') }}
1
{{ __('common.page.adults') }}
2
{{ $banner['title'] ?? '' }}
{{ $banner['subtitle'] ?? '' }}
@foreach ($promoCards as $card)
@endforeach
@foreach (data_get($saveDeals, 'items', []) as $item)
@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
@foreach (data_get($activePopularTab, 'items', []) as $item)
@endforeach
{{ $favoriteStays['title'] ?? '' }}
@foreach (data_get($favoriteStays, 'items', []) as $item)
{{ $item['label'] ?? '' }}
@endforeach
{{ $bundlesSaves['subtitle'] ?? '' }}
@foreach ($bundleTabs as $index => $tab)
- {{ $tab['label'] ?? '' }}
@endforeach
@foreach (data_get($activeBundleTab, 'items', []) as $item)
@endforeach
{{ $cruiseBanner['title'] ?? '' }}
{{ $cruiseBanner['subtitle'] ?? '' }}
{{ $uniqueStays['title'] ?? '' }}
@foreach (data_get($uniqueStays, 'items', []) as $item)
@endforeach
{!! $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')
@endsection
@push('scripts')
@endpush