@extends('master.front') @section('title') {{ __('Blog') }} @endsection @section('content')
{{ Str::limit(strip_tags($post->details), 120) }}