@extends('layouts.app') @section('title', $post->title . ' - Thriving Lives Christian Counselling Center') @section('description', Str::limit(strip_tags($post->body), 160)) @section('content')
Posted on {{ $post->published_at->format('M d, Y') }} by {{ $post->author->name }}
@if($post->image)