Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/mcoil.corals.io/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mcoil.corals.io/storage/framework/views/fa5b2151a6ce3a67d07fbdde460aa6d2.php
<?php $__env->startSection('content'); ?>
<?php echo $__env->make('layouts.front.banner', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<div class="main-content">
<?php if(!empty($textBox1)): ?>
<div class="container">
    <div class="row">
        <?php if(empty($textBox1->image) && empty($textBox1->video_url)): ?>
        <div class="col-md-12">
            <h2 class="text-center bold"><?php echo e($textBox1->title); ?></h2>
            <?php echo $textBox1->content; ?>

            <?php if(!empty($textBox1->button_text) || !empty($textBox1->button_text2)): ?>
            <div class="row">
                <div class="col-md-12 text-center">
                <?php if(!empty($textBox1->button_text)): ?><a href="<?php echo e($textBox1->button_link); ?>" class="btn btn-subscribe btn-lg margin-top-20" title="<?php echo e($textBox1->button_text); ?>"><?php echo e($textBox1->button_text); ?></a> <?php endif; ?>
                <?php if(!empty($textBox1->button_text2)): ?><a href="<?php echo e($textBox1->button_link2); ?>" class="btn btn-dark btn-lg font-black margin-top-20" title="<?php echo e($textBox1->button_text2); ?>"><?php echo e($textBox1->button_text2); ?></a> <?php endif; ?>
                </div>
            </div>
            <?php endif; ?>
        </div>
        <?php else: ?>
        <div class="col-md-4">
            <?php if(!empty($textBox1->video_url)): ?>
            <video autoplay muted loop id="displayedVideo">
                <source src="<?php echo e($textBox1->video_url); ?>" type="video/mp4">
            </video>
            <?php elseif(empty($textBox1->video_url) && !empty($textBox1->image)): ?>
            <img class="img-fluid" src="<?php echo e(URL::to('/public')); ?>/img/images_uploaded/<?php echo e($textBox1->image); ?>" alt="<?php echo e($textBox1->img_meta_alt); ?>" />
            <?php endif; ?>
        </div>
        <div class="col-md-8">
            <div class="section-title">
                <h2><?php echo e($textBox1->title); ?></h2>
                <?php echo $textBox1->content; ?>

                <?php if(!empty($textBox1->button_text) || !empty($textBox1->button_text2)): ?>
                <div class="row">
                    <div class="col-md-12 text-center">
                    <?php if(!empty($textBox1->button_text)): ?><a href="<?php echo e($textBox1->button_link); ?>" class="btn btn-subscribe btn-lg margin-top-20" title="<?php echo e($textBox1->button_text); ?>"><?php echo e($textBox1->button_text); ?></a> <?php endif; ?>
                    <?php if(!empty($textBox1->button_text2)): ?><a href="<?php echo e($textBox1->button_link2); ?>" class="btn btn-dark btn-lg font-black margin-top-20" title="<?php echo e($textBox1->button_text2); ?>"><?php echo e($textBox1->button_text2); ?></a> <?php endif; ?>
                    </div>
                </div>
                <?php endif; ?>
            </div>
        </div>
        <?php endif; ?>
    </div>
</div>
<?php endif; ?>
<?php if(!empty($banner2)): ?>
<div class="container-fluid margin-top-30 margin-bottom-50" style="background: #fff url('<?php echo isset( $banner2 ) ? "/public/img/images_uploaded/" . $banner2->background_img: ''; ?>') no-repeat; background-size: cover; background-position: center; background-attachment: fixed; height: 255px; position: relative;">
    <div class="row">
        <div class="col-md-12 banner2nd">
            <div class="overlay-dark center-align-flexbox">
                <div>
                    <div class="col-md-12 text-center">
                        <?php echo (isset($banner2->content)) ? $banner2->content: ''; ?>

                        <?php if(!empty($banner2->button_text)): ?><a href="<?php echo e($banner2->link_button); ?>" class="btn btn-subscribe btn-lg" title="<?php echo e($banner2->button_text); ?>"><?php echo e($banner2->button_text); ?></a> <?php endif; ?>
                        <?php if(!empty($banner2->button_text2)): ?><a href="<?php echo e($banner2->button_link2); ?>" class="btn btn-dark btn-lg font-black" title="<?php echo e($banner2->button_text2); ?>"><?php echo e($banner2->button_text2); ?></a> <?php endif; ?>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<?php endif; ?>
<?php if(!empty($textBox2)): ?>
<div class="container">
    <div class="row">
        <?php if(empty($textBox2->image) && empty($textBox2->video_url)): ?>
        <div class="col-md-12">
            <h2 class="text-center bold"><?php echo e($textBox2->title); ?></h2>
            <?php echo $textBox2->content; ?>

            <?php if(!empty($textBox2->button_text) || !empty($textBox2->button_text2)): ?>
            <div class="row">
                <div class="col-md-12 text-center">
                <?php if(!empty($textBox2->button_text)): ?><a href="<?php echo e($textBox2->button_link); ?>" class="btn btn-subscribe btn-lg margin-top-20" title="<?php echo e($textBox2->button_text); ?>"><?php echo e($textBox2->button_text); ?></a> <?php endif; ?>
                <?php if(!empty($textBox2->button_text2)): ?><a href="<?php echo e($textBox2->button_link2); ?>" class="btn btn-dark btn-lg font-black margin-top-20" title="<?php echo e($textBox2->button_text2); ?>"><?php echo e($textBox2->button_text2); ?></a> <?php endif; ?>
                </div>
            </div>
            <?php endif; ?>
        </div>
        <?php else: ?>
        <div class="col-md-4">
            <?php if(!empty($textBox2->video_url)): ?>
            <video autoplay muted loop id="displayedVideo">
                <source src="<?php echo e($textBox2->video_url); ?>" type="video/mp4">
            </video>
            <?php elseif(empty($textBox2->video_url) && !empty($textBox2->image)): ?>
            <img class="img-fluid" src="<?php echo e(URL::to('/public')); ?>/img/images_uploaded/<?php echo e($textBox2->image); ?>" alt="<?php echo e($textBox2->img_meta_alt); ?>" />
            <?php endif; ?>
        </div>
        <div class="col-md-8">
            <div class="section-title">
                <h2><?php echo e($textBox2->title); ?></h2>
                <?php echo $textBox2->content; ?>

                <?php if(!empty($textBox2->button_text) || !empty($textBox2->button_text2)): ?>
                <div class="row">
                    <div class="col-md-12 text-center">
                    <?php if(!empty($textBox2->button_text)): ?><a href="<?php echo e($textBox2->button_link); ?>" class="btn btn-subscribe btn-lg margin-top-20" title="<?php echo e($textBox2->button_text); ?>"><?php echo e($textBox2->button_text); ?></a> <?php endif; ?>
                    <?php if(!empty($textBox2->button_text2)): ?><a href="<?php echo e($textBox2->button_link2); ?>" class="btn btn-dark btn-lg font-black margin-top-20" title="<?php echo e($textBox2->button_text2); ?>"><?php echo e($textBox2->button_text2); ?></a> <?php endif; ?>
                    </div>
                </div>
                <?php endif; ?>
            </div>
        </div>
        <?php endif; ?>
    </div>
</div>
<?php endif; ?>
<?php if(!empty($productServiceBoxes)): ?>
<?php $toggle = true ?>
<div class="container-fluid oil-boxes">
	<div class="row oil-products">
    <?php $__currentLoopData = $productServiceBoxes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $productService): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
    	<?php $imgPath = str_replace('/storage/', '/', $productService->background_img) ?>
        <div class="col-md-6 <?php echo e(($toggle) ? 'home-heating-oil': 'commercial-fuels'); ?>" style="background: url('<?php echo e(asset("/public/img/images_uploaded" . $imgPath)); ?>'); background-size:cover;">
    	    <div class="overlay-dark center-align-flexbox">
    	        <div class="row">
                    <?php if(!empty($productService->title)): ?>
                    <div class="col-md-12 text-center">
                        <h2 class="font-white bold"><?php echo e($productService->title); ?></h2>
    	            </div>
    	            <?php endif; ?>
    	            <?php if(!empty($productService->text)): ?>
    	            <div class="col-md-12 text-center">
    	                <div id="oil-second">
                            <p><?php echo e($productService->text); ?></p>
                        </div>
    	            </div>
    	            <?php endif; ?>
    	            <?php if(!empty($productService->link_button)): ?>
    	            <div class="col-md-12 text-center">
    	                <a href="<?php echo e(url('/') . $productService->link_button); ?>" title="<?php echo e($productService->title); ?>" class="btn btn-outline-light btn-rounded btn-lg"><?php echo e($productService->sub_title); ?></a>
    	            </div>
    	            <?php endif; ?>
    	        </div>
    	    </div>
    	</div>
    	<?php $toggle = !$toggle ?>
	<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
    </div>
