@php $learningMaterialsExtraDescription = !empty($course->webinarExtraDescription) ? $course->webinarExtraDescription->where('type','learning_materials') : null; $companyLogosExtraDescription = !empty($course->webinarExtraDescription) ? $course->webinarExtraDescription->where('type','company_logos') : null; $requirementsExtraDescription = !empty($course->webinarExtraDescription) ? $course->webinarExtraDescription->where('type','requirements') : null; @endphp {{-- Installments --}} @if(!empty($installments) and count($installments) and getInstallmentsSettings('installment_plans_position') == 'top_of_page') @foreach($installments as $installmentRow) @include('design_1.web.installments.includes.card',[ 'installment' => $installmentRow, 'itemPrice' => $course->getPrice(), 'itemId' => $course->id, 'itemType' => 'course', 'className' => '', ]) @endforeach @endif
+3200 Companies trusted our courses for their staff tutoring
{{ trans('update.check_frequently_asked_questions_about_this_course') }}
{{ trans('update.we_suggest_passing_prerequisites_for_more_efficient_learning') }}
{{ trans('update.check_what_students_say_about_the_course') }}
{{ trans('update.explore_courses_we_published_currently_and_enjoy_updated_information') }}