@foreach($tabs as $tab)
@if ($tab['image']) {{ RvMedia::image($tab['image'], $tab['title'], attributes: ['width' => 40, 'height' => 40]) }} @endif
@if ($tab['title'])

{{ $tab['title'] }}

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

{{ $tab['description'] }}

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