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

{{ $section->title }}

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

{{ $blog->name }}

{!! \Illuminate\Support\Str::limit(strip_tags((string) $blog->short_desc), 100) !!}

@endforeach
@endif