@if ($allProduct->hasPages())
@if (!$allProduct->onFirstPage())
@endif
@if ($allProduct->onFirstPage())
@else
@endif
@for ($i= 1; $i <= $allProduct->lastPage(); $i++)
@if ($i == $allProduct->currentPage())
{{ $i }}
@else
{{ $i }}
@endif
@endfor
@if ($allProduct->hasMorePages())
@else
@endif
@if ($allProduct->lastPage())
@endif
@endif