{{ $custom_section[0]->category_name }}

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

{{ $blog->title }}

@else
{{ $blog->title }}

{{ Str::limit($blog->title, 70, '...') }}

@endif @endforeach