user()->phone) ->where('code', $request->verification_code) ->first(); if (! $verification) { $fail(__('Write a correct data please')); } } }