@props([ 'id' => 'modal', 'maxWidth' => '2xl', 'bgColor' => theme('customModal', 'bgColor'), 'textColor' => theme('customModal', 'textColor'), 'overlayColor' => theme('customModal', 'overlayColor'), 'overlayOpacity' => theme('customModal', 'overlayOpacity'), 'titleSize' => 'text-lg', 'titleWeight' => 'font-medium', 'footerBgColor' => theme('customModal', 'footerBgColor'), 'confirmBtnBgColor' => theme('customModal', 'confirmBtnBgColor'), 'confirmBtnHoverBgColor' => theme('customModal', 'confirmBtnHoverBgColor'), 'confirmBtnTextColor' => theme('customModal', 'confirmBtnTextColor'), 'cancelBtnBgColor' => theme('customModal', 'cancelBtnBgColor'), 'cancelBtnHoverBgColor' => theme('customModal', 'cancelBtnHoverBgColor'), 'cancelBtnTextColor' => theme('customModal', 'cancelBtnTextColor'), 'cancelBtnBorderColor' => theme('customModal', 'cancelBtnBorderColor'), ]) @php $maxWidth = [ 'sm' => 'sm:max-w-sm', 'md' => 'sm:max-w-md', 'lg' => 'sm:max-w-lg', 'xl' => 'sm:max-w-xl', '2xl' => 'sm:max-w-2xl', ][$maxWidth ?? '2xl']; @endphp