@extends('backend.layouts.app') @section('content')
# | Name | Exam Title | Category | Status | Action | |
---|---|---|---|---|---|---|
|
{{ ($key+1) + ($questions->currentPage() - 1)*$questions->perPage() }} | {!! $question->name !!} | {{ ($question->exam != null) ? $question->exam->title : 'N/A' }} | {{ ($question->category != null) ? $question->category->name : 'N/A' }} |
status ==1) checked @endif>
|