@php $currentLocale = app()->getLocale(); $occasionRouteName = $currentLocale === 'en' ? 'occasions.type' : 'anlaesse.type'; $occasionSlugs = [ 'hochzeit' => $currentLocale === 'en' ? 'wedding' : 'hochzeit', 'geburtstag' => $currentLocale === 'en' ? 'birthday' : 'geburtstag', 'firmenevent' => $currentLocale === 'en' ? 'corporate-event' : 'firmenevent', 'konfirmation' => $currentLocale === 'en' ? 'confirmation' : 'konfirmation', ]; @endphp