@foreach($tabs as $tab)
@if ($tab['title'] || $tab['description'])
@if ($tab['title'])

{{ $tab['title'] }}

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

{{ $tab['description'] }}

@endif @if(($shortcode->google_play_url && $shortcode->google_play_logo) || ($shortcode->apple_store_url && $shortcode->apple_store_logo))
@if ($shortcode->google_play_url && $shortcode->google_play_logo) {{ __('Google play') }} @endif @if ($shortcode->apple_store_url && $shortcode->apple_store_logo) {{ __('Apple store') }} @endif
@endif
@endif
@endforeach