<{{ $tagName }} class="c-{{$type}} @modifiers('c-$type') {{ $buttonClasses ?? '' }}" @if($tagName === 'a') href="{{ $buttonLink }}" @endif>
<span class="c-{{$type}}__text">{{ $buttonText }}</span>
<i class="c-{{$type}}__icon">@include('site.components.icons.arrow')</i>
</{{ $tagName }}>