@csrf
@if ($errors->has('server_name')) {{ $errors->first('server_name') }} @endif
@if ($errors->has('server_ip')) {{ $errors->first('server_ip') }} @endif
@if ($errors->has('login_link')) {{ $errors->first('login_link') }} @endif
@if ($errors->has('private_link')) {{ $errors->first('private_link') }} @endif
@if ($errors->has('user_name')) {{ $errors->first('user_name') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif