@props(['id' => '', 'title' => '', 'size' => '']) @php $modalSize = match($size) { 'sm' => 'modal-sm', 'lg' => 'modal-lg', 'xl' => 'modal-xl', default => '' }; @endphp