@props([ 'currentPage' => 1, 'totalPages' => 1, 'pages' => [], 'slug_id' => '', 'opt' => [], 'label' => '', 'allItem' => 0, 'perPage' => 0, ])
{{ __('frontend::lang.pagination.show') }} {{ $perPage * ($currentPage - 1) + 1 }} - {{ $perPage * $currentPage > $allItem ? $allItem : $perPage * $currentPage }} {{ __('frontend::lang.pagination.of') }} {{ $allItem }} {{ $label }}