diff --git a/app/Http/Controllers/user/UserController.php b/app/Http/Controllers/user/UserController.php index 40cf83a..a6d05a8 100755 --- a/app/Http/Controllers/user/UserController.php +++ b/app/Http/Controllers/user/UserController.php @@ -152,7 +152,8 @@ class UserController extends Controller { $user_logins_data = array( 'name' => $post['fullname'], - 'email' => $post['email'] + 'email' => $post['email'], + 'other_email' => $post['other_email'], ); $user_info_data = array( diff --git a/resources/views/merchbay/cart.blade.php b/resources/views/merchbay/cart.blade.php index b81d87a..2bb9ad4 100755 --- a/resources/views/merchbay/cart.blade.php +++ b/resources/views/merchbay/cart.blade.php @@ -316,6 +316,9 @@
}})
+ {{ $array_profile_info[0]->other_email }} +
+