@if($shortcode->title || $shortcode->subtitle)
@if($shortcode->title)

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

@endif @if($shortcode->subtitle) {!! BaseHelper::clean(nl2br($shortcode->subtitle)) !!} @endif
@endif @if($shortcode->action_text) @endif
background_image) data-background="{{ RvMedia::getImageUrl($shortcode->background_image) }}" @endif >
@foreach($categories as $category) @endforeach
@foreach($projects as $project)
categories->map(fn ($item) => Str::slug($item->name))->join(' ')])>
@endforeach
@if($shortcode->bottom_action_text)

{{ $shortcode->bottom_action_text }}

@endif