@extends('layouts.guest') @section('title', __('Blog')) @section('content')
{{ $post->published_at?->format('M d, Y') }} ยท {{ $post->reading_time }} min read
{{ $post->excerpt }}
{{ __('No blog posts yet.') }}