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

{{ $tab['title'] }}

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

{{ $tab['description'] }}

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