@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) id) selected @endif> {{$college->company_name}} @endforeach Exam * Stream Name* Save @endsection @section('scriptFooter') @endsection