Server IP : 173.249.157.85 / Your IP : 18.216.244.2 Web Server : Apache System : Linux server.frogzhost.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 User : econtech ( 1005) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/econtech/public_html/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('content'); ?> <!-- Inner Section Start --> <section class="inner-area parallax-bg" data-background="<?php echo e(asset('front/images/FnA_HD.jpg')); ?>" data-type="parallax" data-speed="3"> <div class="container"> <div class="section-content"> <div class="row"> <div class="col-12"> <h4><?php echo e($career->title); ?></h4> <p>Home <a href="#"><?php echo e($career->title); ?></a></p> </div> </div> </div> </div> </section> <!-- Inner Section End --> <!-- Projects Section Start --> <section class="projects-section"> <div class="container"> <div class="row"> <?php $__currentLoopData = $all_careers; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $one_career): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-md-6 col-lg-4"> <div class="projects-item style-2"> <div class="thumb"> <img src="<?php echo e(asset($one_career->image)); ?>" alt=""> <div class="content"> <!-- <div class="counter-item"> <h1>01</h1> </div> --> <h3><a href="<?php echo e(route('pages.second',['slug'=>'careers','slug2'=>$one_career->slug])); ?>"><?php echo e($one_career->title); ?></a></h3> </div> </div> <div class="text-bottom"> <p><?php echo substr($one_career->content,0, 81); ?></p> <a class="project-btn" href="<?php echo e(route('pages.second',['slug'=>'careers','slug2'=>$one_career->slug])); ?>">View Career</a> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.front', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>