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

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

@endif
@foreach($projects as $project)
@if($category = $project->getMetaData('category', true)) {!! BaseHelper::clean($category) !!} @endif

{{ $project->name }}

@if ($description = $project->description)

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

@endif {{ __('See Details') }}
@if ($image = $project->image)
{{ RvMedia::image($image, $project->name) }}
@endif
@endforeach