@extends('layouts.public') @section('title') {{trans('seo.title.posts')}} @endsection @section('description') {{trans('seo.description.posts')}} @endsection @section('image', asset('images/share/posts.jpg')) @section('content')
{{mb_substr($post->summary, 0, 200)}}...