<a class="c-text-button" href="{{ $link or '/' }}">
<span class="c-text-button__text">
{{ $label or __('placeholders.buttonLabel') }}
</span>
@if(isset($modifiers) && in_array('icon', $modifiers))
<i class="c-text-button__icon">@include('site.components.icons.arrow')</i>
@endif
</a>