<a href="{{ $buttonLink }}" class="c-button @if(isset($buttonClasses)) {{ $buttonClasses }} @endif @if(\Illuminate\Support\Str::startsWith($buttonLink, ['#'])) internalLink @endif">
<span class="c-button__text">{{ $buttonText }}</span>
<span class="c-button__arrow">@include('svg.arrow')</span>
</a>