@extends('web.layouts.web-master') @section('title', 'Netzwerk & Ökosystem - B2in') @section('meta_description', 'Das B2in-Netzwerk: Europäisches Einrichtungsnetzwerk, Fachhändler-Partnerschaften & Marken-Kooperationen – in Entwicklung.') @section('content')
@php $hero = cms_theme_section('netzwerk_hero'); $teasers = cms_theme_section('netzwerk_teasers'); $cta = cms_theme_section('netzwerk_cta'); $cabinet = cms_theme_section('netzwerk_cabinet_partner'); $immobilienHint = cms_theme_section('netzwerk_immobilien_hint'); @endphp {{-- Hero --}} @if (!empty($hero))

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

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

@endif {{-- Teaser-Kacheln --}} @if (!empty($teasers))

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

@foreach ($teasers['cards'] ?? [] as $index => $card)
@svg('heroicon-o-' . ($card['icon'] ?? 'squares-2x2'), 'w-8 h-8')

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

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

@if (isset($card['status'])) {{ $card['status'] }} @endif
@endforeach
@endif {{-- CABINET Premiumpartner --}} @if (! empty($cabinet))
@if (! empty($cabinet['badge'] ?? null))
{{ $cabinet['badge'] }}
@endif @if (! empty($cabinet['title'] ?? null))

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

@endif @if (! empty($cabinet['lead'] ?? null))

{{ $cabinet['lead'] }}

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

{{ $paragraph }}

@endforeach
{{ $cabinet['image_alt'] ?? 'CABINET' }}
@endif {{-- Immobilien-Vorteil Hinweis --}} @if (! empty($immobilienHint))
@svg('heroicon-o-building-office-2', 'w-7 h-7')
@if (! empty($immobilienHint['title'] ?? null))

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

@endif @if (! empty($immobilienHint['description'] ?? null))

{{ $immobilienHint['description'] }}

@endif @if (! empty($immobilienHint['button_text'] ?? null)) @endif
@endif {{-- CTA --}} @if (!empty($cta))

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

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

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