@extends('layouts.app') @section('content') @php $readingTime = max(1, ceil(str_word_count(implode(' ', $post['content'])) / 180)); @endphp
Back to Blog {{ $post['date'] }}

{{ $post['title'] }}

{{ $post['subtitle'] }}

{{ $post['alt'] }}
{{ $post['excerpt'] }}
@foreach ($post['content'] as $paragraph)

{{ $paragraph }}

@endforeach
Reflection prompt What is one small thing this post helps you notice today?

Save the idea, take a walk, or try a simple experiment to turn the reflection into practice.

@if (!empty($relatedPosts)) @endif
@endsection