@if($data->hasPages())
{{-- Info halaman --}}
Halaman {{ $data->currentPage() }} dari {{ $data->lastPage() }}
{{-- Pagination --}}
{{-- Previous --}} @if($data->onFirstPage()) @else @endif {{-- Page numbers (DESKTOP SAJA) --}} {{-- Next --}} @if($data->hasMorePages()) @else @endif
@endif