I have access to a collection called $files
inside my blade. I am paginating and setting it to $allFiles
.
<?php $allFiles = $files->paginate(12); ?>
In the blade beneath that, when I call:
<div>
</div>
, I am getting the error call to a member function links() on array
. I am not sure what I am doing wrong.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire