Laravel 9 and Vue 3 pagination
I'm trying to implement a pagination with Laravel 9 and Vue 3. But it's my first time that I'm doing this, and I don't know what to do. First, I imported my library: import { Link } from '@inertiajs/inertia-vue3'; Second,…