@extends('layouts.app') @section('title', $post->title . ' - ' . __('Blog')) @section('content') {{-- Breadcrumb --}}
{{ $post->excerpt }}
{{ $post->author->name }}
{{ __('Author') }}