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

Questions

Exam : {{ $Exam->title }}

Questions Table

@if (!empty($Questions)) @foreach ($Questions as $Question) @endforeach @endif
ID Title Type Action
{{ $Question->id }} {{ $Question->title }} {{ $Question->type }}
@csrf @method('DELETE')
@endsection