Articles for {{ $month }} {{ $year }}

@if ($articles->isEmpty())

No articles found for this month.

@else @foreach ($articles as $article)

{{ $article->title }}

{{ $article->content }}

Published on: {{ $article->published_at->format('F d, Y') }}

@endforeach @endif