@php $backgroundImage = $shortcode->background_image ? RvMedia::getImageUrl($shortcode->background_image) : '../imgs/page/about/circle.png'; $backgroundImage1 = $shortcode->background_image_1 ? RvMedia::getImageUrl($shortcode->background_image_1) : '../imgs/page/about/arrow-down.png'; @endphp
@if ($title = $shortcode->title)

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

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

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

@endif
@foreach(array_chunk($tabs, 3) as $tabs)
    @foreach($tabs as $tab)
  • @if ($tab['title'])
    {{ $tab['title'] }}
    @endif @if ($tab['description'])

    {{ $tab['description'] }}

    @endif
  • @endforeach
@endforeach