{{-- 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 Name * @error('name') {{ $message }} @enderror Email * @error('email') {{ $message }} @enderror Phone Number * @if($errors->has('phone_country') || $errors->has('phone')) {{ $errors->first('phone_country') ?: $errors->first('phone') }} @endif Privacy Policy * @include('partials.privacy-policy') I have read and agree to the terms and conditions and privacy policy. * @error('privacy_agreement') {{ $message }} @enderror {{-- SiteManager 통합 보안 시스템에서 자동 처리 --}} @error('recaptcha_token') {{ $message }} @enderror Submit Sending...