! empty($journeys), 'col-lg-12' => empty($journeys)])>
@if($shortcode->subtitle)
{!! BaseHelper::clean($shortcode->subtitle) !!}
@endif @if($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif @if(! empty($companies))
@foreach(collect($companies)->split(2) as $row)
@foreach($row as $company)
{{ RvMedia::image($company['image'], $company['name']) }}
@endforeach
@endforeach
@endif @if(! empty($contacts) || $shortcode->contact_avatar)
@if($shortcode->contact_avatar)
{{ RvMedia::image($shortcode->contact_avatar, $shortcode->title, attributes: ['class' => 'w-100 h-100 rounded-circle']) }}
@endif @if(! empty($contacts)) @endif
@endif
@if(! empty($journeys))
{!! BaseHelper::clean($shortcode->journey_title) !!}
    @foreach($journeys as $journey)
  • {{ $journey['date'] }}

    {{ $journey['title'] }}
  • @endforeach
@endif