@if(!empty($activePackage) and isset($activePackage->courses_count))
{{ $accountStatistics['myCoursesCount'] }}/{{ $activePackage->courses_count }}
@else
{{ trans('update.unlimited') }}
@endif
{{ trans('product.courses') }}
@if(!empty($activePackage) and isset($activePackage->courses_capacity))
{{ $activePackage->courses_capacity }}
@else
{{ trans('update.unlimited') }}
@endif
{{ trans('update.live_students') }}
@if(!empty($activePackage) and isset($activePackage->meeting_count))
{{ $accountStatistics['myMeetingCount'] }}/{{ $activePackage->meeting_count }}
@else
{{ trans('update.unlimited') }}
@endif
{{ trans('update.meeting_hours') }}
@if(!empty($activePackage) and isset($activePackage->product_count))
{{ $accountStatistics['myProductCount'] }}/{{ $activePackage->product_count }}
@else
{{ trans('update.unlimited') }}
@endif
{{ trans('update.products') }}
@if($authUser->isOrganization())
@if(!empty($activePackage) and isset($activePackage->instructors_count))
{{ $accountStatistics['myInstructorsCount'] }}/{{ $activePackage->instructors_count }}
@else
{{ trans('update.unlimited') }}
@endif
{{ trans('home.instructors') }}
@if(!empty($activePackage) and isset($activePackage->students_count))
{{ $accountStatistics['myStudentsCount'] }}/{{ $activePackage->students_count }}
@else
{{ trans('update.unlimited') }}
@endif
{{ trans('public.students') }}
@endif