@if(Session::has('message')) {{Session::get('message')}} @endif
{{csrf_field() }}
Current Password
{{ $errors->first('current_password', ':message') }}
New Password
{{ $errors->first('password', ':message') }}
Confirm Password
{{ $errors->first('confirm _password', ':message') }}