@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])
{{ __($homeKey . '.ExploreDiverseMaterials') }} {{ __($homeKey . '.ExploreDiverseMaterials4') }} {{ __($homeKey . '.ExploreDiverseMaterials5') }}
{{ __($homeKey . '.StartYourJourney') }}
{{ __($homeKey . '.Offers3') }}
{{ __($homeKey . '.Offers4') }}
{{ __($homeKey . '.Offers5') }}
{{ __($homeKey . '.Offers6') }}
{{ __($homeKey . '.Cta2') }}
@auth {{ __($homeKey . '.Cta4') }} @else {{ __($homeKey . '.Cta5') }} @endauth
{{ __($homeKey . '.Explore2') }}
{{ __($homeKey . '.Explore3') }}
{{ __($homeKey . '.Explore5') }}
{{ __($homeKey . '.Explore6') }}
{{ __($homeKey . '.About3') }}