@extends('components.layout-component') @php $title = langContentNav('title'); $seo_title = langContentNav('seo_title'); @endphp @section('content')

Innovative Architecture

Designing the future with modern building concepts.

Contact Us

Future Tech at Work

Augmented Reality empowering daily tasks.

Learn More

Engineering Excellence

Empowering innovation through engineering.

Our Services

Celebrating Engineers

Recognizing the minds building our world.

About Us
@if ($page->hiro_section && $page->hiro_section[0])
@php $hiro_section = $page->hiro_section[0]; $title_one = langContent('title_one'); $title_two = langContent('title_two'); $main_image = langContent('main_image'); $lists = $page->hiro_section[0]->list; $wordsArray = explode(' ', $hiro_section->$title_two); @endphp
{{ $hiro_section->$title_one }}

@foreach ($wordsArray as $index => $word) {{ $word }} @endforeach

@foreach ($lists as $list) @php $text = langContent('text'); @endphp
{{ $list->$text }}
@endforeach
@endif @if ($page->about_platform && $page->about_platform[0])
@php $about_platform = $page->about_platform[0]; $short_title = langContent('short_title'); $main_title = langContent('main_title'); $title = $about_platform->$main_title; $words = explode(' ', $title); $last_word = end($words); array_pop($words); $title_without_last_word = implode(' ', $words); @endphp
{{ $about_platform->$short_title }}
{{ $title_without_last_word }} {{ $last_word }}
@foreach ($about_platform->list as $list) @php $title = langContent('title'); $sub_title = langContent('sub_title'); @endphp
{{ $list[$title] }}
@if ($list[$sub_title])
{{ $list[$sub_title] }}
@endif
@endforeach
@endif @if ($page->learning_with_us && $page->learning_with_us[0])
@php $learning_with_us = $page->learning_with_us[0]; $main_title = langContent('main_title'); $title_section = langContent('title_section'); @endphp
{{ $learning_with_us->$main_title }}
{{ $learning_with_us->$title_section }}
@foreach ($learning_with_us->box as $index => $box) @php $title = langContent('title'); @endphp

{{ $box[$title] }}

@endforeach
@endif
{{ __('messages.Featured Courses') }}
{{ __('messages.Choose a course to get started') }}
@php $courses = Statamic\Facades\Entry::query() ->where('collection', 'products') ->where('published', '=', 1) ->get(); $showCount = 0; @endphp @foreach ($courses as $index => $course) @php $dataFromTrait = App\Http\Traits\ProductPrices::getPrice($course->toArray()); $price = $dataFromTrait['price'] ?? null; $product_price = $dataFromTrait['product_price'] ?? null; $model_type = $dataFromTrait['model_type'] ?? null; $model_id = $dataFromTrait['model_id'] ?? null; $productCurrency = $dataFromTrait['currency'] ?? null; if (!$price) { continue; } $showCount++; @endphp @if ($showCount <= 6) @livewire( 'card-product-component', [ 'index' => $index, 'price' => $price, 'product_price' => $product_price, 'model_id' => $model_id, 'model_type' => $model_type, 'productCurrency' => $productCurrency, 'cpProductArray' => $course->toArray(), ], key('card-product-component-' . mt_rand(1, 1000) . $product->id) ) @endif @endforeach

0

{{ __("messages.Innovative courses") }}

0

{{ __("messages.Qualified teachers and language experts") }}

0

{{ __("messages.Learners enrolled in Radiance Group courses") }}

0

{{ __("messages.Years of experience in language teaching") }}

@endsection