HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //var/www/quadcode-jobs/storage/framework/views/88219a9b49be8cd6cadde18223b08a8cba737e04.php
<?php
    $locations = \App\Repositories\LocationRepository::getHeroData();
?>
<section class="contacts">
    <div class="container">
        <div class="form-submit">
            <div class="form-message form-message--contact-us form-success">
                <div class="form-message__icon">
                    <img src="/files/icons/contact-us.jpg" alt="">
                </div>
                <div class="form-message__title">
                    <div>Спасибо за обращение</div>
                </div>
                <div class="form-message__text">Мы обязательно ответим, как прочитаем ваш вопрос :) </div>
                <div class="form-message__actions">
                    <a href="https://quad-jobs.foach.site" class="custom-button js-close-modal">Отправить еще одно</a>
                </div>
            </div>
            <form>
                <div class="form-fields">
                    <div class="first-column">
                        <input type="text" name="name" placeholder="Your Name" />
                        <input type="text" name="email" placeholder="Email" />
                        <select class="js-example-basic-single" name="location">
                            <option value="" disabled selected>Location</option>
                        </select>
                        <div class="select-bg">
                            <select name="location">
                                <option value="" disabled selected>Location</option>
                                <?php $__currentLoopData = $locations; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $location): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <option value="<?php echo e($location->id); ?>"><?php echo e($location->title); ?></option>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </select>
                        </div>
                        <div class="select-bg">
                            <select name="reason">
                                <option value="" disabled selected>Select the reason for your inquiry</option>
                            </select>
                        </div>
                    </div>
                    <div class="second-column">
                        <textarea name="message" placeholder="Your message"></textarea>
                    </div>
                </div>
                <div class="agreement">
                    <input type="checkbox" name="agreement" id="agreement">
                    <div class="checkbox">
                        <div class="checkbox__inner"></div>
                    </div>
                    <label for="agreement">By using this form you agree with the storage and processing of your data by this website in accordance with our <a href="<?php echo e(route('page.show', [app()->getLocale(), 'privacy-policy'])); ?>">Privacy Policy</a></label>
                </div>
                <button>Submit</button>
            </form>
        </div>
    </div>
</section>










<?php /**PATH /var/www/quadcode-jobs/resources/views/site/blocks/submit-form.blade.php ENDPATH**/ ?>