{{----}} {{-- --}} {{--

--}} {{-- 文章列表--}} {{--

--}} {{--
--}}
@foreach ($posts as $post) @endforeach
ID Title Author Created At
{{ $post->id }} {{ $post->title }} {{ $post->author->name }} {{ $post->created_at->diffForHumans() }}
{{ $posts->links() }}
{{--
--}}