@if(!empty($message))
{{ $message }}
@endif
@if ($errors->has('current_password')) {{ $errors->first('current_password') }} @endif
@if ($errors->has('current_password')) {{ $errors->first('new_password') }} @endif
{{ csrf_field() }}