<div class="score-text">
<h1>{{$__('Congratulation!')}}</h1>
<div class="subtitle">
- <p class="word">You have completed the quiz</p><br/>
- <p class="word">with <span id="score-text"></span>
- correct answers out of <span id="maxScore-text"></span>
- </p>
+ <p class="word">{!! $__('You have completed the quiz with :score correct answers out of :total',['score'=>'<span id="score-text"></span>','total'=>'<span id="maxScore-text"></span>']) !!}</p>
</div>
@if($data->restart_button)
<div class="restart-sentence-mobile">{{$__('Want to improve your score?')}}</div>