@foreach($quizzes as $quiz) @if(!empty($quiz->certificate))
@if(!empty($quiz->result))
{{ dateTimeFormat($quiz->result->created_at, 'j M Y') }}
@endif
{{ trans('update.passed_grade') }}: {{ $quiz->pass_mark }}/{{ $quiz->quizQuestions->sum('grade') }}
@if(!empty($user) and $quiz->can_download_certificate and $hasBought) {{ trans('home.download') }} @else @endif
@endif @endforeach