@if (filled($blog_list_header['name'] ?? null))

{{ $blog_list_header['name'] }}

@endif @if (filled($blog_list_header['desc'] ?? null))

{{ $blog_list_header['desc'] }}

@endif
@if ($card_total > 0) @php $first = $cards[0]; @endphp @if ($card_total > 1)
@foreach ($cards as $index => $post) @if ($index == 0) @continue @endif @endforeach
@endif @if ($limit < $card_total)
@endif @else

{{ __('frontend::messages.blog_no_articles') }}

@endif