@extends('layouts.main') @section('title',"Candidates Stream") @section('content')
Please wait, Loading...
@if(!is_null($assessmentDetails->live_streaming_room_url))
@else

Assessment Room URL Not created

@endif
@endsection @section('footer') @if(!is_null($assessmentDetails->live_streaming_room_url)) @endif @endsection