@extends('main-site.partials.app') @section('title', __('Click and Learn')) @section('content') @php $isTraining = isset($courseType) && $courseType === 'training'; $homeKey = $isTraining ? 'website_301.home_training' : 'website_301.home'; @endphp @include('main-site.hero-section', ['isTraining' => $isTraining])
About

{{ __($homeKey . '.StartYourJourney') }}

{{ __($homeKey . '.ExploreDiverseMaterials') }}

{{ __($homeKey . '.ExploreDiverseMaterials4') }}

{{ __($homeKey . '.ExploreDiverseMaterials5') }}

{{ __($homeKey . '.RecommendedCourses') }}

{{ __($homeKey . '.ViewMore') }}
@if (count($related_courses)) @foreach ($related_courses as $course) @include('main-site.partials.course', ['course' => $course]) @endforeach @else @include('main-site.partials.empty_data', [ 'message' => __($homeKey . '.RecommendedCourses2'), ]) @endif

{{ __($homeKey . '.Offers1') }}
{{ __($homeKey . '.Offers2') }}

{{ __($homeKey . '.Offers3') }}

{{ __($homeKey . '.Offers4') }}

{{ __($homeKey . '.Offers5') }}

{{ __($homeKey . '.Offers6') }}
Offers

{{ __($homeKey . '.Cta1') }}

{{ __($homeKey . '.Cta2') }}

@auth {{ __($homeKey . '.Cta4') }} @else {{ __($homeKey . '.Cta5') }} @endauth
Explore

{{ __($homeKey . '.Explore1') }}

{{ __($homeKey . '.Explore2') }}

{{ __($homeKey . '.Explore3') }}

{{ __($homeKey . '.Explore5') }}

{{ __($homeKey . '.Explore6') }}

{{ __($homeKey . '.Explore4') }}

{{ __($homeKey . '.About1') }}{{ __($homeKey . '.About2') }}

{{ __($homeKey . '.About3') }}

@endsection