@extends('backend.admin.index') @section('body')

{{$heading}}

{{----}}
@include('layouts.message')
Level
Stream
Exam
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 Marks Action