@props([ 'name', 'show' => false, 'maxWidth' => 'md' ]) @php $modalId = 'modal-' . $name; $maxWidthClass = match($maxWidth) { 'sm' => 'modal-sm', 'md' => '', 'lg' => 'modal-lg', 'xl' => 'modal-xl', default => '', }; @endphp