Jun 24, 2021
1
Level 1
pagination mount laravel
hello, so i have a problem with livewire laravel.
I pass a value to my Livewire component using a controller.
@livewire ('posts', ['posts' => $ posts], key ($ posts-> id))
I just want to do a paging because the post variable can either send all the posts of the table or that of a user.
how to do it please?
Please or to participate in this conversation.