@extends('layouts.app') @push('head') {{-- SiteManager 통합 보안 시스템 --}} @include('sitemanager::security.form-security', [ 'action' => 'agent_registration', 'tokenField' => 'recaptcha_token', 'formId' => 'agent-registration-form' ]) {!! resource('css/contact-us.css') !!} {!! resource('css/form.css') !!} {!! resource('js/agent-registration.js') !!} {!! setResources(['select2', 'flatpickr']) !!} @endpush @section('content')

Agent Registration

"Thank you for visiting the edm Korean Global Campus."
"If you kindly provide the information below, we will promptly reach out to you to discuss further steps."
{{-- Validation Errors --}} @if($errors->any()) @endif
@csrf {{-- Honeypot 필드들 (봇 차단용) --}} {{-- Company Information --}}
Company Information
Enter your website domain without protocol (http:// or https://)
{{-- Head Office Information --}}
Head Office Information
{{-- Contact Person Information --}}
Contact Person Information
{{-- Sales Categories --}}
Sales Categories

Please select the categories you are interested in promoting:

{{-- Messages --}}
Message
{{-- Agreements --}}
Terms and Agreements
{{-- SiteManager 통합 보안 시스템에서 자동 처리 --}} @error('recaptcha_token')
{{ $message }}
@enderror {{-- Submit Button --}}
@endsection