@extends('layouts.app') @section('title', $post->title . ' - Blog') @section('content')
{{ strip_tags($related->body) }}