diff --git a/app/Http/Controllers/ProfileController.php b/app/Http/Controllers/ProfileController.php index bdeb024c..00ec4b1c 100644 --- a/app/Http/Controllers/ProfileController.php +++ b/app/Http/Controllers/ProfileController.php @@ -86,6 +86,6 @@ class ProfileController extends Controller 'email' => $request->input('email'), ]); - return redirect()->route('profile.index')->with('success' , 'profile updated'); + return redirect()->route('profile.index')->with('success' , 'Profile updated'); } }