@each(hallsList as hall)
@if(hall.user_id) {!! hall.name !!} @else {!! hall.name !!} @endif {!! hall.name !!} @if(hall.is_private) 🔒 @endif @if(enable_userhall_image_upload) @if(isOwner || (session && session.admin)) @if(hall.custom_image) @endif @endif @endif
@if(isOwner || (session && session.admin))
{{ t('common.view') }} → {{ t('hall.posts').replace('{count}', hall.total_items) }}
@else
{!! hall.name !!} @if(hall.is_private) 🔒 @endif
@if(hall.description)
{!! hall.description !!}
@endif {{ t('common.view') }} → {{ t('hall.posts').replace('{count}', hall.total_items) }} @endif
@endeach