@if ($paginator->hasPages())
{{ __('front/common.pagination_info', ['pages' => $paginator->lastPage(), 'total' => $paginator->total()]) }}
@endif