</div>
<?php endif; ?>
<?php if(!empty($orderStepServiceBoxes)): ?>
<div class="container">
    <div class="row">
        <div class="col-md-12 text-center">
            <div class="wizard">
                <h3>Online oil ordering made easy in 4 steps!</h3>
                <div class="wizard-inner">
                    <div class="connecting-line"></div>
                    <div class="vertical-line">
                        <ul class="nav nav-tabs">
                	        <?php $__currentLoopData = $orderStepServiceBoxes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $orderService): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
							<li class="col-md-3">
							    <div class="row">
							        <div class="col-md-12">
							            <span class="round-tab"><?php echo e($key + 1); ?></span>
							        </div>
							    </div>
							    <div class="row">
							        <div class="col-md-12">
							            <h4><?php echo e($orderService->title); ?></h4>
							            <p class="stepmargin"><?php echo $orderService->text; ?></p>
							            <p>
							            	<?php $imgpath = str_replace('/storage/', '/', $orderService->background_img) ?>
							            	<img src="<?php echo e(asset('/public/img/images_uploaded/'.$imgpath)); ?>" alt="Step <?php echo e($key + 1); ?>" data-img="<?php echo e($orderService->background_img); ?>" />
							            </p>
							        </div>
							    </div>
							</li>
                	        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<?php endif; ?>
