templates/website/refund.html.twig line 1
{% extends 'base.html.twig' %}
{% block header %}
{% include "website/header.html.twig" %}
{% endblock %}
{% block body %}
<section class="services section-bg mt-3 mb-3">
<div class="container">
<div class="section-title">
<h2>
Refund Policy
</h2>
<div class="row">
<div class="col-sm-8 text-j content">
<p>Thank you for choosing EmmKayGas.com. Please read this Refund Policy carefully before making any purchase.</p>
<h2>No Refunds</h2>
<p>We do not provide refunds for any products or services purchased through EmmKayGas.com.</p>
<p>By making a purchase, you acknowledge and agree that all sales are final and no refunds will be issued.</p>
<h2>Contact Us</h2>
<p>If you have any questions or concerns about this Refund Policy, please
<a href="https://emmkaygas.com/contact-us.html">contact us</a>.</p>
</div>
<div class="col-sm-4">
<img class="img-fluid rounded" src="{{ asset('') }}site/flame.jpg" alt="LPG Flame">
</div>
</div>
</div>
</div>
</section>
{% endblock %}