@empty(!$title)
{{ $title }}
@endempty
$compact, 'table-striped' => $striped, 'table-bordered' => $bordered, 'table-hover' => $hoverable, ])> @if($showHeader) @foreach($columns as $column) {!! $column->buildTh() !!} @endforeach @endif @foreach($rows as $source) @foreach($columns as $column) {!! $column->buildTd($source, $loop->parent) !!} @endforeach @endforeach @if($total->isNotEmpty()) @foreach($total as $column) {!! $column->buildTd($repository, $loop) !!} @endforeach @endif
@if($rows->isEmpty())
@isset($iconNotFound)
@endisset

{!! $textNotFound !!}

{!! $subNotFound !!}
@else @include('platform::layouts.pagination',[ 'paginator' => $rows, 'columns' => $columns, 'onEachSide' => $onEachSide, ]) @endif