@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(is_plugin_active('newsletter'))
@endif
@foreach ($customers as $customer) {{ $customer->name }} @endforeach
@if ($customerDescription = $shortcode->customer_desciption) {{ $customerDescription }} @endif
@foreach(collect($tabs)->split(2) as $items)
@foreach($items as $item) {{ __('Image') }} @endforeach
@endforeach