@extends('layouts.backend') @section('content')

Exams

Exams Table

@if (!empty($Exams)) @foreach ($Exams as $Exam) @endforeach @endif
ID Course Title Sub Title Action
{{ $Exam->id }} {{ $Exam->course ? $Exam->course->title : "" }} {{ $Exam->title }} {{ $Exam->sub_title }}
@csrf @method('DELETE')
@endsection