@extends('backend.student.layouts.right_side_bar') @section('studentBody')
@include('layouts.message')

{{$heading}} Back

{{-- --}} {{--
--}} {{-- OR
--}} {{-- Select From List--}} {{--
--}} @foreach($clients as $key=>$client) @if(count($client->activeExams)>0) @foreach($client->activeExams as $exam) @if(count($exam->streams()->where('status','public')->get())>0) @endif @endforeach @endif @endforeach
@endsection