@extends('blog.app') @section('content') @include('blog.hero')
@foreach ($posts as $post) @include('blog.part.card') @endforeach
{{ $posts->links('pagination::bootstrap-5-alt') }}
@endsection