| # |
Topic |
Question |
Show |
Action |
@forelse ($questions as $key=>$question)
| {{($key+1) + ($questions->currentPage() - 1)*$questions->perPage()}} |
{{$question->topic->name}} |
{{$question->question}} |
{{ucwords($question->show)}} |
|
@empty
@endforelse
{!! $questions->links() !!}