@php $layout = Auth::check() ? 'app-layout' : 'guest-layout'; @endphp {{ __('Events') }}
@livewire('static-post', ['type' => 'SiteContents\Static\Events' ?? null, 'limit' => timebank_config('posts.static.events.limit'), 'hideAuthor' => timebank_config('posts.static.events.hideAuthor')]) @livewire('event-calendar-post', ['type' => 'App\Models\Meeting' ?? null, 'limit' => timebank_config('posts.static.events.limit'), 'hideAuthor' => timebank_config('posts.static.events.hideAuthor')])