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/d8431da75ccecfba21a7f5b120d75aa0.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) ? 'pservices-1': 'pservices-2'); ?>" 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; ?>
<?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 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/page.blade.php ENDPATH**/ ?>

Spamworldpro Mini