Level 39
Laravel has built-in pagination that uses bootstrap styling by default. Look at the documentation or look at some videos on Laracasts and you'll be able to find your answer in no time.
I would like to use bootstrap pagination: http://getbootstrap.com/components/#pagination-default. I have a "dashboard" view which shows all apartment residents. Two apartments will be using this, one big one small. I want to be able to dynamically add pagination only when needed. I want to show 15 residents, but if it grows automatically create the pagination. How do I achieve this when using a foreach loop in my blade file?
Laravel has built-in pagination that uses bootstrap styling by default. Look at the documentation or look at some videos on Laracasts and you'll be able to find your answer in no time.
Please or to participate in this conversation.