@if($shortcode->title)

{{ $shortcode->title }}

@endif @if(!empty($tabs) && count($tabs))
@foreach($tabs as $item)
@if(!empty($item['card_title']))

{{ $item['card_title'] }}

@endif @if(!empty($item['description']))

{{ $item['description'] }}

@endif
@if(!empty($item['icon'])) {{ $item['card_title'] ?? 'Step' }} @endif
@if(!empty($item['step_label']))

{{ $item['step_label'] }}

@endif @if(!empty($item['step_time']))

{{ $item['step_time'] }}

@endif
@endforeach
@endif