@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($projects as $project)
{{ RvMedia::image($project->image, $project->name, 'vertical_thumb', attributes: ['class' => 'img-fluid w-100']) }}
@if($project->client)

{{ $project->client }}

@endif
{{ $project->name }}
@if ($projectDescription = $project->description)

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

@endif
@if ($place = $project->place) {{ $place }} @endif
@endforeach