@extends($activeTheme.'layouts.main') @section('title', $title ?? ___('Blog')) @section('content')
{{ text_shorting(strip_tags($blog->description), 100) }}
{{ ___('Sorry, we could not found the blog you are looking for!') }}