@if(isOwner || (session && session.admin))
{{ t('common.view') }} →
{{ t('hall.posts', { count: hall.total_items }) }}
@else
{!! hall.name !!}
@if(hall.is_private)
🔒
@endif
@if(hall.description)
{!! hall.description !!}
@endif
{{ t('common.view') }} →
{{ t('hall.posts', { count: hall.total_items }) }}
@endif