@php $label = trim($top1->lable ?? ''); $words = preg_split('/\s+/', $label, 2); @endphp

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

View All
@foreach ($ArrlistingArticlespinitbox1 as $index => $block1) @if ($index == 0)
{{ $block1->title }}

{{ Str::limit($block1->title, 70, '…') }}

{{ Carbon\Carbon::parse($block1->publish_date . ' ' . $block1->publish_time)->diffForHumans() }}

@else

@endif @endforeach