@php /** @var \Illuminate\View\ComponentAttributeBag $attributes */ $addAnchorTagForModal = $attributes->has('rel') && str_contains($attributes->get('rel'), 'modal'); @endphp @props([ 'type' => 'submit' ]) @if($addAnchorTagForModal) @endif @if($attributes) @endif