@if ($blogs->isNotEmpty())
@foreach ($sections as $section) @if ($section->key == 'blogs')
{{ $section->title }}

{{ $section->second_title }}

@endif @endforeach
@foreach ($blogs as $blog) @endforeach
@endif