@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($blog->short_desc, 100) !!}

@endforeach
@endif