@extends('frontend.layout.app') @section('content')
{{ \Illuminate\Support\Str::limit(strip_tags($blog->content), 80) }}