@extends('layouts.app') @section('content')
{!! \Illuminate\Support\Str::limit($post->content,100,'(...)')!!}
{{__('common.more')}}