@extends('front.layouts.app') @section('content')
{!! @$metaArr['content_subtitle'] !!}

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

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

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

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

@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_btn_caption'] !!}
@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
@php $nextEvent = $data['nextEvent']; @endphp @includeIf('front.includes.next-event')
@endsection