@props([ 'name', 'action', 'title' => 'Xác nhận thao tác', 'message' => 'Bạn có chắc chắn muốn thực hiện thao tác này?', 'confirmText' => 'Đồng ý', 'cancelText' => 'Hủy', 'method' => 'DELETE', 'triggerText' => 'Xóa', 'triggerClass' => 'text-red-600 hover:underline', ]) {{ $triggerText }} @csrf @if (strtoupper($method) !== 'POST') @method($method) @endif Cần xác nhận {{ $title }} {{ $message }} {{ $cancelText }} {{ $confirmText }}
{{ $message }}