@if ($iconImage = $service->getMetaData('icon_image', true))
{{ RvMedia::image($iconImage, $service->name, attributes: ['width' => 32, 'height' => 32, 'loading' => false]) }}
@elseif ($icon = $service->getMetaData('icon', true))
@endif
@if ($description = $service->description)
{!! BaseHelper::clean(nl2br($description)) !!}
@endif
@if ($iconImage = $service->getMetaData('icon_image', true))
{{ RvMedia::image($iconImage, $service->name, attributes: ['width' => 32, 'height' => 32, 'loading' => false]) }}
@elseif ($icon = $service->getMetaData('icon', true))
@endif