@if(!empty($pendingQuiz->icon))

@else
@endif
{{ trans('update.start_now') }}
{{ $pendingQuiz->title }}
{{ $pendingQuiz->webinar->title }}
{{ $pendingQuiz->quizQuestions->sum('grade') }}
{{ $pendingQuiz->time }} {{ trans('public.min') }}.
@if(!empty($pendingQuiz->expiry_days) and !empty($pendingQuiz->expiry_timestamp))
{{ trans('update.expired_on_date', ['date' => dateTimeFormat($pendingQuiz->expiry_timestamp, 'j M Y H:i')]) }}
@endif