@if ($image = $shortcode->image) {{ RvMedia::image($image, $shortcode->title, attributes: ['data-aos' => 'fade-down-right', 'data-aos-delay' => '0']) }} @endif @if ($image1 = $shortcode->image_1) {{ RvMedia::image($image1, $shortcode->title, attributes: ['data-aos' => 'fade-left', 'data-aos-delay' => '400']) }} @endif @if (($companyAge = $shortcode->company_age) && ($companyDescription = $shortcode->company_description))

{{ $companyAge }} {{ __('Years') }}

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

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

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

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

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

@endif
    @foreach ($tabs as $tab) @if ($tab['title'])
  • {!! BaseHelper::clean($tab['title']) !!}
  • @endif @endforeach
@if ($subDescription = $shortcode->sub_description)

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

@endif
@if ($authorAvatar = $shortcode->author_avatar)
{{ RvMedia::image($authorAvatar, $shortcode->author_name) }}
@endif @if ($authorName = $shortcode->author_name)

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

@if ($authorBio = $shortcode->author_bio) {!! BaseHelper::clean($authorBio) !!} @endif
@endif @if ($authorSignature = $shortcode->author_signature)
{{ RvMedia::image($authorSignature, $authorName) }}
@endif
@if ($bgImage1 = $shortcode->background_image_1) {{ RvMedia::image($bgImage1, $shortcode->title) }} @endif @if ($bgImage2 = $shortcode->background_image_2) {{ RvMedia::image($bgImage2, $shortcode->title) }} @endif @if ($bgImage3 = $shortcode->background_image_3) {{ RvMedia::image($bgImage3, $shortcode->title, attributes: ['data-aos' => 'fade-left', 'data-aos-delay' => '500']) }} @endif