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())
Result
@endif @elseif(!$pointInfo->images->isEmpty())
Result
@endif