@foreach($tabs as $tab)
@if($tab['image'])
{{ $tab['title'] }}
@endif
{{ $tab['title'] }}

{{ $tab['description'] }}

@if ($tab['action'] && $tab['label']) {!! $tab['label'] !!} @endif
@endforeach