{{ trans('quiz.failed') }}

{{ trans('update.quiz_passed_failed!') }}

{{ trans('update.quiz_passed_failed_hint') }}

@if(!empty($quiz->icon)) @else @endif
{{ $quiz->title }}
{{ trans('public.by') }} {{ $quiz->creator->full_name }}
@if($canTryAgain) {{ trans('public.try_again') }} @else {{ trans('update.view_answers') }} @endif {{ trans('update.my_results') }}
@if($canTryAgain)
@if($remainingTryAgain == "unlimited") {{ trans('update.you_have_unlimited_chances_to_try_again_this_quiz') }} @else {{ trans('update.you_have_n_other_chances_to_try_again_this_quiz', ['count' => $remainingTryAgain]) }} @endif
@endif