@if (count($tabs) > 0)
@foreach($tabs as $tab) @continue(! $tab['data'])
@if ($tab['icon']) @endif

{{ $tab['unit'] }}

@if ($tab['title'])

{!! BaseHelper::clean($tab['title']) !!}

@endif
@endforeach
@endif