@include('navigation')
Quiz of the day

{{--
--}}
Questions:
--}}

@if($db_UserAnswer)

Today's Quiz

You Have Already Answered This Question
@endif
@if(!$db_UserAnswer)

Today's Quiz

@endif

{!! $questions->question !!}


@if($questions->is_image == 1)
Click to Enlarge
@endif
@foreach ($options as $index => $option)

@if($option->is_image_option == 1)
Click to Enlarge
@endif @endforeach
@if(!$db_UserAnswer)


Question Time Remaining
{{--
Days
--}}
:
Hh
:
Mm
Ss

@endif
{{--
--}}
{{--
--}}