@extends('backend.superadmin.index') @section('body') Online Exam Management {{$heading}} @include('layouts.message') {{$heading}} List Streams {{csrf_field()}} College --Choose College-- @foreach($colleges as $college) client_id==$college->id) selected @endif> {{$college->company_name}} @endforeach Exam * @foreach($exams as $exam) id==$stream->exam_id) selected @endif>{{$exam->name}} @endforeach Stream Name* Save @endsection @section('scriptFooter') @endsection