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

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

@endif
@foreach($projects as $project)

{{ $project->name }}

@if ($category = $project->getMetaData('category', true)) {!! BaseHelper::clean($category) !!} @endif
@endforeach
@if ($description = $shortcode->description)

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

@endif @if (($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) {!! BaseHelper::clean($buttonLabel) !!} @endif