@php $backgroundColors = ['bg-4', 'bg-5', 'bg-7'] @endphp
@foreach($tabs as $tab)
@if ($tab['image'])
{{ __('Image') }}
@endif
{{ $tab['title'] }}

{{ $tab['description'] }}

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