@extends('frontend.layouts.app') @section('content')
shape
shape

Courses Page

Pharmacology

Questions: {{ Session::get('countQ') }}


{{$question->question}}

@csrf @php $correctAnswerId = $question->answer->firstWhere('is_correct', 1)->id ?? ''; $storedAnswerId = session('answers')[$question->id] ?? ''; $correctanswer = session('correctanswer')[$question->id] ?? ''; @endphp @foreach ($question->answer as $answer)
id ? 'checked' : '' }} />
@endforeach See Answer
@if (Session::get('countQ') > 1) @endif @if (Session::get('endOfQuestions') == '1') End @else @endif
@endsection @push('js') @endpush