first commit
This commit is contained in:
6
resources/views/partials/customer/pagination.blade.php
Normal file
6
resources/views/partials/customer/pagination.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="pull-left" style="margin-top: 7px;">
|
||||
<small>{{ trans('pagination.showing', ['first' => $items->firstItem(), 'last' => $items->lastItem(), 'total' => $items->total(), 'type' => strtolower(trans_choice('general.' . $type, 2))]) }}</small>
|
||||
</div>
|
||||
<div class="pull-right">
|
||||
{!! $items->appends(request()->except('page'))->links() !!}
|
||||
</div>
|
||||
Reference in New Issue
Block a user