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