@php $bread_crumb['page_main_bread_crumb'] = labels('front_messages.blogs', 'Blogs'); @endphp
@if ($blogs_count >= 1)
@foreach ($blogs['listing'] as $blog)
@php $image = dynamic_image($blog->image, 600); @endphp {{ $blog->title }}

{{ $blog->title }}

{!! Str::limit($blog->description, 100) !!}
{{ labels('front_messages.read_more', 'Read more') }}
@endforeach
{!! $blogs['links'] !!}
@else @php $title = labels('front_messages.no_blog_found', 'No Blog Found!'); @endphp @endif