@if ($title = $shortcode->title)

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

@endif @if ($subtitle = $shortcode->subtitle)

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

@endif
@foreach($careers as $career)
@if ($icon = $career->getMetaData('icon', true))
{{ $career->name }}
@endif

{{ $career->name }}

{!! BaseHelper::clean(Str::words($career->description)) !!}

@endforeach
@if (($buttonPrimaryLabel = $shortcode->button_primary_label) && ($buttonPrimaryUrl = $shortcode->button_primary_url)) {!! BaseHelper::clean($buttonPrimaryLabel) !!} @endif @if (($buttonSecondaryLabel = $shortcode->button_secondary_label) && ($buttonSecondaryUrl = $shortcode->button_secondary_url)) {!! BaseHelper::clean($buttonSecondaryLabel) !!} @endif