Self_hackathon
{{ (isset($questionnaire) && $questionnaire !== null) ? '\'' .$questionnaire->title . '\'' : 'Example Questionnaire' }} was finished.
@if(!empty($pointInfo->profile))
Your profile is:
{!! $pointInfo->profile->name !!}
{!! $pointInfo->profile->description !!}
@endif
@if(!empty($pointInfo->text_to_show))
Your result is:
{!! $pointInfo->text_to_show !!}
@endif
@if(!empty($pointInfo->profile))
@if(!$pointInfo->profile->images->isEmpty())
@endif
@elseif(!$pointInfo->images->isEmpty())
@endif