@include(snippets/header)

{{ t('hall.manager_title') }}

{{ t('hall.manager_desc') }}


@each(hallsList as h)
{!! h.name !!} {!! h.name !!} @if(h.custom_image) @endif
{{ t('common.view') }} → {{ t('hall.posts', { count: h.item_count || 0 }) }}
@endeach
@if(!hallsList || !hallsList.length)

{{ t('hall.no_halls') }}

@endif
@include(snippets/footer)