@if (isset($icon_ex)) {!! Html::image($icon_ex) !!} @elseif (isset($icon)) {!! Html::image("img/icon_{$icon}.png") !!} @endif
@if (isset($other_title) || isset($third_title))

{{ $title }}

@if (isset($other_title) && $other_title)
{{ $other_title }}
@endif @if (isset($third_title) && $third_title) {{ $third_title }} @endif
@else

{{ $title }}

@endif