@foreach($tabs as $tab) @if($loop->odd)
{{ $tab['subtitle'] }}
@if ($tab['subtitle']) {{ $tab['subtitle'] }} @endif @if ($tab['title'])

{{ $tab['title'] }}

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

{{ $tab['description'] }}

@endif
@else
@if ($tab['subtitle']) {{ $tab['subtitle'] }} @endif @if ($tab['title'])

{{ $tab['title'] }}

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

{{ $tab['description'] }}

@endif
{{ $tab['subtitle'] }}
@endif @endforeach