@extends('layouts.app') @section('title', $post->title) @section('content')
{{ Str::limit(strip_tags($relatedPost->content), 100) }}