@extends('front.layout.master') @section('title', 'All Blogs | ') @section('meta_tags') @endsection @section('body')
{{ \Illuminate\Support\Str::limit(strip_tags($post->des), 200) }}
{{ \Illuminate\Support\Str::limit(strip_tags($post->des), 160) }}
{{ __('Check back soon for new articles.') }}