Level 1
I foundout this method is this correct method and tell me someone how to user that data inside the pagination page
{{ $product->links('vendor.pagination.tailwind',['show'=>'false']) }}
Anybody know about passing boolean value with pagination link.
{{ $product->links('vendor.pagination.tailwind') }}
Ou you meant to the view, you are right but instead of 'false' just false
{{ $product->links('vendor.pagination.tailwind', ['show' => false]) }}
Please or to participate in this conversation.