@foreach($tabs as $tab) @continue(! $image = Arr::get($tab, 'image'))
{{ RvMedia::image($image, __('Testimonial')) }}
@endforeach @if ($bannerPrimary = $shortcode->banner_primary) {{ __('Banner') }} @endif
@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

{!! BaseHelper::clean($title) !!}

@endif
@if ($description = $shortcode->description)

{!! BaseHelper::clean($description) !!}

@endif
{{ __('Available on') }}
@if ($shortcode->platform_apple_store_logo && $shortcode->platform_apple_store_url) {{ 'Apple store' }} @endif @if ($shortcode->platform_google_play_logo && $shortcode->platform_google_play_url) {{ __('Google play') }} @endif @if($shortcode->button_secondary_label && $shortcode->button_secondary_url) {{ $shortcode->button_secondary_label }} @endif