Per Page:  
@if (count($nominees) > 0) @foreach ($nominees as $key => $nominee) @endforeach
# Username @include('inc._sort-icon', ['field' => 'username'])
{{ $key + 1 }}

{{ $nominee->username }}

{{ $nominees->links('pagination::bootstrap-5') }}
@else
No nominee found
@endif