@if(isset($icon) && $icon != 'null')
<i class="c-token @modifiers('c-token')">
@if(isset($icon) && View::exists('site.components.icons.tokens.'.$icon))
@include('site.components.icons.tokens.'.$icon)
@else
{{ debug('Token: $icon Not defined or found') }}
@include('site.components.icons.tokens.saveMoney')
@endif
</i>
@endif