@extends('front_end.layouts.home') @php $showRightSidebar = false; @endphp @section('left_sidebar') @include('front_end.pages.blogs.blogs_left_sidebar') @endsection @section('title', 'Blog') @section('content')
{{ __('Stay updated with the latest news, tips, and insights') }}
{{ Str::limit($blog->description, 120) }}