@extends('layouts.app') @section('title', __('pages.meta.product-category-3.title')) @section('meta_description', __('pages.meta.product-category-3.description')) @section('meta_keywords', __('pages.meta.product-category-3.keywords')) @section('meta_author', __('pages.meta.author')) @php $data = $productCategory3Data ?? []; $bannerSlides = data_get($data, 'banner.slides', []); $breadcrumbsTop = data_get($data, 'breadcrumbs.top', []); $luxurySection = data_get($data, 'luxurySection', []); $transport = data_get($data, 'transport', []); $video = data_get($data, 'video', []); $videoItems = data_get($video, 'items', []); $cruiseExpert = data_get($data, 'cruiseExpert', []); $curated = data_get($data, 'curatedItineraries', []); $curatedGroups = data_get($curated, 'groups', []); $about = data_get($data, 'about', []); $reviews = data_get($data, 'reviews', []); $floatingActions = data_get($data, 'floatingActions', []); $mobileNavData = data_get($data, 'mobileNavData', []); @endphp @section('content')
@include('pages.home.shared.header')
@foreach ($bannerSlides as $index => $slide)

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

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

@endforeach

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

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

@foreach (data_get($luxurySection, 'features', []) as $feature)
{{ $feature['number'] ?? '' }}

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

@endforeach
@foreach (data_get($transport, 'items', []) as $item) @endforeach
@if (!empty($videoItems)) @foreach ($videoItems as $item)
@endforeach @elseif (!empty($video['src']))
@endif
{{ $cruiseExpert['alt'] ?? '' }}

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

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

{{ $curated['curatedItineraries'] ?? '' }}

{!! $curated['description'] ?? '' !!}

{{ data_get($curatedGroups, '0.subtitle', '') }}

{{ data_get($curatedGroups, '1.subtitle', '') }}

{{ data_get($curatedGroups, '2.subtitle', '') }}

{!! $curated['disclaimer'] ?? '' !!}

{!! $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