@php $layout = Auth::check() ? 'app-layout' : 'guest-layout'; @endphp @livewire('welcome.landing-post', ['type' => 'SiteContents\Welcome\Landing' ?? null, 'random' => true, 'limit' => 1]) @guest @livewire('welcome.cta-post', ['type' => 'SiteContents\Welcome\Cta' ?? null]) @endguest @livewire('welcome.event-card-full', ['postNr' => 0]) @livewire('welcome.event-card-full', ['postNr' => 1]) @livewire('welcome.news-card-full', ['postNr' => 0]) @livewire('welcome-page.call-card-half', ['random' => true, 'rows' => 2]) @livewire('welcome.article-card-full', ['postNr' => 0, 'random' => true]) @livewire('welcome.image-card-full', ['postNr' => 0, 'random' => true])
@auth
@endauth