@props([ 'id' => 'modal', 'title' => '', 'size' => 'md', // sm | md | lg | xl | full 'scrollable' => true, 'centered' => true, 'staticBackdrop' => false, 'footer' => null, ]) @php $sizeClass = match($size) { 'sm' => 'modal-sm', 'lg' => 'modal-lg', 'xl' => 'modal-xl', 'full' => 'modal-full-width', default => '', }; @endphp