Preview: refund-policy.blade.php
Size: 4.98 KB
/home/getspomw/itechservicellc.com/resources/views/frontend/refund-policy.blade.php
@extends('frontend.layouts.app')
@section('title', $title)
@section('meta_description', $desc)
@section('meta_keywords', $key)
@section('content')
<!-- Hero Section Start -->
<div class="breadcrumb-wrapper bg-cover"
style="background-image: url('{{asset('public/frontend/assets/new-images/banner.webp')}}');">
<div class="container">
<div class="page-heading">
<h1 class="wow fadeInUp" data-wow-delay=".3s"> Refund Policy</h1>
<ul class="breadcrumb-items wow fadeInUp" data-wow-delay=".5s">
<li class="py-2">
<a href="{{route('home')}}">
Home
</a>
</li>
<li class="py-2">
<i class="fas fa-chevron-right"></i>
</li>
<li class="py-2">
Refund Policy
</li>
</ul>
</div>
</div>
</div>
<!-- Service Section Start -->
<section class="Service-details-section mt-5 mb-5 fix">
<div class="container">
<div class="sertvice-details-wrapper">
<div class="service-details-content">
<h2> Refund Policy </h2>
<p>
At I-Tech Service, we are committed to delivering high-quality digital marketing services that help
your business grow. Your satisfaction is our priority, and we strive to provide services that meet
your expectations. Please read our refund policy carefully to understand how we handle
service-related concerns.
</p>
<h4 class="mt-3">1. Digital Services Nature</h4>
<p class="mt-3 mb-3">Our services include SEO, PPC, Social Media Marketing, Content Marketing, and other
digital marketing solutions. Since these services involve ongoing campaigns, strategies, and
measurable outcomes, they are considered service-based products rather than physical goods.</p>
<p class='mt-3 mb-3'>As a result, refunds are handled under specific circumstances outlined below.</p>
<h4 class="mt-2">2. Refund Eligibility</h4>
<p class="mt-3 mb-2"> Refunds may be considered only if:</p>
<ul>
<li class="py-2">Services were not delivered as per the agreed scope in the service contract.</li>
<li class="py-2">There was a clear failure on our part to perform the service.</li>
<li class="py-2">A written request is submitted within 7 business days of service delivery.</li>
</ul>
<p class="mt-3 mt-2">Please note that refunds will not be provided for:</p>
<ul>
<li class="py-2">Partial results or performance metrics not meeting client expectations.</li>
<li class="py-2">Services already completed or campaigns executed.</li>
<li class="py-2">Change of mind or dissatisfaction with results that are subjective in nature.</li>
</ul>
<h4 class="mt-2"> 3. Requesting a Refund</h4>
<p class="mt-3 mb-2"> To request a refund:</p>
<ul>
<li class="py-2">Contact us at {Insert Mail} with your service details and reason for refund.</li>
<li class="py-2">Our team will review your request and respond within 5 business days.</li>
<li class="py-2">If approved, the refund will be processed through the original payment method
within 7–10 business days.</li>
</ul>
<h4 class="mt-2">4.Modifications and Service Adjustments</h4>
<p class="mt-3 mb-2">Instead of a refund, we may offer:</p>
<ul>
<li>Service adjustments or corrections to meet the agreed deliverables.</li>
<li>Credit toward future services.</li>
</ul>
<p>Our goal is to ensure that every client receives maximum value from our digital marketing solutions
</p>
<h4 class="mt-2">5. Contact Us</h4>
<p class="mt-3 mb-2">
If you have questions regarding our refund policy or need assistance, please feel free to contact
us:
</p>
<p class="mb-2">
📧 <strong>Email:</strong>
<a href="mailto:info@itechservicellc.com" class="text-decoration-none">
info@itechservicellc.com
</a>
</p>
<!--
<p class="mb-1">
<strong>Phone:</strong> {Insert Number}
</p> -->
<p class="mt-3">
We value your trust and are committed to providing transparent and fair policies for all our
clients.
</p>
</div>
</div>
</div>
</section>
@endsection
Directory Contents
Dirs: 2 × Files: 18