{{ 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') }}
@if($authUser->isOrganization())
{{ $helloBox['instructorsCount'] }} {{ trans('update.instructors') }}
{{ $helloBox['studentsCount'] }} {{ trans('update.students') }}
@else
{{ $helloBox['productsCount'] }} {{ trans('update.products') }}
{{ $helloBox['bundlesCount'] }} {{ trans('update.bundles') }}
@endif
@if(!empty($helloBox['coursesCount']) and !empty($helloBox['manageCourses']) and count($helloBox['manageCourses'])) @else {{-- If Empty --}}
@if($authUser->isOrganization()) @else
{{ trans('update.create_your_first_course') }}

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

@endif
@endif