@if (isset($section->video))
@endif @if (isset($section->video_file)) @endif
@if (isset($section->title) && $section->title !== 'no_title')

{{ $section->title }}

@endif @if (isset($section->text_content))

{!! $section->text_content !!}

@endif