| {{($loop->index + 1)}} |
{{$exam->exam_name}} |
@if($exam->notice_published === 1)
@lang('Yes')
@else
@if($exam->result_published === 1)
@lang('No')
@else
@endif
@endif
|
@if($exam->result_published === 1)
@lang('Yes')
@else
@endif
|
{{Carbon\Carbon::parse($exam->created_at)->format('d-m-Y')}} |
@if($exam->active === 1)
@else
@if($exam->result_published === 1)
@lang('Completed')
@else
@endif
@endif
@if($exam->result_published != 1)
@endif
|
@endforeach