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

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

@endif
@if (($buttonLabel = $shortcode->button_label) && ($buttonUrl = $shortcode->button_url)) @endif
@if ($projects->isNotEmpty())
@foreach($projects as $project) @if ($loop->index < 2)
{!! Theme::partial('portfolio.projects.item', compact('project')) !!}
@else
{!! Theme::partial('portfolio.projects.item', compact('project')) !!}
@endif @endforeach
@endif