Custom validation always return true on form request laravel
I have custom validation for my form request. When users input the value and the value exists also field deleted_at is not null this validation should be working. the problem is even when I input the value that is not…