{{ $block->name }}
@forelse ($block->callCentreInfos as $info)
@empty
@endforelse
{{ $info->title ?? 'სათაური' }}
@if (!$info->trixRichText->isEmpty())
{!! $info->trixRender('content') !!}
@endif