관리-도구
편집 파일: b5cabac6732f0e10a1c3aef52f171d2ca9042418.php
<?php use App\Models\Jobpost; use App\Models\Company; if(!isset($filteredCompanies)){ $filteredCompanies = Company::where('status',1)->get(); } ?> <?php $__env->startSection('content'); ?> <!-- Find the perfect Employers Section Start --> <section class="perfect-employer"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="employer-txt"> <h2><?php echo e(get_trans_option('employer_title')); ?></h2> </div> <div class="employerkeyword-box"> <div class="row"> <div class="col-lg-4"> <form action="<?php echo e(url('/search-employers')); ?>"> <div class="company-title"> <input type="search" name="keyword" placeholder="Job Title or Keywords"> </div> </div> <div class="col-lg-4"> <div class="city-postcode"> <span><i class='bx bx-map'></i></span> <input type="text" name="city" placeholder="City or postcode"> </div> </div> <div class="col-lg-4"> <div class="location-search"> <div class="location-selects"> <span><i class='bx bx-world'></i></span> <select name="location"> <option value="">All Location</option> <option value="United Kingdom">United Kingdom</option> <option value="United States">United States</option> <option value="Europe">Europe</option> </select> </div> <div class="job-searchs"> <button type="submit"><span><i class='bx bx-search'></i></span></button> </div> </form> </div> </div> </div> </div> </div> </div> </div> </section> <!-- Find the perfect Employers Section End --> <!-- Search by Category section Start --> <section class="search-categorys"> <div class="employ-txt"> <h2><?php echo e(get_trans_option('categorie_page_title')); ?></h2> <div class="sub-para-general"><p><?php echo get_trans_option('categorie_page_content'); ?></p></div> </div> <div class="container-fluid"> <div class="row category-slider"> <div class="Business-Development"> <img src="<?php echo e(asset('public/theme/saintsaccessories/images/Icon-awesome-business-time.png')); ?>" alt=""> <h4>Business <br> Development</h4> <p>1 Open Positions</p> </div> <div class="Business-Development"> <img src="<?php echo e(asset('public/theme/saintsaccessories/images/Icon-awesome-code.png')); ?>" alt=""> <h4>Website <br> Development</h4> <p>242 Open Positions</p> </div> <div class="Business-Development"> <img src="<?php echo e(asset('public/theme/saintsaccessories/images/Icon-map-accounting.png')); ?>" alt=""> <h4>Accounting <br> & Finance</h4> <p>62 Open Positions</p> </div> <div class="Business-Development"> <img src="<?php echo e(asset('public/theme/saintsaccessories/images/Icon-awesome-chart-bar.png')); ?>" alt=""> <h4>Marketing & <br> Communication</h4> <p>550 Open Positions</p> </div> <div class="Business-Development"> <img src="<?php echo e(asset('public/theme/saintsaccessories/images/Icon-awesome-lightbulb.png')); ?>" alt=""> <h4>Creative <br> Design</h4> <p>1023 Open Positions</p> </div> <div class="Business-Development"> <img src="<?php echo e(asset('public/theme/saintsaccessories/images/Icon-awesome-business-time.png')); ?>" alt=""> <h4>Business <br> Development</h4> <p>1 Open Positions</p> </div> <div class="Business-Development"> <img src="<?php echo e(asset('public/theme/saintsaccessories/images/Icon-awesome-code.png')); ?>" alt=""> <h4>Website <br> Development</h4> <p>242 Open Positions</p> </div> <div class="Business-Development"> <img src="<?php echo e(asset('public/theme/saintsaccessories/images/Icon-map-accounting.png')); ?>" alt=""> <h4>Accounting <br> & Finance</h4> <p>62 Open Positions</p> </div> <div class="Business-Development"> <img src="<?php echo e(asset('public/theme/saintsaccessories/images/Icon-awesome-chart-bar.png')); ?>" alt=""> <h4>Marketing & <br> Communication</h4> <p>550 Open Positions</p> </div> <div class="Business-Development"> <img src="<?php echo e(asset('public/theme/saintsaccessories/images/Icon-awesome-lightbulb.png')); ?>" alt=""> <h4>Creative <br> Design</h4> <p>1023 Open Positions</p> </div> </div> </div> </section> <!-- Search by Category section End --> <!-- JOB Offers section Start --> <!--THIS SECTION IS IN ALL USERS PAGE--> <!-- JOB Offers 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/employer_services.blade.php ENDPATH**/ ?>