@if ($paginator->lastPage() > 1)
@if(!isset($search_type)) @else
@endif @if($paginator->currentPage()<=5) @for ($i = 1; $i <= $paginator->lastPage(); $i++) @if($i<=6) @if(!isset($search_type)) {{ $i }} @else
@endif @endif @endfor @else @for ($i = $paginator->currentPage()-5; $i < $paginator->currentPage()+1; $i++) @if(!isset($search_type)) {{ $i }} @else
@endif @endfor @endif @if(!isset($search_type)) @else
@endif
@endif