User Profile
@if(Session::has('oldpassworderror'))
@endif
@if (count($errors) > 0)
@endif
Validation Errors!
- {{ Session::get('oldpassworderror') }}
Validation Errors!
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach