@if ($data->sub_title || $data->title)
@if ($data->sub_title) {{ $data->sub_title }} @endif @if ($data->title)

{!! preg_replace('/\*(.*)\*/i', '$1', $data->title) !!}

@endif
@endif
@if ($data->topic_list && count($topics = $helper->getTopics(['id' => $data->topic_list]))) @foreach ($topics as $topic)
{{$topic->name}}

{{$topic->name}}

{{$topic->description}}

{{$topic->name}}
@endforeach @endif