Sync
This commit is contained in:
11
resources/views/vendor/pagination/bootstrap-5-showing.blade.php
vendored
Normal file
11
resources/views/vendor/pagination/bootstrap-5-showing.blade.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
@if ($paginator->hasPages())
|
||||
<p class="small text-muted mb-0 pb-0">
|
||||
{!! __('Showing') !!}
|
||||
<span class="fw-semibold">{{ $paginator->firstItem() }}</span>
|
||||
{!! __('to') !!}
|
||||
<span class="fw-semibold">{{ $paginator->lastItem() }}</span>
|
||||
{{-- {!! __('of') !!}
|
||||
<span class="fw-semibold">{{ $paginator->total() }}</span> --}}
|
||||
{!! __('results') !!}
|
||||
</p>
|
||||
@endif
|
||||
Reference in New Issue
Block a user