@php $firstPost = $content->first(); @endphp @if (!blank($content))

{{ data_get($detail, 'title') }}

@include('site.partials.home.category.first_post')

{{ \Illuminate\Support\Str::limit(data_get($firstPost, 'title'), 100) }}

@endif