@extends('web.layouts.web-master') @section('title', 'Immobilien Dubai - B2in') @section('meta_description', 'Exklusive Off-Market-Immobilien in Dubai. Persönliche Beratung, steuerfreie Renditen & Turnkey-Einrichtung aus einer Hand.') @section('content')
@php $heroV2 = cms_theme_section('immobilien_hero_v2'); $warumDubai = cms_theme_section('immobilien_warum_dubai'); $kaufprozess = cms_theme_section('immobilien_kaufprozess'); $bruecke = cms_theme_section('immobilien_bruecke'); $mindset = cms_theme_section('immobilien_mindset'); $projects = cms_theme_section('immobilien_projects'); $moebelVorteil = cms_theme_section('immobilien_moebel_vorteil'); @endphp {{-- Sektion 1: Hero --}} @if (!empty($heroV2))

{!! $heroV2['title'] !!}

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

@if (isset($heroV2['cta_text'])) @endif
@endif {{-- Sektion 2: Warum Dubai? --}} @if (!empty($warumDubai))

{!! $warumDubai['title'] !!}

@if (isset($warumDubai['intro']))

{{ $warumDubai['intro'] }}

@endif
@foreach ($warumDubai['facts'] ?? [] as $index => $fact)
@svg('heroicon-o-' . ($fact['icon'] ?? 'check'), 'w-7 h-7')

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

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

@endforeach
@endif {{-- Sektion 3: Kaufprozess --}} @if (!empty($kaufprozess))

{!! $kaufprozess['title'] !!}

@if (isset($kaufprozess['intro']))

{{ $kaufprozess['intro'] }}

@endif
@foreach ($kaufprozess['steps'] ?? [] as $index => $step)
{{ $step['number'] ?? '' }}

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

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

@endforeach
@endif {{-- Sektion 4: Die Brücke – Marcels Pitch --}} @if (!empty($bruecke))
@if (isset($bruecke['image_caption']))
{{ $bruecke['image_caption'] }}
@endif

{!! $bruecke['title'] !!}

@foreach ($bruecke['paragraphs'] ?? [] as $paragraph)

{!! $paragraph !!}

@endforeach
@if (isset($bruecke['advantage_title']))

{{ $bruecke['advantage_title'] }}

{{ $bruecke['advantage_text'] ?? '' }}

@endif @if (isset($bruecke['cta_text'])) @endif
@endif {{-- Aktuelle Projekte --}} @if (!empty($projects))

{!! $projects['title'] ?? '' !!}

@if (isset($projects['subtitle']))

{{ $projects['subtitle'] }}

@endif
@php $projectCount = count($projects['projects'] ?? []); @endphp
@foreach ($projects['projects'] ?? [] as $project)
@if (isset($project['image']))
@if (isset($project['status']))
{{ $project['status'] }} @if (isset($project['launch_date'])) ({{ $project['launch_date'] }}) @endif
@endif
@endif

{{ $project['title'] }}

@if (isset($project['location']))

{{ $project['location'] }}

@endif
@if (isset($project['price_from']))

{{ $project['price_from'] }}

@endif @if (isset($project['highlights']))
    @foreach ($project['highlights'] as $highlight)
  • {{ $highlight }}
  • @endforeach
@endif {{ isset($project['slug']) ? 'Exposé ansehen' : ($projects['cta_text'] ?? 'Anfragen') }}
@endforeach
@endif {{-- Sektion 5: Mindset-Check --}} @if (!empty($mindset))

{!! $mindset['title'] !!}

@if (isset($mindset['text_positive']))

{!! $mindset['text_positive'] !!}

@endif @if (isset($mindset['text_negative']))

{{ $mindset['text_negative'] }}

@endif @if (isset($mindset['closing']))

{!! $mindset['closing'] !!}

@endif
@if (isset($mindset['cta_text'])) @endif
@endif {{-- Möbel-Vorteil Banner (Teaser) --}} @if (!empty($moebelVorteil))

{!! $moebelVorteil['title'] ?? '' !!}

{{ $moebelVorteil['text'] ?? '' }}

@if (isset($moebelVorteil['button_text'])) @endif
@endif
@endsection @push('styles') @endpush