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

Add New Agent

{{ csrf_field() }}
@if ($errors->has('agent_title'))
{{ $errors->first('agent_title') }}
@endif
@if ($errors->has('agent_desc'))
{{ $errors->first('agent_desc') }}
@endif
@if ($errors->has('server_id'))
{{ $errors->first('server_id') }}
@endif
@if ($errors->has('agent_ip'))
{{ $errors->first('agent_ip') }}
@endif
@if ($errors->has('agent_port'))
{{ $errors->first('agent_port') }}
@endif
@if ($errors->has('agent_type'))
{{ $errors->first('agent_type') }}
@endif
Cancel
@endsection