@extends('front.layouts.app') @section('content') @php $registration_source = "content_view"; $registration_source_elexio_group_id = config('constants.REGISTRATION_SOURCE.content_view'); @endphp @if($content->password && !in_array($content->id,session("password_allow_contents"))) @php $password_heading = $content->name; $password_id = $content->id; $password_page = "content"; @endphp @includeIf('front.includes.password') @else

{!! $content->name !!}

@if($displayStep == 1)
{!! $page->metaArr()['auth_required_text'] ?? "Sign Up to view contents of series." !!}
@elseif($displayStep == 2)
{!! $page->metaArr()['elexio_form_required_text'] ?? "Please fill out the form to view this content." !!}
@elseif($displayStep == 3)
{!! $page->metaArr()['password_required_text'] ?? "Please enter the password to view this content." !!}
@endif
@if(!in_array($displayStep,[1,2,3]) && !$content->description)
@if($content->video)
@elseif($content->video_embed_url)
@endif
@else
@if(in_array($displayStep,[1,2,3])) @if($content->preview_video)
@elseif($content->preview_video_url)
@else
{!! $content->image_alt !!}
@endif @else @if($content->video)
@elseif($content->video_embed_url)
@endif @endif

{!! $content->description !!}

@if($displayStep == "1") Sign in to watch full series @endif
@endif
@if($content->buttons->count() && $displayStep == "0")
@foreach($content->buttons as $buttons) {!! @$buttons['caption'] !!} @endforeach
@endif
@if($otherContents->count())

Videos ({!! $otherContents->count() !!})

@foreach($otherContents as $otherContent) @endforeach
@endif
@if($displayStep == 1) @includeIf('front.includes.register_login_tab') @elseif($displayStep == 2)
{!! $series->elexio_form_embed_code !!}
@elseif($displayStep == 3)
@endif

{!! $content->name !!}

{!! $content->name !!}
{!! $content->description !!}

Follow Us on Social Media

@if($siteSettings->facebook) fb @endif @if($siteSettings->twitter) twtr @endif @if($siteSettings->youtube) youtube @endif @if($siteSettings->instagram) insta @endif @if($siteSettings->tiktok) tiktok @endif
@if(!auth()->check()) Login to save notes @else @endif
@includeIf('front.includes.register_login_popup') @section('js') {!! config('constants.TINY_MCE_SCRIPT') !!} @stop @endif @endsection