@extends('front.include.app') @section('content')
{!! nl2br(e(optional($homeContent)->about_description ?? 'Default description text here...')) !!}
{!! nl2br(e(optional($homeContent)->lateral_description ?? 'The LATERAL Program description goes here...')) !!}
@if (count($lateralPoints)){{ $homeContent->lateral_footer_text ?? 'Your loss does not erase your worth...' }}
{!! nl2br(e($content?->mission_description)) !!}
{!! nl2br(e($content?->vision_description)) !!}