@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

{!! BaseHelper::clean($title) !!}

@endif
@foreach($tabs as $tab) @php $checklists = explode(',', $tab['checklists']); @endphp
$loop->first]) id="tab-{{ Str::slug($tab['key']) }}" role="tabpanel" aria-labelledby="tab-explore-1">
@if ($tab['image']) {{ $tab['key'] }} @endif
@if ($tab['subtitle']) {{ $tab['subtitle'] }} @endif @if ($tab['title'])

{{ $tab['title'] }}

@endif @if ($tab['description'])

{{ $tab['description'] }}

@endif
    @foreach($checklists as $item)
  • {{ $item }}
  • @endforeach
@endforeach