{{-- Inquiry Form Component --}} @push('head') {{-- SiteManager 통합 보안 시스템 --}} @include('sitemanager::security.form-security', [ 'action' => 'inquiry_form', 'tokenField' => 'recaptcha_token', 'formId' => 'inquiry-form' ]) {!! resource('css/contact-us.css') !!} {!! resource('css/form.css') !!} {!! setResources(['select2']) !!} @endpush @push('scripts') {!! resource('js/inquiry-form.js') !!} @endpush
@if (empty($noHeader)) {{--

Quick Inquiry

--}}
Interested in this course? Leave your contact details and we'll get in touch with you!
Get personalized information and guidance from our team.
@endif
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@if($errors->has('phone_country') || $errors->has('phone'))
{{ $errors->first('phone_country') ?: $errors->first('phone') }}
@endif
@include('partials.privacy-policy')
@error('privacy_agreement')
{{ $message }}
@enderror
{{-- SiteManager 통합 보안 시스템에서 자동 처리 --}} @error('recaptcha_token')
{{ $message }}
@enderror