@extends('web.layouts.web-master') @section('title', 'Internationale Immobilien - B2in') @section('content')
{{-- Aktuelle Projekte --}} @php $projects = cms_theme_section('immobilien_projects'); $moebelVorteil = cms_theme_section('immobilien_moebel_vorteil'); @endphp @if (!empty($projects))

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

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

{{ $projects['subtitle'] }}

@endif
@foreach ($projects['projects'] ?? [] as $project)
@if (isset($project['image']))
{{ $project['title'] }} @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 {{-- Möbel-Vorteil Banner --}} @if (!empty($moebelVorteil))

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

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

@if (isset($moebelVorteil['button_text'])) @endif
@endif {{-- Trust & Kontakt --}}
@endsection @push('styles') @endpush @push('scripts') {{-- Alpine.js wird zentral im Layout geladen --}} @endpush