@extends('layouts.app') @section('titlePage', 'Manage Question Papers') @section('content')
| Title | Duration | Category | Total Marks | Exam Type | Status | Action | Active/Deactive |
|---|---|---|---|---|---|---|---|
| {{ $value->title }} | {{ $value->duration }} | {{ $value->category->category }} | {{ $value->total_marks }} | {{ $value->examType->title ?? 'None' }} | @php $assignToClient = $value->assignToClient; @endphp @if (!is_null($assignToClient)) Published @else Pending @endif | ||
| Title | Duration | Category | Total Marks | Exam Type | Status | Action | Active/Deactive |