@extends('layouts.app') @section('title', 'Blog de Mascotas - DatosMascotas.cl') @section('content')

Últimos Artículos

@foreach($posts as $post)
{{ $post->title }}

{{ $post->excerpt }}

Leer más
@endforeach
{{-- Paginación --}}
{{ $posts->links('pagination::bootstrap-5') }}
@endsection