@extends('layouts.organization') @section('breadcrumb')
@endsection @section('content'){{ @$exam->course->title }}
{{ __('Question') }} | {{ __('True') }} | {{ __('False') }} | {{ __('Action') }} |
---|---|---|---|
{{\Illuminate\Support\Str::words($question->name, 1)}} | @foreach($question->options as $key_option => $option)@if($option->is_correct_answer == 'yes') @endif {{$option->name}} | @endforeach