@extends('layout.masters') @section('content')

Add New Server

{{ csrf_field() }}
@if ($errors->has('server_name'))
{{ $errors->first('server_name') }}
@endif
@if ($errors->has('host'))
{{ $errors->first('host') }}
@endif
@if ($errors->has('server_ip'))
{{ $errors->first('server_ip') }}
@endif
@if ($errors->has('connection_type'))
{{ $errors->first('connection_type') }}
@endif
Cancel
@endsection