@extends('layouts.master') @section('title', $post->title) @section('content')

{{ $post->title }}

Published on {{ $post->published_at->format('F d, Y') }}

@if($post->image) {{ $post->title }} @endif
{!! $post->content !!}
@endsection