@props(['id', 'maxWidth']) @php $id = $id ?? md5($attributes->wire('model')); $maxWidth = [ 'sm' => ' modal-sm', 'md' => '', 'lg' => ' modal-lg', 'xl' => ' modal-xl', ][$maxWidth ?? 'md']; @endphp