@if (Session::has('success'))
{{Session::get('success')}}
@endif @if (Session::has('fail'))
{{Session::get('fail')}}
@endif

Test Response


{{-- --}} @if($onlineTests) @foreach ($onlineTests as $test) {{-- --}} @endforeach @endif
S.No Class SubjectTopicTest Name Test Date Response
{{$loop->iteration}} {{$test->class_name}} {{$test->sub_name}} {{$test->topic_name}}{{$test->name}}{{ \Carbon\Carbon::parse($test->test_start_date)->format('d M Y') }}
{!! $onlineTests->links() !!}
@endsection