@extends('layouts.app') @section('page_title', $post->title) @section('page_subtitle', 'Published on ' . $post->created_at->format('M d, Y')) @section('content')
← Back to Stories
Published on {{ $post->created_at->format('F d, Y') }}
@if($post->image_path)
{{ $post->title }}
@endif @if($post->excerpt)
{{ $post->excerpt }}
@endif
{!! nl2br(e($post->content)) !!}

Share this story

Help us spread the word about our impact.

View More Stories
@endsection