@if ($subtitle = $shortcode->subtitle)
{!! BaseHelper::clean($subtitle) !!}
@endif
@if ($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif
@if ($description = $shortcode->description)
{!! BaseHelper::clean(nl2br($description)) !!}
@endif
@foreach($tabs as $tab)
-
@if ($tab['icon'])
@endif
@if ($tab['data'])
{{ $tab['unit'] }}
@endif
@if ($tab['title'])
{!! BaseHelper::clean($tab['title']) !!}
@endif
@endforeach