Paginated the account list.

This commit is contained in:
James Cole
2015-03-02 15:44:06 +01:00
parent 08ca3c89d3
commit 14c7ad201a
2 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
@if(is_object($accounts) && method_exists($accounts, 'render'))
{!! $accounts->render() !!}
@endif
<table class="table table-striped">
<tr>
<th>&nbsp;</th>
@@ -51,3 +54,6 @@
@endforeach
</table>
@if(is_object($accounts) && method_exists($accounts, 'render'))
{!! $accounts->render() !!}
@endif