@foreach ($tabs as $tab) @if($loop->odd)
@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
@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