@php /* ============================================================================ The Fleet — yacht data Slugs / names / models / blurbs reuse the SAME values as home.blade.php. Each yacht's `gallery` is an ARRAY of image paths so the gallery component can scroll through many photos. Only one real image exists per yacht today, so we seed the strip by repeating the single available asset (placeholder). NOTE: pardo-silver's file uses an UPPERCASE .JPG extension. ========================================================================== */ $yachts = [ [ 'slug' => '55-sunreef', 'eyebrow' => 'This is the One', 'name' => 'Sunreef 55', 'model' => 'Ultima', 'image' => 'media/yachts/55-sunreef/55sunreef_homepage.jpg', 'blurb' => 'Our flagship Sunreef. Two master suites, a private foredeck island, and crew quietly tuned to your itinerary across Mykonos & beyond.', 'chips' => ['55 ft / 16.8 m', 'Up to 10 guests', '2 Master Suites'], 'specs' => [ ['Guests', 'Up to 10'], ['Cabins', '2 Master Suites'], ['Bathrooms', '2 En-suite'], ['Day Charter', '5 hrs'], ['Full Day', '8 hrs'], ['Fuel', 'Included'], ['Premium Towels', 'Onboard'], ['Wi-Fi', 'Onboard'], ], ], [ 'slug' => 'pardo-white', 'eyebrow' => 'Riviera Elegance', 'name' => 'Pardo 43', 'model' => 'White', 'image' => 'media/yachts/pardo-white/pardowhite_homepage.jpg', 'blurb' => 'Italian design. Effortless performance. All-day comfort and style, crafted for private journeys across the Greek isles.', 'chips' => ['43 ft / 13.1 m', 'Up to 12 guests', 'Sun-loungers & Shade'], 'specs' => [ ['Guests', 'Up to 12'], ['Cabins', '1 Cabin'], ['Bathrooms', '1 Bathroom'], ['Day Charter', '5 hrs'], ['Full Day', '8 hrs'], ['Fuel', 'Included'], ['Premium Towels', 'Onboard'], ['Wi-Fi', 'Onboard'], ], ], [ 'slug' => 'pardo-silver', 'eyebrow' => 'Hermès Edition', 'name' => 'Pardo 43', 'model' => 'Silver', 'image' => 'media/yachts/pardo-silver/pardosilver_homepage.JPG', 'blurb' => 'The perfect balance of Italian design and performance. Sophisticated, spacious, and made for unforgettable days at sea.', 'chips' => ['43 ft / 13.1 m', 'Up to 12 guests', 'Fuel Included'], 'specs' => [ ['Guests', 'Up to 12'], ['Cabins', '1 Cabin'], ['Bathrooms', '1 Bathroom'], ['Day Charter', '5 hrs'], ['Full Day', '8 hrs'], ['Fuel', 'Included'], ['Premium Towels', 'Onboard'], ['Wi-Fi', 'Onboard'], ], ], [ 'slug' => 'wally', 'eyebrow' => 'Tiffany Edition', 'name' => 'Wally 45', 'model' => 'Tiffany', 'image' => 'media/yachts/wally/wally_homepage.jpg', 'blurb' => 'A stylish open-air yacht for unforgettable days at sea. Elegant, fast, and effortless — built for those who live for the moment.', 'chips' => ['45 ft / 13.7 m', 'Up to 8 guests', '1 Cabin · 1 Bathroom'], 'specs' => [ ['Guests', 'Up to 8'], ['Cabins', '1 Cabin'], ['Bathrooms', '1 Bathroom'], ['Day Charter', '5 hrs'], ['Full Day', '8 hrs'], ['Fuel', 'Included'], ['Premium Towels', 'Onboard'], ['Wi-Fi', 'Onboard'], ], ], [ 'slug' => 'sunreef', 'eyebrow' => 'The Catamaran', 'name' => 'Sunreef', 'model' => 'Classic', 'image' => 'media/yachts/sunreef/sunreef_homepage.jpg', 'blurb' => 'Space, stability and shade. A serene catamaran for groups who want to swim, dine and drift through the Aegean in comfort.', 'chips' => ['60 ft / 18.3 m', 'Up to 12 guests', 'Wide Sun Deck'], 'specs' => [ ['Guests', 'Up to 12'], ['Cabins', '3 Cabins'], ['Bathrooms', '2 Bathrooms'], ['Day Charter', '5 hrs'], ['Full Day', '8 hrs'], ['Fuel', 'Included'], ['Premium Towels', 'Onboard'], ['Wi-Fi', 'Onboard'], ], ], ]; /* Shared "all-inclusive" amenities strip + experience pills (mirror the mock). */ $amenities = [ 'Swim Stops', 'Champagne Service', 'Dining Onboard', 'Sunset Cruising', 'Wellness Escape', 'Ornos Bay Departure', ]; $experiencePills = ['Day', 'Sunset', 'All Day', 'Wellness Escape']; /* Captain & hostess are constant across the fleet — surfaced in the spec grid. */ $crewNote = 'English-Speaking Captain & Hostess'; @endphp {{-- =================================================================== HERO / INTRO =================================================================== --}}

Five exceptional vessels, one discreet crew and the freedom of the open Aegean. Choose your yacht, then unfold the details — gallery, specifications and the all-inclusive day we design entirely around you.

{{-- =================================================================== FLEET — alternating expandable rows =================================================================== --}}
@foreach ($yachts as $i => $yacht) @php $gallery = ($yachtModels[$yacht['slug']] ?? null)?->gallery_images ?: [asset($yacht['image'] ?? 'media/yachts/'.$yacht['slug'].'/homepage.jpg')]; @endphp
{{-- ---- Summary row (alternating sides) ---- --}}
{{-- Image --}} {{-- Image — doubles as the gallery; thumbnails below cycle it --}}
{{-- Thumbnails — appear under the main image once expanded; click to cycle --}}
@foreach ($gallery as $g => $img) @endforeach
{{-- Text --}}

{{ str_pad($i + 1, 2, '0', STR_PAD_LEFT) }} /{{ $yacht['eyebrow'] }}

{{ $yacht['name'] }} {{ $yacht['model'] }}

{{ $yacht['blurb'] }}

{{-- Experience pills (static styled) --}}
@foreach ($experiencePills as $pill) {{ $pill }} @endforeach
{{-- Spec chip row --}}
@foreach ($yacht['chips'] as $chip) {{ $chip }} @endforeach
Charter this Yacht
{{-- ---- Expanded detail panel ---- --}}
{{-- Specifications --}}

Specifications

@foreach ($yacht['specs'] as [$label, $value])

{{ $label }}

{{ $value }}

@endforeach
{{-- Crew note --}}

{{ $crewNote }}

{{-- All-inclusive amenities strip --}}

All Inclusive

@foreach ($amenities as $a => $amenity) {{ $amenity }} @if (! $loop->last) @endif @endforeach

All inclusive. No hidden costs. Just pure luxury.

Charter this Yacht
{{-- Row separator --}} @unless ($loop->last)
@endunless
@endforeach
{{-- =================================================================== CONTACT CTA — closing =================================================================== --}}

Tell us your dates and what you have in mind. We'll craft the rest.

Book a Charter Contact Us