Exams Table
ID | Course | Title | Sub Title | Action |
---|---|---|---|---|
{{ $Exam->id }} | {{ $Exam->course ? $Exam->course->title : "" }} | {{ $Exam->title }} | {{ $Exam->sub_title }} |
@extends('layouts.backend') @section('content')
ID | Course | Title | Sub Title | Action |
---|---|---|---|---|
{{ $Exam->id }} | {{ $Exam->course ? $Exam->course->title : "" }} | {{ $Exam->title }} | {{ $Exam->sub_title }} |