@extends('layouts.main') @section('title',"Candidate's Stream") @section('content')
@if(isset($stream_assessment))
@else

{{isset($err_msg)?$err_msg:''}}

@endif
Please wait, Loading...
@endsection @section('footer') @endsection