{{-- Modal Component Usage:

Are you sure you want to delete this item? This action cannot be undone.

Cancel Delete
JavaScript to show modal: --}} @props([ 'id', 'title' => null, 'maxWidth' => '2xl', 'closeButton' => true ]) @php $maxWidthClass = [ '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] ?? 'sm:max-w-2xl'; @endphp