File: D:/HostingSpaces/SBogers101/cranendonckactief.nl/app/storage/views/4823f7774b63177941d55fb944985807
<?php $__env->startSection('editable_content'); ?>
<div class="color-wrapper">
<?php echo $__env->make('layouts.partials.navigation', ['shadow' => true], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="contact-content">
<div class="background"></div>
<div class="grid-row">
<div class="contact-info grid-col">
<h1><?php echo $page->translation->name; ?></h1>
<?php echo $page->content->main->description; ?>
<?php /*<h3><?php echo \Illuminate\Support\Facades\Lang::get('translations.openingHours'); ?></h3>*/ ?>
<?php /*<ul class="opening-hours">*/ ?>
<?php /*<?php for($i=1; $i<=7;$i++): ?>*/ ?>
<?php /*<li <?php if(\Carbon\Carbon::now()->dayOfWeek == ($i)): ?> class="active" <?php endif; ?>>*/ ?>
<?php /*<span class="day"><?php echo \Illuminate\Support\Facades\Lang::get('calender.days.'.$i); ?></span>*/ ?>
<?php /*<span class="hour">*/ ?>
<?php /*<?php if(Config::get('business.opening_hour_'.$i) != null): ?>*/ ?>
<?php /*<?php echo Config::get('business.opening_hour_'.$i); ?>*/ ?>
<?php /*<?php else: ?>*/ ?>
<?php /*<?php echo \Illuminate\Support\Facades\Lang::get('translations.closed'); ?>*/ ?>
<?php /*<?php endif; ?>*/ ?>
<?php /*</span>*/ ?>
<?php /*</li>*/ ?>
<?php /*<?php endfor; ?>*/ ?>
<?php /*</ul>*/ ?>
</div>
<?php /* Form */ ?>
<?php echo $__env->make('forms.becomeMember', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</div>
</div>
</div>
<?php /* Maps */ ?>
<?php /*<div id="map"*/ ?>
<?php /*data-googlex="<?php echo \Config::get('business.googlex'); ?>"*/ ?>
<?php /*data-googley="<?php echo \Config::get('business.googley'); ?>"*/ ?>
<?php /*></div>*/ ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('extra-js'); ?>
<script src="/js/form.js"></script>
<script>
//Define form
var subscribeForm = new Form('subscribeForm', ['name', 'email', 'address', 'city', 'supportType']);
// Submit button
document.querySelector('#subscribeForm .submit').addEventListener('click', function () {
subscribeForm.validate();
if (subscribeForm.valid) subscribeForm.send();
});
</script>
<?php /*<script type="text/javascript" src="/js/googleMaps.js"></script>*/ ?>
<?php /*<script src="https://maps.googleapis.com/maps/api/js" type="text/javascript"></script>*/ ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', ['view' => 'contact'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>