@extends('backend.superadmin.index') @section('body')
{{$heading}}
@include('layouts.message')

{{$heading}} Add New Stream

Filter Stream
College
Exam Title
@foreach($streams as $key=>$stream) @endforeach
SN Stream Exam Associate College Action
{{++$key}} {{$stream->name}} {{$stream->exam->name}} {{$stream->client->company_name}} Edit
@endsection