@if ($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

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

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

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

@endif @if ($shortcode->youtube_video_id && $shortcode->button_youtube_label)
{{ $shortcode->button_youtube_label }}
@endif
@if (is_plugin_active('ecommerce') && $customers)
@foreach($customers as $customer) {{ $customer->name }} @endforeach +{{ Botble\Ecommerce\Models\Customer::query()->count() - $customers->count()}}
@if ($customerDescription = $shortcode->customer_desciption) {!! BaseHelper::clean($customerDescription) !!} @endif
@endif
@if ($image = $shortcode->banner_primary) {{ __('Banner image') }} @endif
@foreach($tabs as $tab)
{{ $tab['title'] }}
@endforeach