@if ($paginator->hasPages())
@if (!$paginator->onFirstPage())
Previous
@endif
@if ($paginator->hasMorePages())
Next
@else
Next
@endif
@endif