@extends('front.layouts.app') @section('content')

{!! @$metaArr['main_banner_subtitle'] !!}

{!! @$metaArr['main_banner_title'] !!}

@if(@$metaArr['main_banner_img_type'] == "video") @endif
@if(@$metaArr['content_img_type'] == "video") @else
{!! @$metaArr['content_img_alt'] !!}
@endif
{!! @$metaArr['content_subtitle'] !!}

{!! @$metaArr['content_title'] !!}

{!! @$metaArr['content_description'] !!}

@for($i=1;$i<=3;$i++)
@if(@$metaArr['quick_link_box'.$i.'_img_type'] == "video") @else {!! @$metaArr['quick_link_box'.$i.'_img_alt'] !!} @endif

{!! @$metaArr['quick_link_box'.$i.'_title'] !!}

{!! displayShortDescriptionInCmsBox(@$metaArr['quick_link_box'.$i.'_description']) !!}

@endfor
@if(@$metaArr['app_img_type'] == 'image' && @$metaArr['app_img']) {!! @$metaArr['app_img_alt'] !!} @elseif(@$metaArr['app_img_type'] == 'video' && @$metaArr['app_img']) @else app-display @endif

{!! @$metaArr['app_title'] !!}

{!! @$metaArr['app_description'] !!}

@if(@$metaArr['app_btn_link'] && @$metaArr['app_btn_caption']) {!! @$metaArr['app_btn_caption'] !!} @endif @if(@$metaArr['app_btn2_link'] && @$metaArr['app_btn2_caption']) {!! @$metaArr['app_btn2_caption'] !!} @endif
@if(isset($metaArr['sociallinks']) && is_array($metaArr['sociallinks']) && @count(@$metaArr['sociallinks']) > 0) @foreach(@$metaArr['sociallinks'] as $sociallinks) @endforeach @endif
@includeIf('front.cms.sections.invite', ['totalBox' => 3]) @includeIf('front.includes.elexio_form') @includeIf('front.includes.current-week-events') @includeIf('front.includes.faq') @endsection @section('js') @stack('js') @endsection