@props([ 'currentPage' => 1, 'totalPages' => 1, 'per_page' => 1, 'pages' => [], 'slug_id' => '', 'opt' => [], 'total_items' => 1, 'type' => '', ]) @if ($totalPages > 1)
@if ($totalPages > 1) @endif

@lang('frontend::text.showing') {{ ($currentPage - 1) * $opt + 1 }}-{{ min($currentPage * $opt, $total_items) }} @lang('frontend::text.of') {{ $total_items }} @lang('frontend::text.items')

@endif