<div class="container">
    <div class="row margin-top-40">
        <div class="col-md-6">
            <h3 class="margin-top-40"><strong>Balbriggan Office</strong> - <?php echo e($contact_info['phone']); ?></h3>
            <p><?php echo e($contact_info['address']); ?></p>
            <?php if(!empty($contact_info['google_map'])): ?>
            <div class="mapouter">
                <div class="gmap_canvas">
                    <?php if(!empty($contact_info['opening_time'])): ?>
                    <iframe width="100%" height="250" id="gmap_canvas" src="<?php echo e($contact_info['google_map']); ?>" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
                    <?php else: ?>
                    <iframe width="100%" height="500" id="gmap_canvas" src="<?php echo e($contact_info['google_map']); ?>" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe>
                    <?php endif; ?>
                </div>
            </div>
            <?php endif; ?>
            <?php if(!empty($contact_info['opening_time'])): ?>
            <div class="col-md-12">
                <?php echo e($contact_info['opening_time']); ?>

            </div>
            <?php endif; ?>
            <div class="col-md-12">
                <ul class="footer-social margin-top-30">
                    <?php if($contact_info['facebook']): ?> <li><a href="<?php echo e($contact_info['facebook']); ?>" title="Follow us on Facebook"><i class="fa fa-facebook font-red" aria-hidden="true"></i></a></li><?php endif; ?>
                    <?php if($contact_info['twitter']): ?> <li><a href="<?php echo e($contact_info['twitter']); ?>" title="Follow us on Twitter"><i class="fa fa-twitter font-red" aria-hidden="true"></i></a></li><?php endif; ?>
                    <?php if($contact_info['instagram']): ?> <li><a href="<?php echo e($contact_info['instagram']); ?>" title="Follow us on Instagram"><i class="fa fa-instagram font-red" aria-hidden="true"></i></a></li><?php endif; ?>
                    <?php if($contact_info['linkedin']): ?> <li><a href="<?php echo e($contact_info['linkedin']); ?>" title="Follow us on Linkedin"><i class="fa fa-linkedin font-red" aria-hidden="true"></i></a></li><?php endif; ?>
                </ul>
            </div>
        </div>
        <div class="col-md-6 margin-top-40">
            <?php echo $__env->make('layouts.errors-and-messages', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
            <form method="post" action="<?php echo e(route('contact.submit')); ?>" accept-charset="utf-8" id="frm_add" class="form">
                <input type="hidden" id="enquiryto" name="enquiryto" value="Balbriggan Office" />
                <?php echo csrf_field(); ?>
                <input type="hidden" name="form_type" value="new-query">
                <div class="row">
                    <div class="col-sm-6 form-group">
                        <label for="name"> Full Name</label>
                        <div class="input-group">
                            <span class="input-group-addon"><i class="fa fa-user"></i></span>
                            <input placeholder="" class="form-control input-lg" id="name" maxlength="50" autocomplete="off" required="required" name="name" type="text" />
                        </div>
                    </div>
                    <div class="col-sm-6 form-group">
                        <label for="email"> Email</label>
                        <div class="input-group">
                            <span class="input-group-addon"><i class="fa fa-at"></i></span>
                            <input placeholder="" class="form-control input-lg" id="email" maxlength="50" autocomplete="off" required="required" name="email" type="email" />
                        </div>
                    </div>
                </div>
                <div class="row">
                    <div class="col-sm-6 form-group">
                        <label for="phone"> Phone</label>
                        <div class="input-group">
                            <span class="input-group-addon"><i class="fa fa-phone"></i></span>
                            <input placeholder="" class="form-control input-lg" id="phone" maxlength="20" autocomplete="off" required="required" name="phone" type="text" />
                        </div>
                    </div>
                    <div class="col-sm-6 form-group">
                        <label for="county"> County</label>
                        <div class="input-group">
                            <span class="input-group-addon"><i class="fa fa-map-marker"></i></span>
                            <input placeholder="" class="form-control input-lg" id="county" maxlength="50" autocomplete="off" name="county" type="text" />
                        </div>
                    </div>
                </div>
                <div class="row">
                    <div class="col-sm-12 form-group">
                        <label for="address"> Address</label>
                        <div class="input-group">
                            <span class="input-group-addon"><i class="fa fa-map-marker"></i></span>
                            <input placeholder="" class="form-control input-lg" id="address1" maxlength="50" autocomplete="off" name="address1" type="text" />
                        </div>
                    </div>
                </div>
                <div class="row">
                    <div class="col-sm-12 form-group">
                        <label for="name"> Message:</label>
                        <div class="input-group">
                            <span class="input-group-addon"><i class="fa fa-envelope"></i></span>
                            <textarea placeholder="" class="form-control input-lg" id="message" autocomplete="off" required="required" maxlength="6000" rows="7" name="message" cols="50"></textarea>
                        </div>
                    </div>
                </div>
                <div class="row">
                    <div class="col-sm-12">
                        <p class="font-red bold">Please agree to our privacy policy:</p>
                    </div>
                    <div class="col-sm-12">
                    <div class="form-group">
                    <div class="input-group">
                        <input type="checkbox" name="confirm" id="confirm" value="yes"> &nbsp; 
                        <label>By using this form you agree to our terms</label>
                    </div>
                    </div>
                    </div>
                </div>
                <div class="row">
                    <div class="col-sm-12 form-group">
                        <input type="hidden" name="recaptcha" id="recaptcha">
                        <button type="submit" class="btn btn-lg btn-block btn-send">Send</button>
                    </div>
                </div>
            </form>
        </div>
    </div>
</div>
<?php echo $__env->make('layouts.front.call-to-action-footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('js'); ?>
<script src="<?php echo e(asset('https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.1/jquery.validate.min.js')); ?>"></script>
<script src="https://www.google.com/recaptcha/api.js?render=<?php echo e(config('services.recaptcha.sitekey')); ?>"></script>

<script type="text/javascript">
$(document).ready(function () {
    grecaptcha.ready(function() {
             grecaptcha.execute('<?php echo e(config('services.recaptcha.sitekey')); ?>', {action: 'contact'}).then(function(token) {
                if (token) {
                  document.getElementById('recaptcha').value = token;
                }
             });
         });
    $.validator.addMethod("phonenumber", function(value) {var re = /^[\d\s()+-]+$/; return re.test(value);}, "Please enter a valid phone number");
    $('#frm_add').validate({
        errorPlacement: function(error, element) {
            if (element.parent('.input-group').length) {
                error.insertAfter(element.parent());
            } else {
                error.insertAfter(element);
            }
        },
        rules: {
			name: { required: true },
			email: { required: true, email: true },
			phone: { phonenumber: true, minlength: 7, maxlength: 19 },
			message: { required: true },
			confirm: { required: true }
		},
		messages: {
			name: { required: 'Please enter a full name' },
			email: { required: 'Please enter an email address', email: 'Please enter a valid email address' },
			phone: { phonenumber: 'Please enter a valid phone number' },
			message: { required: 'Please enter a message' },
			confirm: { required: 'Please confirm your agreement' }
		}
    });
});
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.front.app',['page_details' => $page_details], \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/corals/mcoil.corals.io/resources/views/front/contact.blade.php ENDPATH**/ ?>

Spamworldpro Mini