{{ $post->title }}
{{ $post->published_at?->format('M j, Y') }}
@extends('blog.layout') @section('meta_title', 'Search'.($q ? ': '.$q : '').' — '.config('app.name')) @section('content')
{{ $post->published_at?->format('M j, Y') }}
No posts found.
@endforelse