htmlAttributes() !!} class="section-team-1 position-relative fix section-padding">
@if ($subtitle = $shortcode->subtitle)
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

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

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

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

@endif
@foreach($tabs as $tab) @continue(! $tabTitle = Arr::get($tab, 'title')) @endforeach
@foreach($projects as $project) @php $additionalClass = ''; foreach ($tabs as $tab) { $tabTitle = Arr::get($tab, 'title'); if (is_string($tab['project_ids']) && in_array($project->getKey(), explode(',', $tab['project_ids']))) { $additionalClass .= ' ' . Str::slug($tabTitle); } } @endphp
{{ RvMedia::image($project->image, $project->name, 'vertical_thumb', attributes: ['clas' => 'rounded-2']) }} Get Free Update
{{ $project->name }}
@if ($projectDescription = $project->description)

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

@endif
@endforeach
@php $primaryButtonLabel = $shortcode->primary_action_label; $primaryButtonUrl = $shortcode->primary_action_url; $secondaryButtonLabel = $shortcode->secondary_action_label; $secondaryButtonUrl = $shortcode->secondary_action_url; @endphp @if (($primaryButtonLabel && $primaryButtonUrl) || ($secondaryButtonUrl && $secondaryButtonLabel))
@endif @if ($backgroundImage = $shortcode->background_image)
{{ RvMedia::image($backgroundImage, __('Background image')) }}
@endif