Compare commits

..

No commits in common. "ada39712596d7f09e45b3e62ce5424004e60790f" and "5682ea16149c914c52115c238938894fd545010a" have entirely different histories.

View File

@ -51,7 +51,6 @@
</div>
</div>
</form>
<div style="overflow-x: auto; width: 100%;">
<table id="searchTable" class="tablesorter table table-striped">
<thead>
<tr>
@ -145,7 +144,7 @@
@endforelse
</tbody>
</table>
</div>
@php
$totalPages = ceil($parks_table_total / $parks_table_perPage);
$currentPage = $parks_table_page;