最終ページを出してみる

This commit is contained in:
shibafu 2019-02-16 23:06:58 +09:00
parent 55eb95dda8
commit 9244b8424d

View File

@ -48,6 +48,7 @@
<option value="{{ $i }}" {{ $i === $paginator->currentPage() ? 'selected' : '' }} data-href="{{ $paginator->url($i) }}">{{ $i }}</option> <option value="{{ $i }}" {{ $i === $paginator->currentPage() ? 'selected' : '' }} data-href="{{ $paginator->url($i) }}">{{ $i }}</option>
@endfor @endfor
</select> </select>
<small class="text-muted">/ {{ $paginator->lastPage() }}</small>
</li> </li>
@if ($paginator->hasMorePages()) @if ($paginator->hasMorePages())