@props(['method' => 'POST', 'action', 'message' => 'Are you sure? This action cannot be undone.', 'confirmText' => 'Confirm', 'cancelText' => 'Cancel', 'buttonClass' => 'text-red-600 hover:text-red-800'])
@csrf @if(strtoupper($method) !== 'POST')@method($method)@endif