{{ $key+1 }} |
@if(!empty($exam->user->full_name))
{{$exam->user->full_name}} |
@else
|
@endif
{{ $exam->exam_title }} |
@if(!empty($exam->course->title))
{{ $exam->course->title }} |
@else
|
@endif
@if(!empty($exam->venue->name))
{{$exam->venue->name}} |
@else
|
@endif
@if(!empty($exam->batch->name))
{{$exam->batch->name}} |
@else
|
@endif
{{ $exam->start_time }} |
{{ $exam->end_time }} |
{{ $exam->date }} |
@if($exam->mark_publish==0)
@can('exam.mark_publish')
@endcan
@else
@if (Auth::user()->role_id==1 || Auth::user()->role_id==2 )
@endif
@endif
@if($exam->status==0)
@can('exam.status')
@endcan
@else
@if (Auth::user()->role_id==1 || Auth::user()->role_id==2 )
@endif
@endif
@if($exam->status==0)
@can('exam.setquestion')
Set Exam Question
@endcan
@can('exam.destroy')
@endcan
@endif
@if($exam->status==0)
@can('exam.edit')
Edit
@endcan
@else
@endif
@can('exam.preview')
Preview
@endcan
|
@endforeach