@extends('frontend.front_master') @section('title') Blog Page @endsection @section('content')
{!! Str::limit($blog->description,150) !!}