@extends('dashboards.guest.layouts.guest_layout1') @section('title', 'Blog') @section('content') Home Blog Search: {{Request()->s}}
{!! mb_substr(strip_tags($blog->description),0,150)!!} {{strlen(strip_tags($blog->description)) > 150 ? "..." : ""}}
No Latest Blog found!