@each(hallsList as hall)
@if(hall.user_id) {!! hall.name !!} @else {!! hall.name !!} @endif {!! hall.name !!} @if(hall.is_private) 🔒 @endif @if(isOwner || (session && session.admin)) @if(hall.custom_image) @endif @endif
@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
@endeach