@if ($paginator->onFirstPage()) @else
  • {{__('user.Prev')}}
  • @endif @foreach ($elements as $element) @if (is_array($element)) @if (count($element) < 2) @else @foreach ($element as $key => $el) @if ($key == $paginator->currentPage())
  • {{ $key }}
  • @else
  • {{ $key }}
  • @endif @endforeach @endif @else
  • ...
  • @endif @endforeach @if ($paginator->hasMorePages())
  • {{__('user.Next')}}
  • @endif