sohelamin / crud-generator

Laravel CRUD Generator
https://packagist.org/packages/appzcoder/crud-generator
MIT License
1.41k stars 426 forks source link

ID dont change #259

Closed ribafs closed 2 years ago

ribafs commented 4 years ago

The id does not change when the pagination page changes. I decided by changing index.blade.php, I changed:

{{$ loop-> iteration}}

per

{{$ item-> id}}

Thank you very much for your generator.