@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
{!! removeTagsFromAltText(@$metaArr['content_img_alt']) !!}
@endif
{!! @$metaArr['content_subtitle'] !!}

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

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

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

@if(@$metaArr['community_building_img_type'] == "video") @else
{!! removeTagsFromAltText(@$metaArr['community_building_title']) !!}
@endif

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

@if(isset($metaArr['community_buildings']) && is_array($metaArr['community_buildings']) && count($metaArr['community_buildings']) > 0) @foreach($metaArr['community_buildings'] as $community_buildings)
{!! $community_buildings['title'] !!}

{!! $community_buildings['description'] !!}

@if(@$community_buildings['link']) {!! @$community_buildings['btn_caption'] ?? "Read More" !!} @endif @endforeach @endif

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

@if(@$metaArr['community_care_img_type'] == "video") @else
{!! removeTagsFromAltText(@$metaArr['community_care_title']) !!}
@endif

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

@if(isset($metaArr['community_cares']) && is_array($metaArr['community_cares']) && count($metaArr['community_cares']) > 0) @foreach($metaArr['community_cares'] as $community_cares)
{!! $community_cares['title'] !!}

{!! $community_cares['description'] !!}

@if(@$community_cares['link']) {!! @$community_cares['btn_caption'] ?? "Read More" !!} @endif @endforeach @endif

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

@if(@$metaArr['community_support_img_type'] == "video") @else
{!! removeTagsFromAltText(@$metaArr['community_support_title']) !!}
@endif

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

@if(isset($metaArr['community_supports']) && is_array($metaArr['community_supports']) && count($metaArr['community_supports']) > 0) @foreach($metaArr['community_supports'] as $community_supports)
{!! $community_supports['title'] !!}

{!! $community_supports['description'] !!}

@if(@$community_supports['link']) {!! @$community_supports['btn_caption'] ?? "Read More" !!} @endif @endforeach @endif
@includeIf('front.includes.elexio_form') @includeIf('front.includes.current-week-events')

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

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

arrow-right-blue
@if(@$metaArr['banner_img_type'] == "video") @endif
@includeIf('front.includes.faq') @endsection @section('js') @stack('js') @endsection