{{----}}
@if ($config['title'])

{{ $config['title'] }}

@endif
@if($posts) @php $post_first = $posts->first(); @endphp @if($post_first)
{{ $post_first->title }}

{{ $post_first->title }}

@if($post_first->description)

{{ $post_first->description }}

@endif
@endif
@endif
{{----}}