phone) { $fail(__('No phone provided')); } Verification::where('username', $this->phone) ->where('code', $value) ->existsOr(fn () => $fail(__('Write a correct data please'))); } }