first(); $input = $request->all(); Mail::to($user->email, $user->username)->send(new Bug($input)); return redirect()->route('home') ->withSuccess('Your Bug Was Successfully Sent!'); } }