{{$total}}
件中
{{$first_item}}件目から{{$last_item}}件目までを表示
-
@if($last_page > 10)
-
@if($current_page > 4)
-
...
@endif
@for($i = max(2, $current_page - 2); $i <= min($current_page + 2, $last_page - 1); $i++)
-
@endfor
@if($last_page > 10)
@if($current_page < $last_page - 3)
-
...
@endif
-
@endif
@else
@for($i = 1; $i <= $last_page; $i++)
-
@endfor
@endif
-