관리-도구
편집 파일: ship.blade.php
@extends('layouts.appss') @section('content') <main> <!-- BREADCRUMB SECTION START --> <div class="ul-container"> <div class="ul-breadcrumb"> <h2 class="ul-breadcrumb-title">Shipping Policy</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">Shipping Policy</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="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>Shipping Policy</strong></p> <p> At <strong>Sewdle Boutique</strong>, we aim to deliver your favorite outfits safely and on time. Our team works hard to ensure your order reaches you quickly and securely. </p> <p><strong>1. Processing Time</strong></p> <p> Orders are usually processed within <strong>1–3 business days</strong> after payment confirmation. Once your order is prepared and packed, it will be handed over to our delivery partner. </p> <p><strong>2. Delivery Time</strong></p> <p> Delivery times may vary depending on your location and courier service availability. </p> <p> <strong>Standard Delivery:</strong> 3–7 business days </p> <p><strong>3. Shipping Charges</strong></p> <p> Shipping charges, if applicable, will be displayed during checkout before you complete your order. This ensures full transparency in your purchase. </p> <p><strong>4. Delivery Delays</strong></p> <p> While we strive to deliver all orders on time, delays may occasionally occur due to weather conditions, courier service issues, remote locations, or public holidays. We appreciate your patience in such situations. </p> <p><strong>5. Order Tracking</strong></p> <p> Once your order has been shipped, you will receive the tracking details via <strong>Email or SMS</strong>. You can use these details to track the status of your shipment. </p> </div> </div> </div> </section> </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