@empty(!$title)
{{ $title }}
@endempty
@if($rows->isNotEmpty())
    @foreach($rows as $model)
  1. @foreach($columns as $column)
    @if($showBlockHeaders)
    {!! $column->buildDt($model) !!}
    @endif {!! $column->buildDd($model) !!}
    @endforeach
  2. @endforeach
@else
@isset($iconNotFound)
@endisset

{!! $textNotFound !!}

{!! $subNotFound !!}
@endif