@php $truncated = Str::limit($post->post_content, 100); $isTruncated = strlen($post->post_content) > 100; @endphp {{ $truncated }} @if($isTruncated) {{ $post->post_content }}
Read more @endif