Preview: terms.blade.php
Size: 3.63 KB
//proc/thread-self/root/home/getspomw/royalsquad.us/resources/views/frontend/terms.blade.php
@extends('includes.app')
@section('content')
<div class="breadcrumb-area shadow dark bg-fixed text-light"
style="background-image: url(public/assets/img/terms-policy.jpg);">
<div class="container">
<div class="row align-center">
<div class="col-lg-12">
<h1>Terms and Conditions</h1>
<p>Welcome to RoyalSquad! By accessing and using our website, you agree to the following terms and
conditions. Please read them carefully.</p>
</div>
</div>
</div>
</div>
<section class="privacy">
<div class="container">
<div class="privacy_box mt-5 mb-5">
<h2>Use of Website</h2>
<p>You agree to use this website for lawful purposes only. Any unlawful or prohibited use of the site may
result in suspension or termination of your account</p>
<h2>Product Information</h2>
<ul>
<li>We strive to provide accurate descriptions of products, including pricing and availability. However,
we do not guarantee that the information is error-free, and we reserve the right to correct any
mistakes or inaccuracies.
</li>
</ul><br>
<h2>Payment and Orders</h2>
<ul>
<li>All transactions made on our website are processed securely. By placing an order, you confirm that
the information provided is accurate, and you authorize us to charge the specified payment method.
</li>
<li>We reserve the right to cancel any order in case of fraud, payment issues, or if the product is out
of stock.</li>
</ul><br>
<h2>Marketing Methods</h2>
<ul>
<li>We implement strategic marketing solutions tailored to enhance visibility and engagement. Our
approach includes targeted advertising, content marketing, social media strategies, and search
engine optimization to ensure maximum reach and customer engagement.</li>
</ul><br>
<h2>Fulfillment Time Frame</h2>
<ul>
<li>Our fulfillment process ensures timely delivery of services and solutions.</li>
<li>Our TAT is 1 hour.During this time, we analyze requirements and provide the appropriate solution.
</li>
</ul><br>
<h2>Intellectual Property</h2>
<ul>
<li>The content on this website, including text, images, logos, and graphics, is protected by
intellectual property laws. You may not use any content from the website without our prior written
consent.</li>
</ul><br>
<h2>Limitation of Liability</h2>
<ul>
<li>We are not responsible for any direct, indirect, or consequential damages resulting from the use of
our website or products. You agree to use the website at your own risk.</li><br>
</ul>
<h2>Changes to Terms</h2>
<ul>
<li>We may update these terms from time to time, and any changes will be reflected on this page. By
continuing to use our website, you accept any modified terms.</li>
</ul>
</div>
</div>
</section>
@endsection
Directory Contents
Dirs: 1 × Files: 33