관리-도구
편집 파일: 33b11cd2804d37eed145f4457b071288ae0b6365.php
<style> section.getagig_sec { padding: 10px 0 100px 0; } section.getagig_sec .how-work-txt h2 { color: black; padding: 30px 0 0 0; } .gig_images { padding: 15px 14px; } </style> <?php $__env->startSection('content'); ?> <!-- About banner Section start --> <section class="about-banner"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="about-banner-txt"> <h2>GET A GIG</h2> <p>Welcome to the Ultimate Gig Worker Hub! Whether you're looking for the best-paying gigs, flexible hours, or the perfect side hustle, we've got you covered. Explore detailed insights, user ratings, and direct links to the most popular gig apps and websites. Start your journey towards financial freedom and flexible work today with our expert recommendations and curated resources!</p> </div> </div> </div> </div> </section> <!-- About banner Section End --> <section class="getagig_sec" > <div class="container"> <div class="how-work-txt"> <h2>Top Gigs</h2> </div> <div class="row" > <?php $__currentLoopData = App\Gig::all(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $data): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4" > <div class="gig_images" > <a href="<?php echo e($data->link); ?>" > <img src="<?php echo e(asset('storage/app/' . $data->image)); ?>"> <!--<img src="<?php echo e(asset('public/theme/saintsaccessories/images/gig1.png')); ?>" >--> </a> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <!--<div class="col-lg-4" >--> <!-- <div class="gig_images" >--> <!-- <img src="<?php echo e(asset('public/theme/saintsaccessories/images/gig2.png')); ?>" >--> <!-- </div>--> <!--</div>--> <!--<div class="col-lg-4" >--> <!-- <div class="gig_images" >--> <!-- <img src="<?php echo e(asset('public/theme/saintsaccessories/images/gig3.png')); ?>" >--> <!-- </div>--> <!--</div>--> <!--<div class="col-lg-4" >--> <!-- <div class="gig_images" >--> <!-- <img src="<?php echo e(asset('public/theme/saintsaccessories/images/gig4.png')); ?>" >--> <!-- </div>--> <!--</div>--> <!--<div class="col-lg-4" >--> <!-- <div class="gig_images" >--> <!-- <img src="<?php echo e(asset('public/theme/saintsaccessories/images/gig5.png')); ?>" >--> <!-- </div>--> <!--</div>--> <!--<div class="col-lg-4" >--> <!-- <div class="gig_images" >--> <!-- <img src="<?php echo e(asset('public/theme/saintsaccessories/images/gig6.png')); ?>" >--> <!-- </div>--> <!--</div>--> </div> </div> </section> <!-- How it’s works Section Start --> <section class="how-work"> <div class="how-work-txt"> <h2><?php echo e(get_trans_option('howworktitle')); ?></h2> <p><?php echo get_trans_option('howworkcontent'); ?> </p> </div> <div class="container"> <div class="row"> <div class="col-lg-4"> <div class="work-variety"> <img src="<?php echo e(get_option('howboximg1') != '' ? asset('public/uploads/media/'.get_option('howboximg1')) : asset('public/theme/default/images/no-banner.jpg')); ?>" alt="#"> <h3><?php echo e(get_trans_option('howworkboxtitle1')); ?></h3> <p><?php echo get_trans_option('howworkcontent1'); ?></p> </div> </div> <div class="col-lg-4"> <div class="work-variety"> <img src="<?php echo e(get_option('howboximg2') != '' ? asset('public/uploads/media/'.get_option('howboximg2')) : asset('public/theme/default/images/no-banner.jpg')); ?>" alt="#"> <h3><?php echo e(get_trans_option('howworkboxtitle2')); ?></h3> <p><?php echo get_trans_option('howworkcontent2'); ?></p> </div> </div> <div class="col-lg-4"> <div class="work-variety"> <img src="<?php echo e(get_option('howboximg3') != '' ? asset('public/uploads/media/'.get_option('howboximg3')) : asset('public/theme/default/images/no-banner.jpg')); ?>" alt="#"> <h3><?php echo e(get_trans_option('howworkboxtitle3')); ?></h3> <p><?php echo get_trans_option('howworkcontent3'); ?></p> </div> </div> </div> </div> </section> <!-- How it’s works Section End --> <?php $__env->stopSection(); ?> <?php echo $__env->make('theme.saintsaccessories.websiteEcom', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/eraas/public_html/resources/views/theme/saintsaccessories/getagig.blade.php ENDPATH**/ ?>