@props([ 'modal' => null, 'title' => null, 'description' => null, 'buttonText' => null, 'button_href' => null, ])
@if($modal || $button_href) @else @endif

{{ $title }}

{{ $description }}

@if($button_href)
{{ $buttonText }}
@endif @if($modal)
{{ $buttonText }}
@endif