@if (!empty($cards)) @foreach ($cards as $c)
@if (!empty($c['link'])) @endif {{ $c['name'] ?? '' }} @if (!empty($c['link'])) @endif
@endforeach @else
{{ __('frontend::lang.error.no_data.default') }}
@endif
@if ($page_total > 1) @php $label = __('frontend::lang.pagination.label.clients'); @endphp @endif