@php $layout = Auth::check() ? 'app-layout' : 'guest-layout'; @endphp {{ __('Timebank organization') }}
@livewire('static-post', ['type' => 'SiteContents\Static\TimebankOrganization' ?? null, 'limit' => timebank_config('posts.static.timebank-organization.limit'), 'hideAuthor' => timebank_config('posts.static.timebank-organization.hideAuthor')])