@extends('layouts.app') @section('title', $post->title . ' | Blog') @section('content')
{{ $post->summary }}
{{ $relatedPost->summary }}