Select Session:
@if(!empty($questions))
| # |
Question |
Delegate Name |
Registration No |
@php $i = 1; @endphp
@foreach ($questions as $row)
| {{ $i }} |
{{ $row->question }} |
{{ $row->fname." ".$row->lname }} |
{{ $row->registration_id }} |
@php $i++; @endphp
@endforeach
@endif