@extends('dashboard.layout.layout') @section('content')

{{ $block->name }}

@forelse ($block->callCentreInfos as $info)

{{ $info->title ?? 'სათაური' }}

@if (!$info->trixRichText->isEmpty()) {!! $info->trixRender('content') !!} @endif
@empty

ინფორმაცია არაა დამატებული

@endforelse
@endsection