@extends('../student_layout/' . $layout) @section('subhead') Exam Hall @endsection @section('subcontent')

Completed Exams

All Completed Exams
@foreach($assigned_exams as $row) @php $exam = App\Models\Exam::where('id', $row->exam_id)->first(); @endphp
{{$exam->title}}
@endforeach
@endsection @section('script') {{-- --}} @endsection