@if ($paginationEnabled && $showPerPage)
@foreach ($perPageAccepted as $item)
{{ $item === -1 ? __('All') : $item }}
@endforeach
@endif