@if (!empty($top2) && isset($top2))
@php $label = trim($top2->lable ?? ''); $words = preg_split('/\s+/', $label, 2); // split into max 2 parts @endphp

{{ $words[0] ?? '' }} {{ $words[1] ?? '' }}

View All
@else
e4m
@endif
@if (!empty($ArrlistingArticlespinitbox2) && count($ArrlistingArticlespinitbox2) > 0) @foreach ($ArrlistingArticlespinitbox2 as $index => $article) {{-- FIRST ARTICLE (BIG CARD) --}} @if ($index == 0)
{{-- OTHER SMALL ARTICLES --}} @else
@endif @endforeach @endif