@foreach($tabs as $tab)
@php
$tabTitle = Arr::get($tab, 'title');
@endphp
@continue(! $tabTitle)
$loop->first]) id="{{ Str::slug($tabTitle) }}" role="tabpanel" aria-labelledby="{{ Str::slug($tabTitle) }}-tab" tabindex="0">
@if ($description = Arr::get($tab, 'description'))
{!! BaseHelper::clean($description) !!}
@endif
@endforeach