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**/ ?>