Change Password
@if(Session::has('success'))
Success! {{ Session('success') }}
@endif
@if(Session::has('failed'))
Success! {{ Session('failed') }}
@endif