@extends('layouts.site') @section('title', 'Blog') @section('content')

Latest Posts

@forelse ($posts as $post) @empty

No posts found.

@endforelse {{ $posts->links() }}

Categories

Authors

@endsection