@php
$relatedArticles = [
[
'badge' => 'Analyse',
'badgeType' => 'primary',
'category' => 'KI & Innovation',
'categoryBadgeType' => 'secondary',
'date' => '2024-10-16',
'dateFormatted' => '16. Okt 2024',
'title' => 'KI-Strategien für den Mittelstand',
'teaser' => 'Wie mittelständische Unternehmen erfolgreich KI implementieren.',
'author' => 'Thomas Müller',
'authorInitials' => 'TM',
'image' => 'https://placehold.co/600x400/345636/ffffff?text=Related+1',
],
[
'badge' => 'Interview',
'badgeType' => 'primary',
'category' => 'Digitalisierung',
'categoryBadgeType' => 'secondary',
'date' => '2024-10-15',
'dateFormatted' => '15. Okt 2024',
'title' => 'Machine Learning in der Praxis',
'teaser' => 'Erfolgsgeschichten aus der deutschen Wirtschaft.',
'author' => 'Klaus Weber',
'authorInitials' => 'KW',
'image' => 'https://placehold.co/600x400/345636/ffffff?text=Related+2',
],
[
'badge' => 'Analyse',
'badgeType' => 'primary',
'category' => 'Innovation',
'categoryBadgeType' => 'secondary',
'date' => '2024-10-14',
'dateFormatted' => '14. Okt 2024',
'title' => 'Zukunft der Automatisierung',
'teaser' => 'Chancen und Herausforderungen für Unternehmen.',
'author' => 'Anna Schmidt',
'authorInitials' => 'AS',
'image' => 'https://placehold.co/600x400/345636/ffffff?text=Related+3',
],
];
@endphp
@foreach ($relatedArticles as $article)
@endforeach