@extends('layouts.app') @section('title', $post->title . ' - Thriving Lives Christian Counselling Center') @section('description', Str::limit(strip_tags($post->body), 160)) @section('content')

{{ $post->title }}

Posted on {{ $post->published_at->format('M d, Y') }} by {{ $post->author->name }}

@if($post->image) {{ $post->title }} @endif
{!! nl2br(e($post->body)) !!}
Back to Blog
@endsection