@foreach ($tabs as $tab) @php $backgroundImage = $tab['background_image']; $backgroundImage = $backgroundImage ? RvMedia::getImageUrl($backgroundImage) : null; @endphp @if($loop->odd)
$backgroundImage, ]) >
@if ($tab['image'])
{{ __('Image') }}
@endif
@if ($tab['subtitle']) {{ $tab['subtitle'] }} @endif @if ($tab['title'])

{{ $tab['title'] }}

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

{{ $tab['description'] }}

@endif @if ($tab['button_label'] && $tab['youtube_video_id']) @endif
@else
$backgroundImage, ]) >
@if ($tab['subtitle']) {{ $tab['subtitle'] }} @endif @if ($tab['title'])

{{ $tab['title'] }}

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

{{ $tab['description'] }}

@endif @if ($tab['button_label'] && $tab['youtube_video_id']) @endif
@if ($tab['image'])
{{ __('Image') }}
@endif
@endif @endforeach