관리-도구
편집 파일: terms.blade.php
@extends('layouts.appss') @section('content') <main> <!-- BREADCRUMB SECTION START --> <div class="ul-container"> <div class="ul-breadcrumb"> <h2 class="ul-breadcrumb-title">Terms & Condition</h2> <div class="ul-breadcrumb-nav"> <a href="/"><i class="flaticon-home"></i> Home</a> <i class="flaticon-arrow-point-to-right"></i> <span class="current-page">Terms & Condition</span> </div> </div> </div> <!-- BREADCRUMB SECTION END --> <!-- TERMS AND CONDITIONS SECTION START --> <div class="ul-inner-page-container my-0"> <section class="ul-about"> <div class="row row-cols-1 align-items-center ul-bs-row"> <div class="col"> <div class="ul-about-txt"> <p><strong>Welcome to Sewdle Boutique</strong></p> <p> By accessing or using the Sewdle Boutique website, you agree to comply with and be bound by the following Terms and Conditions. Please read them carefully before using our services. </p> <p><strong>1. General</strong></p> <p> Sewdle Boutique is an online platform that offers women’s clothing and fashion products. By placing an order on our website, you confirm that you are at least 18 years old or using the site under the supervision of a parent or guardian. </p> <p><strong>2. Product Information</strong></p> <p> We try our best to ensure that all product descriptions, images, and prices displayed on our website are accurate. However, slight variations in color, fabric texture, or appearance may occur due to lighting or screen settings. </p> <p><strong>3. Pricing</strong></p> <p> All prices listed on the website are in the applicable currency and are subject to change without prior notice. Sewdle Boutique reserves the right to correct any pricing errors. </p> <p><strong>4. Orders</strong></p> <p> Once an order is placed, you will receive an order confirmation email. Sewdle Boutique reserves the right to cancel or refuse any order if there is an issue with payment, product availability, or incorrect pricing. </p> <p><strong>5. User Responsibilities</strong></p> <p> You agree not to misuse the website, attempt unauthorized access, or engage in any activity that may harm the website or other users. </p> <p><strong>6. Intellectual Property</strong></p> <p> All content on the Sewdle Boutique website including images, logos, text, and designs belongs to Sewdle Boutique and may not be copied or reused without permission. </p> <p><strong>7. Changes to Terms</strong></p> <p> Sewdle Boutique may update these terms from time to time. Continued use of the website means you accept the updated terms. </p> <p><strong>8. Governing Law and Jurisdiction</strong></p> <p> These Terms and Conditions shall be governed by and interpreted in accordance with the laws of India. Any disputes arising out of or related to the use of the Sewdle Boutique website or services shall be subject to the exclusive jurisdiction of the courts located in Kerala, India. </p> </div> </div> </div> </section> </div> <!-- TERMS AND CONDITIONS SECTION END --> <!-- MORE ABOUT US SECTION START --> <!-- <div class="ul-inner-page-container mb-0"> <div class="ul-more-about"> <div class="ul-more-about-heading"> <h2 class="ul-section-title">Quality is our priority</h2> <p class="ul-more-about-heading-descr">Our talented stylists have put together outfits that are perfect for the season. They’ve variety of ways to inspire your next fashion-forward look.</p> </div> <div class="row row-cols-lg-3 row-cols-sm-2 row-cols-1 ul-more-about-row"> <div class="col"> <div class="ul-more-about-point"> <h3 class="ul-more-about-point-title">Rending Design</h3> <p class="ul-more-about-point-descr">Vestibulum quis lobortis mauris. Donec molestie porta nibh quis tristique. Vivamus pharetra pretium augue a tempus. Nunc eu lorem quis ex vestibulum dignissim accumsan id velit.</p> </div> </div> <div class="col"> <div class="ul-more-about-point"> <h3 class="ul-more-about-point-title">Multiple Sizes</h3> <p class="ul-more-about-point-descr">Vestibulum quis lobortis mauris. Donec molestie porta nibh quis tristique. Vivamus pharetra pretium augue a tempus. Nunc eu lorem quis ex vestibulum dignissim accumsan id velit.</p> </div> </div> <div class="col"> <div class="ul-more-about-point"> <h3 class="ul-more-about-point-title">High Quality Matters</h3> <p class="ul-more-about-point-descr">Vestibulum quis lobortis mauris. Donec molestie porta nibh quis tristique. Vivamus pharetra pretium augue a tempus. Nunc eu lorem quis ex vestibulum dignissim accumsan id velit.</p> </div> </div> </div> </div> </div> --> <!-- MORE ABOUT US SECTION END --> <!-- REVIEWS SECTION START --> <!-- REVIEWS SECTION END --> </main> @endsection