{{ $case->title }}
{!! nl2br(e($startNode->content)) !!}
@foreach($startNode->choices as $choice)
{{ $choice->label }} - {{ $choice->text }}
@endforeach