관리-도구
편집 파일: terms-and-conditions.blade.php
@extends('theme.saintsaccessories.websiteEcom') @section('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>Terms and Conditions <br>Effective Date: 2023 </h2> <p>By accessing and using the ERAAS (Employment Resources As A Service) website and services, you agree to abide by these Terms and Conditions. Please read this document carefully before proceeding</p> </div> </div> </div> </div> </section> <!-- About banner Section End --> <section class="main-bullet-points new-bullts"> <div class="container"> <h2>Use of Services </h2> <div class="row"> <div class="bullet-points"> <ul> <li>You must use ERAAS services in compliance with all applicable laws and regulations.</li> <li>You are responsible for safeguarding your account credentials and any activities conducted under your account. </li> </ul> </div> </div> </div> </section> <section class="main-bullet-points"> <div class="container"> <h2>Privacy and Data</h2> <span>ERAAS values your privacy. Our data collection and use practices are outlined in our Privacy Policy.</span> </div> </section> <section class="main-bullet-points"> <div class="container"> <h2>Intellectual Property </h2> <span>All content, logos, trademarks, and intellectual property displayed on the ERAAS website are protected by copyright and other laws. You may not use, modify, or reproduce any of our content without prior written consent.</span> </div> </section> <section class="main-bullet-points"> <div class="container"> <h2>Links to Third-Party Websites</h2> <span>ERAAS may contain links to third-party websites. We are not responsible for the content or practices of these websites and encourage you to review their terms and conditions and privacy policies.</span> </div> </section> <section class="main-bullet-points"> <div class="container"> <h2>Limitation of Liability</h2> <span>ERAAS makes no warranties or representations regarding the accuracy, completeness, or reliability of the information provided. We are not liable for any direct, indirect, or consequential damages or losses arising from your use of our services.</span> </div> </section> <section class="main-bullet-points"> <div class="container"> <h2>Changes to Terms and Conditions</h2> <span>ERAAS may update these Terms and Conditions from time to time. Any changes will be posted on this page with the updated effective date. We encourage you to review these terms regularly. </span> </div> </section> <section class="main-bullet-points"> <div class="container"> <h2>Termination </h2> <span>ERAAS reserves the right to suspend or terminate your account if you violate these terms or engage in any activities that may harm our services, reputation, or other users.</span> </div> </section> <section class="main-bullet-points"> <div class="container"> <h2>Governing Law</h2> <span>These Terms and Conditions are governed by and construed in accordance with the laws of the USA.</span> </div> </section> <section class="main-bullet-points"> <div class="container"> <h2>Contact Information</h2> <span>If you have questions or concerns regarding these Terms and Conditions, don't hesitate to get in touch with us.</span> </div> </section> @endsection