Latest Posts

@foreach ($posts as $post)
@if ($post->image) {{ $post->image->alt ?? $post->title }} @else
Article
@endif

{{ $post->title }}

@endforeach @empty($posts)
No posts yet.
@endempty
@if ($posts->hasPages())
{{ $posts->links() }}
@endif