$user->uid], null, false); try { Mail::to($user->email)->send(new EmailVerification(url($url))); } catch (\Exception $e) { report($e); } } } }