@php $p = $paginator ?? null; $hideSummary = $hideSummary ?? false; @endphp @if($p)
@if(!$hideSummary) Menampilkan {{ $p->firstItem() ?? 0 }}–{{ $p->lastItem() ?? 0 }} dari {{ $p->total() }} data @else @endif
@endif