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

{{$heading}}

@include('layouts.message')
Level
Stream
Exam
Exam Status
Per Page
Entries
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--Status--}} {{----}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}}
@foreach($students as $key=>$student) @if(request('exam_id')) @php $studentExam = $student->allExams()->where('exam_id',request('exam_id'))->first(); @endphp @else @php $studentExam = $student->allExams()->orderBy('id','DESC')->first(); @endphp @endif @endforeach
SN Student Name Email Mobile Exam Title Marks Action