Use in Blade
You can use your parameters in the Blade template in the same way as the Evo kernel system variables.
All variables are prefixed with sset_
.
Show phone number
<a class="phone" href="tel:{{Str::remove([' ', '-', '(', ')'], evo()->getConfig('sset_phone'))}}">{{evo()->getConfig('sset_phone')}}</a>