This commit is contained in:
2023-11-28 04:39:36 +08:00
parent a9ac0e48b3
commit dc37274b6c
86 changed files with 2106 additions and 191 deletions

View 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