관리-도구
편집 파일: c3b4e00d5ebeaddff178fac55c67e6894e39fc16.php
<!DOCTYPE html> <?php $settings = App\Setting::all(); $logo = $settings->where('name','logo')->first(); $facebook = $settings->where('name','facebook_link')->first(); $twitter = $settings->where('name','twitter_link')->first(); $youtube = $settings->where('name','youtube_link')->first(); $linked_in = $settings->where('name','linked_in_link')->first(); ?> <html lang="en"> <head> <!-- Meta Tag --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name='copyright' content=''> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Title Tag --> <title><?php echo e(isset($seo_title) ? $seo_title : get_option('site_title', config('app.name'))); ?></title> <meta name="keywords" content="<?php echo e(isset($meta_keywords) ? $meta_keywords : get_option('meta_keywords')); ?>"/> <meta name="description" content="<?php echo e(isset($meta_description) ? $meta_description : get_option('meta_description')); ?>"/> <!-- Favicon --> <link rel="icon" type="image/png" href="<?php echo e(get_favicon()); ?>"> <!-- Web Font --> <link href="https://fonts.googleapis.com/css?family=Poppins:200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap" rel="stylesheet"> <!-- StyleSheet --> <!-- Bootstrap --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/bootstrap.css')); ?>"> <!-- Magnific Popup --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/magnific-popup.min.css')); ?>"> <!-- Font Awesome --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/font-awesome.css')); ?>"> <!-- Fancybox --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/jquery.fancybox.min.css')); ?>"> <!-- Themify Icons --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/themify-icons.css')); ?>"> <!-- Nice Select CSS --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/niceselect.css')); ?>"> <!-- Animate CSS --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/animate.css')); ?>"> <!-- Flex Slider CSS --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/flex-slider.min.css')); ?>"> <!-- Jquery Ui --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/jquery-ui.css')); ?>"> <!-- Owl Carousel --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/owl-carousel.css')); ?>"> <!-- Slicknav --> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/slicknav.min.css')); ?>"> <link href="<?php echo e(asset('public/backend/plugins/jquery-toast-plugin/jquery.toast.min.css')); ?>" rel="stylesheet" /> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/reset.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/style.css?v=1.1')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('public/theme/default/css/responsive.css?v=1.1')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('public/theme/saintsaccessories/css/style.css?v=1.6')); ?>"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.css" id="theme-styles" /> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"> <Style> .twitter-typeahead{width:100%;} .banner { height: 40vh; } .section__bg--gradients::after { background: black; } .cta-about { background: black !important; } .cta-about p {color:white;} .my-account-ul{ gap:5px; } .login-logout-btn{ justify-content:flex-end; } .bxl-twitter { background-image: url(https://cdn-icons-png.flaticon.com/128/11823/11823292.png); width: 15px; height: 15px; background-size: 100%; } .bxl-twitter:before { content: ''; } .header-social-links .bxl-twitter {filter: invert(1);} section.main-bullet-points { padding: 20px 0px; } .modal-backdrop.show { display: none; } .feeback-form form input { display: block; width: 100%; padding: 6px 20px; margin: 5px 0px 20px 0px; } .feeback-form { padding: 40px; } .feeback-form .modal-body { max-height: 480px !important; } .feedback-btn { margin: 20px 0px 0px 0px; padding: 12px 20px; transition: all .6s ease; background: #1c1c1c; color: #fff; border-radius: 50px; border: 1px solid #1c1c1c; } .feedback-btn:hover { background: transparent; color: #1c1c1c; } button#openModalBtn { background: transparent; color: white; padding: 12px 33px; transition: all .7s ease-in-out; border-radius: 31px; box-shadow: inset 0 0 0px 0px white; display: block; } button#openModalBtn:hover { box-shadow: inset 0 0 20px 20px white; } </Style> <?php echo $__env->make('theme.default.components.custom_styles', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo $__env->make('layouts.others.languages', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8400552108177082" crossorigin="anonymous"></script> <script type="text/javascript"> var _url = "<?php echo e(url('')); ?>"; </script> </head> <body class="js"> <?php if(\Session::has('checkout_error')): ?> <div class="alert alert-danger rounded-0"> <a href="#" class="close" data-dismiss="alert" aria-label="close">×</a> <p class="text-center m-0 text-white"><?php echo e(session('checkout_error')); ?></p> </div> <?php endif; ?> <!-- Header --> <div class="header-top"> <div class="container"> <div class="row"> <div class="col-lg-6 col-md-7"> <div class="header-para"> <!--<p><?php echo e(get_option('header_text')); ?></p>--> </div> </div> <div class="col-lg-6 col-md-5"> <div class="header-social-links"> <ul> <li><a href="<?php echo e(get_option('facebook_link')); ?>"><i class='bx bxl-facebook-square'></i></a></li> <li><a href="<?php echo e(get_option('twitter_link')); ?>"><i class='bx bxl-twitter'></i></a></li> <li><a href="<?php echo e(get_option('youtube_link')); ?>"><i class='bx bxl-youtube'></i></a></li> <li><a href="<?php echo e(get_option('linkedin_link')); ?>"><i class='bx bxl-linkedin'></i></a></li> </ul> </div> </div> </div> </div> </div> <button class="btn01"><i class="fa fa-bars" aria-hidden="true"></i></button> <header class="header-main"> <div class="container"> <div class="row"> <div class="col-lg-1"> <div class="header-logo"> <a href="<?php echo e(url('/')); ?>"><img src="<?php echo e(get_logo()); ?>" alt=""></a> </div> </div> <div class="col-lg-8"> <div class="header-nav"> <ul> <li><a href="<?php echo e(url('/')); ?>">Home</a></li> <li><a href="<?php echo e(url('/employer')); ?>">Employer</a></li> <?php if(Auth::user()): ?> <?php if(Auth::user()->user_type == 'company'): ?> <li><a class="ct_comAbout" href="<?php echo e(url('/post-job?company='.Auth::user()->companyprofile->company_name)); ?>">Post a Job</a></li> <?php endif; ?> <?php else: ?> <li><a href="<?php echo e(url('/sign_in')); ?>">Post a Job</a></li> <?php endif; ?> <?php if(Auth::user()): ?> <?php if(Auth::user()->user_type == 'company'): ?> <li class="d-none" ><a href="<?php echo e(url('/jobs')); ?>">Jobs</a></li> <?php endif; ?> <?php else: ?> <li><a href="<?php echo e(url('/jobs')); ?>">Jobs</a></li> <?php endif; ?> <?php if(Auth::user()): ?> <?php if(Auth::user()->user_type == 'company'): ?> <li ><a href="<?php echo e(url('/all-users')); ?>">Job Seekers</a></li> <?php endif; ?> <?php else: ?> <?php endif; ?> <li><a href="<?php echo e(url('/about')); ?>">About Us</a></li> <li><a href="<?php echo e(url('/blogs')); ?>">Blogs</a></li> <li><a href="<?php echo e(url('/contact')); ?>">Contact us</a></li> <li><a href="<?php echo e(url('/getagig')); ?> ">Get A Gig</a></li> <li><a href="<?php echo e(url('/services-contractors')); ?>">Services and Contractors</a></li> </ul> </div> </div> <div class="col-lg-3"> <div class="header-btn login-logout-btn"> <!--<a href="#" class="login-btn">Login</a>--> <ul class="d-flex my-account-ul"> <?php if(! Auth::check()): ?> <li> <!--<i class="ti-lock"></i>--> <a class="theme-light" href="<?php echo e(url('/sign_in')); ?>"><?php echo e(_lang('Login')); ?></a> </li> <!--<i class="ti-lock"></i>--> <?php if(Request::is('employeer')): ?> <?php if(Auth::user()): ?> <?php if(Auth::user()->user_type == 'company'): ?> <li><a class="theme-light" href="<?php echo e(url('/post-job?company='.Auth::user()->companyprofile->company_name)); ?>">Post a Job</a></li> <li><a class="theme-light" href="<?php echo e(url('/profiles/'.Auth::user()->companyprofile->company_name)); ?>"><?php echo e(_lang("Profile")); ?></a></li> <?php endif; ?> <?php else: ?> <li><a class="theme-light" href="<?php echo e(url('/sign_in')); ?>">Post a Job</a></li> <?php endif; ?> <?php else: ?> <li><a class="theme-light" href="<?php echo e(url('/sign_up')); ?>"><?php echo e(_lang('Sign Up')); ?></a></li> <?php endif; ?> <?php else: ?> <?php if(Auth::user()->companyprofile): ?> <li> <?php if(Auth::user()->user_type == 'company'): ?> <?php if(request()->segment( count( request()->segments() ) ) == 'home'): ?> <a class="theme-light" href="<?php echo e(url('/profiles/'.Auth::user()->companyprofile->company_name)); ?>"><?php echo e(_lang("Profile")); ?></a></li> <?php else: ?> <?php if(Request::is('employeer')): ?> <li><a class="theme-light" href="<?php echo e(url('/post-job?company='.Auth::user()->companyprofile->company_name)); ?>"><?php echo e(_lang('Post a Job')); ?></a></li> <?php else: ?> <!--<li><a class="theme-light" href="<?php echo e(url('/')); ?>"><?php echo e(_lang("Visit Site")); ?></a></li>--> <a class="theme-light" href="<?php echo e(url('/profiles/'.Auth::user()->companyprofile->company_name)); ?>"><?php echo e(_lang("Profile")); ?></a></li> <?php endif; ?> <?php endif; ?> <?php else: ?> <?php if(Request::is('employeer')): ?> <li><a class="theme-light" href="<?php echo e(url('/post-job?company='.Auth::user()->companyprofile->company_name)); ?>"><?php echo e(_lang('Post a Job')); ?></a></li> <?php else: ?> <li><a class="theme-light" href="<?php echo e(url('/profiles/'.Auth::user()->companyprofile->company_name)); ?>"><?php echo e(_lang("Profile")); ?></a></li> <?php endif; ?> <?php endif; ?> <li> <?php else: ?> <li> <!--<i class="ti-user"></i> --> <a class="theme-light" href="<?php echo e(url('/user-profile/'.Auth::user()->id)); ?>"><?php echo e(_lang('Profile')); ?></a></li> <li> <?php endif; ?> <!--<i class="ti-power-off"></i>--> <a class="theme-light" href="<?php echo e(url('/sign_out')); ?>"><?php echo e(_lang('Logout')); ?></a></li> <?php endif; ?> </ul> <!--<a href="#" class="theme-light">Register</a>--> </div> </div> </div> </div> </header> <!--/ End Header --> <!--header offanvas--> <!-- <main>--> <!-- <hgroup>--> <!-- <h1>Off-Canvas Menu</h1>--> <!-- </hgroup>--> <!--</main>--> <div id="toast"></div> <nav class="side-slide"> <div class="container"> <div class="slide-logo"> <div class="header-logo slide-off-logo"> <a href="<?php echo e(url('/')); ?>"><img src="<?php echo e(get_logo()); ?>" alt=""></a> </div> <div class="slide-cross"> <h3 class="nav01">x</h3> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="header-nav block-section" > <ul> <li><a href="<?php echo e(url('/')); ?>">Home</a></li> <li><a href="<?php echo e(url('/employeer')); ?>">Employer</a></li> <li><a href="<?php echo e(url('/jobs')); ?>">Jobs</a></li> <li><a href="<?php echo e(url('/all-users')); ?>">Jobs Seekers</a></li> <li><a href="<?php echo e(url('/about')); ?>">About Us</a></li> <li><a href="<?php echo e(url('/blogs')); ?>">Blogs</a></li> <li><a href="<?php echo e(url('/contact')); ?>">Contact us</a></li> <li><a href="#">Get A Gig</a></li> <li><a href="<?php echo e(url('/services-contractors')); ?>">Services and Contractors</a></li> </ul> </div> </div> </div> </div> </nav> <?php echo $__env->yieldContent('content'); ?> <!-- Quick View Shop --> <div class="modal fade" id="quickShop" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span class="ti-close" aria-hidden="true"></span></button> </div> <div class="modal-body"> </div> </div> </div> </div> <!-- Quick View Shop end --> <!-- Subscribe to our letter section Start --> <section class="our-letter"> <div class="container"> <div class="row"> <div class="col-lg-6"> <div class="subscribe-txt"> <h4>Subscribe To Our Newsletter</h4> <p>Advertise your jobs to millions of monthly users and search 15.8 million CVs in our database.</p> </div> </div> <div class="col-lg-6"> <form action="<?php echo e(url('subscribe_newsletter_store')); ?>" method="POST"> <?php echo csrf_field(); ?> <div class="input-email"> <input type="email" name="email" placeholder="Your Email Address" required> <input type="hidden" name="id" value="<?php echo e((Auth::check())? Auth::user()->id : 0); ?>"> <!--<a href="">Subscribe</a>--> <button>Subscribe</button> </div> </form> </div> </div> </div> </section> <!-- Subscribe to our letter section End --> <div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content feeback-form"> <div class="modal-header"> <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> </div> <div class="modal-body"> <h1>Feedback Form</h1> <form action="<?php echo e(route('feedback.store')); ?>" id="feedbackForm" method="POST"> <?php echo csrf_field(); ?> <label for="name">Name:</label> <input type="text" id="name" name="fd_name" required> <label for="email">Email:</label> <input type="email" id="email" name="fd_email" required> <label for="message">Feedback:</label> <textarea id="message" name="fd_feedback" rows="5" required></textarea> <button class="feedback-btn" type="submit">Submit Feedback</button> </form> </div> </div> </div> </div> <!-- Testimonials Section Start --> <!--<section class="our-customer">--> <!-- <div class="testimonial-txt">--> <!-- <h2>Testimonials From Our Customers</h2>--> <!-- <p>Repellendus quasi sapiente dolorem veniam corporis cumque laboriosam nisi eaque earum, soluta ex nemo--> <!-- rerum velit. <br> consequatur amet aliquam nesciunt nemo, deserunt facilis. Duis aute irure dolor--> <!-- voluptate velit esse cillum </p>--> <!-- </div>--> <div class="container-fluid d-none"> <div class="testimonial-slider"> <div class=""> <div class="high-level"> <h5>High Level of Quality</h5> <p>Repellendus quasi sapiente dolorem veniam corporis cumque laboriosam nisi eaque earum, soluta ex nemo rerum velit. consequatur amet aliquam nesciunt nemo, deserunt facilis. Duis aute irure dolor voluptate velit esse cillum Repellendus quasi sapiente dolorem veniam corporis cumque laboriosam nisi eaque earum, soluta ex nemo rerum velit. consequatur amet aliquam nesciunt nemo, deserunt facilis.</p> <div class="customer"> <img src="<?php echo e(asset('public/theme/saintsaccessories/images/customer-img.png')); ?>" alt=""> <div class="customer-txt"> <h4>Ronald Richards</h4> <p>Senior Designer</p> </div> </div> </div> </div> <div class=""> <div class="high-level"> <h5>High Level of Quality</h5> <p>Repellendus quasi sapiente dolorem veniam corporis cumque laboriosam nisi eaque earum, soluta ex nemo rerum velit. consequatur amet aliquam nesciunt nemo, deserunt facilis. Duis aute irure dolor voluptate velit esse cillum Repellendus quasi sapiente dolorem veniam corporis cumque laboriosam nisi eaque earum, soluta ex nemo rerum velit. consequatur amet aliquam nesciunt nemo, deserunt facilis.</p> <div class="customer"> <img src="<?php echo e(asset('public/theme/saintsaccessories/images/customer-img.png')); ?>" alt=""> <div class="customer-txt"> <h4>Ronald Richards</h4> <p>Senior Designer</p> </div> </div> </div> </div> <div class=""> <div class="high-level"> <h5>High Level of Quality</h5> <p>Repellendus quasi sapiente dolorem veniam corporis cumque laboriosam nisi eaque earum, soluta ex nemo rerum velit. consequatur amet aliquam nesciunt nemo, deserunt facilis. Duis aute irure dolor voluptate velit esse cillum Repellendus quasi sapiente dolorem veniam corporis cumque laboriosam nisi eaque earum, soluta ex nemo rerum velit. consequatur amet aliquam nesciunt nemo, deserunt facilis.</p> <div class="customer"> <img src="<?php echo e(asset('public/theme/saintsaccessories/images/customer-img.png')); ?>" alt=""> <div class="customer-txt"> <h4>Ronald Richards</h4> <p>Senior Designer</p> </div> </div> </div> </div> <div class=""> <div class="high-level"> <h5>High Level of Quality</h5> <p>Repellendus quasi sapiente dolorem veniam corporis cumque laboriosam nisi eaque earum, soluta ex nemo rerum velit. consequatur amet aliquam nesciunt nemo, deserunt facilis. Duis aute irure dolor voluptate velit esse cillum Repellendus quasi sapiente dolorem veniam corporis cumque laboriosam nisi eaque earum, soluta ex nemo rerum velit. consequatur amet aliquam nesciunt nemo, deserunt facilis.</p> <div class="customer"> <img src="<?php echo e(asset('public/theme/saintsaccessories/images/customer-img.png')); ?>" alt=""> <div class="customer-txt"> <h4>Ronald Richards</h4> <p>Senior Designer</p> </div> </div> </div> </div> </div> </div> <!--</section>--> <!-- Testimonials Section End --> <!-- Start Footer Area --> <!-- Footer Top --> <footer class="footer-main"> <div class="container"> <div class="row"> <div class="col-lg-5"> <div class="footer-logo"> <a href="https://eraas.org"> <img src="https://eraas.org/public/uploads/media/logo.png" alt="#"> </a> <p><?php echo get_trans_option('footer_about_us'); ?></p> <ul> <li><a href="<?php echo e(get_option('twitter_link')); ?>" target="_blank"><i class='bx bxl-twitter'></i></a></li> <li><a href="<?php echo e(get_option('facebook_link')); ?>" target="_blank"><i class='bx bxl-facebook-square'></i></a></li> <li><a href="<?php echo e(get_option('linkedin_link')); ?>" target="_blank"><i class='bx bxl-linkedin'></i></a></li> <li><a href="<?php echo e(get_option('youtube_link')); ?>"target="_blank"><i class='bx bxl-youtube'></i></a></li> </ul> </div> </div> <!--<div class="col-lg-2 col-md-3">--> <!-- <div class="footer-links">--> <!-- <h4><?php echo e(get_trans_option('foter_text1')); ?></h4>--> <!-- <ul>--> <!-- <li><a href="<?php echo e(url('employer_services')); ?>">All Employers</a></li>--> <!-- <?php if(Auth::check()): ?>--> <!-- <?php if(Auth::user()->user_type == 'company'): ?>--> <!-- <li><a href="<?php echo e(url('/profiles/'.Auth::user()->name)); ?>">Employer Dashboard</a></li>--> <!-- <li><a href="<?php echo e(url('post-job?company='.Auth::user()->name)); ?>">Submit Job</a></li>--> <!-- <?php endif; ?>--> <!-- <?php endif; ?>--> <!--<li><a href="">Job Packages</a></li>--> <!-- <li><a href="<?php echo e(url('all-users')); ?>">Find Candidates</a></li>--> <!-- </ul>--> <!-- </div>--> <!--</div>--> <div class="col-lg-3 col-md-3"> <div class="footer-links"> <h4><?php echo e(get_trans_option('foter_text2')); ?></h4> <ul> <li><a href="<?php echo e(url('/')); ?>">Home</a></li> <li><a href="<?php echo e(url('about')); ?>">About Us</a></li> <!--<li><a href="">FAQ's</a></li>--> <!--<li><a href="">Our Testimonials</a></li>--> <li><a href="<?php echo e(url('contact')); ?>">Contact Us</a></li> <!--<li><a href="<?php echo e(url('pakages')); ?>">Pakages</a></li>--> <!--<li><a href="<?php echo e(url('jobproperty')); ?>">Job Property</a></li>--> </ul> </div> </div> <div class="col-lg-3 col-md-6"> <div class="contact-information"> <h4><?php echo e(get_trans_option('foter_text3')); ?></h4> <div class="contact-detail"> <div class="address-txt"> <span><i class="fa fa-location-arrow"></i></span> <h6>Address</h6> </div> <p><?php echo e(get_option('address')); ?></p> </div> <div class="contact-detail"> <div class="address-txt"> <span><i class='bx bxs-phone'></i></span> <h6>Phone Number</h6> </div> <p><?php echo e(get_option('phone')); ?></p> </div> <div class="contact-detail"> <div class="address-txt"> <span><i class="fa fa-envelope"></i></span> <h6>Email Address</h6> </div> <p><?php echo e(get_option('email')); ?></p> </div> <div class="contact-detail"> <button id="openModalBtn" data-bs-toggle="modal" data-bs-target="#exampleModal">Give Feedback</button> </div> </div> </div> <div class="col-lg-8"> <div class="copy-right"> <p><?php echo e(get_option('copyright_text')); ?></p> </div> </div> <div class="col-lg-4"> <div class="footer-term"> <a href="<?php echo e(route('termsAndConditions')); ?>">Terms & Conditions</a> <span>|</span> <a href="<?php echo e(route('privacypolicy')); ?>">Privacy Policy</a> </div> </div> </div> </div> </footer> <!-- End Footer Top --> <!-- /End Footer Area --> <script src="<?php echo e(asset('public/theme/saintsaccessories/js/bootstrap.min.js')); ?>"></script> <script src="<?php echo e(asset('public/theme/saintsaccessories/js/jquery.js')); ?>"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script> <script src="<?php echo e(asset('public/theme/saintsaccessories/js/slick.js')); ?>"></script> <script src="<?php echo e(asset('public/theme/saintsaccessories/js/wow.min.js')); ?>"></script> <script src="<?php echo e(asset('public/theme/saintsaccessories/js/app.js')); ?>"></script> <!-- Jquery --> <!--<script src="<?php echo e(asset('public/theme/saintsaccessories/js/jquery.js')); ?>"></script>--> <!--<script src="<?php echo e(asset('public/theme/default/js/jquery.min.js')); ?>"></script>--> <!--<script src="<?php echo e(asset('public/theme/default/js/jquery-migrate-3.0.0.js')); ?>"></script>--> <!--<script src="<?php echo e(asset('public/theme/default/js/jquery-ui.min.js')); ?>"></script>--> <!--<script src="<?php echo e(asset('public/theme/default/js/app.js')); ?>"></script>--> <!-- Popper JS --> <!--<script src="<?php echo e(asset('public/theme/default/js/popper.min.js')); ?>"></script>--> <!-- Bootstrap JS --> <!--<script src="<?php echo e(asset('public/theme/default/js/bootstrap.min.js')); ?>"></script>--> <!-- Slicknav JS --> <!--<script src="<?php echo e(asset('public/theme/default/js/slicknav.min.js')); ?>"></script>--> <!-- Owl Carousel JS --> <!--<script src="<?php echo e(asset('public/theme/default/js/owl-carousel.js')); ?>"></script>--> <!-- Magnific Popup JS --> <!--<script src="<?php echo e(asset('public/theme/default/js/magnific-popup.js')); ?>"></script>--> <!-- Waypoints JS --> <!--<script src="<?php echo e(asset('public/theme/default/js/waypoints.min.js')); ?>"></script>--> <!-- Countdown JS --> <!--<script src="<?php echo e(asset('public/theme/default/js/finalcountdown.min.js')); ?>"></script>--> <!-- Nice Select JS --> <!--<script src="<?php echo e(asset('public/theme/default/js/nicesellect.js')); ?>"></script>--> <!-- Flex Slider JS --> <!--<script src="<?php echo e(asset('public/theme/default/js/flex-slider.js')); ?>"></script>--> <!-- ScrollUp JS --> <!--<script src="<?php echo e(asset('public/theme/default/js/scrollup.js')); ?>"></script>--> <!-- Onepage Nav JS --> <!--<script src="<?php echo e(asset('public/theme/default/js/onepage-nav.min.js')); ?>"></script>--> <!-- Easing JS --> <!--<script src="<?php echo e(asset('public/theme/default/js/easing.js')); ?>"></script>--> <!--<script src="<?php echo e(asset('public/backend/plugins/jquery-toast-plugin/jquery.toast.min.js')); ?>"></script>--> <!--<script src="<?php echo e(asset('public/theme/default/js/typeahead.bundle.js')); ?>"></script>--> <!--<script src="<?php echo e(asset('public/backend/assets/js/print.js')); ?>"></script>--> <!-- Active JS --> <!--<script src="<?php echo e(asset('public/theme/default/js/active.js?v=1.2')); ?>"></script>--> <script> $(document).ready(function(){ $('#applyJobForm').on('submit', function(){ $('#confirmationModal').modal('show'); }); }); // Toggle Functionality const toggleBtn = document.querySelectorAll("[data-toggle-btn]"); toggleBtn.forEach((i) => { i.addEventListener("click", (e) => { const content = document.querySelector( `[data-toggle-content="${e.currentTarget.dataset.toggleBtn}"]` ); e.preventDefault(); i.classList.toggle("active"); content.classList.toggle("active"); }); }); </script> <?php if(session('success')): ?> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.js"></script> <script> Swal.fire( 'Good job!', '<?php echo e(session('success')); ?>', 'success' ) </script> <?php elseif(session('error')): ?> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.js"></script> <script> Swal.fire({ icon: 'error', title: 'Oops...', text: '<?php echo e(session('error')); ?>', footer: '' }) </script> <?php endif; ?> <script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/> <script type="text/javascript" src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script> <script> // const openModalBtn = document.getElementById('openModalBtn'); // const customModal = document.getElementById('customModal'); // const closeModalBtn = document.getElementById('closeModalBtn'); // const feedbackForm = document.getElementById('feedbackForm'); // const toast = document.getElementById('toast'); // // Open Modal Function // openModalBtn.addEventListener('click', () => { // customModal.style.display = 'block'; // }); // // Close Modal Function // closeModalBtn.addEventListener('click', () => { // customModal.style.display = 'none'; // }); // // Close Modal When Clicking Outside Modal Content // window.addEventListener('click', (event) => { // if (event.target == customModal) { // customModal.style.display = 'none'; // } // }); // // Form Submission // feedbackForm.addEventListener('submit', (event) => { // event.preventDefault(); // // You can add your form submission code here // // For example, send form data using AJAX // // and then show the toast // showToast('Thank you for your feedback!'); // customModal.style.display = 'none'; // }); // // Show Toast Function // function showToast(message) { // toast.textContent = message; // toast.className = 'show'; // setTimeout(() => { // toast.className = toast.className.replace('show', ''); // }, 3000); // } </script> <script> $(".test-slide").slick({ slidesToShow: 1, slidesToScroll: 1, autoplay: true, autoplaySpeed: 2000, centerMode: true, centerPadding: "350px", dots: false, arrows: false, }); $('.btn01').click(function() { $('.side-slide').animate({left: "0px"}, 200); }); $('h3.nav01').click(function() { $('.side-slide').animate({left: "-285px"}, 200); }); </script> <!-- Custom JS --> <?php echo $__env->yieldContent('js-script'); ?> </body> </html><?php /**PATH /home/eraas/public_html/resources/views/theme/saintsaccessories/websiteEcom.blade.php ENDPATH**/ ?>