{{ trans('update.hello_user', ['user' => $authUser->full_name]) }} 👋

{{ trans('update.welcome_and_let’s_start_effective_education_today!') }}

{{ $helloBox['coursesCount'] }} {{ trans('update.courses') }}
{{ $helloBox['meetingsCount'] }} {{ trans('panel.meetings') }}
{{ $helloBox['certificatesCount'] }} {{ trans('panel.certificates') }}
{{ $helloBox['passedQuizCount'] }} {{ trans('update.passed_quizzes') }}
@if(!empty($helloBox['continueLearningCourses']) and count($helloBox['continueLearningCourses']))

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

@elseif(!empty($helloBox['enrollOnCoursesFromAdmin']) and count($helloBox['enrollOnCoursesFromAdmin']))

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

@endif