Change Password
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach @if(Session::has('success'))
Success! {{ Session('success') }}
@endif
@if(Session::has('failed'))
Success! {{ Session('failed') }}
@endif