TKK_E32211602_2/resources/views/home/faq.blade.php

150 lines
7.8 KiB
PHP

@extends('layout.home')
@section('title', 'F.A.Q')
@section('content')
<!-- FAQ -->
<section class="section-wrap faq">
<div class="container">
<div class="row">
<div class="col-sm-9">
<h2 class="mb-20"><small>delivery questions</small></h2>
<div class="panel-group accordion mb-50" id="accordion-1">
<div class="panel">
<div class="panel-heading">
<a data-toggle="collapse" data-parent="#accordion-1" href="#collapse-1" class="minus">how to track my delivery?<span>&nbsp;</span>
</a>
</div>
<div id="collapse-1" class="panel-collapse collapse in">
<div class="panel-body">
Our Theme is a very slick and clean e-commerce template with endless possibilities. Creating an awesome website. Canna Theme is a very slick and clean e-commerce template with endless possibilities.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<a data-toggle="collapse" data-parent="#accordion-1" href="#collapse-2" class="plus">where can I find tracking number?<span>&nbsp;</span>
</a>
</div>
<div id="collapse-2" class="panel-collapse collapse">
<div class="panel-body">
We possess within us two minds. So far I have written only of the conscious mind. I would now like to introduce you to your second mind, the hidden and mysterious subconscious. Our subconscious mind contains such power and complexity that it literally staggers the imagination.And finally the subconscious is the mechanism through which thought impulses which are repeated regularly with feeling and emotion are quickened, charged. Our subconscious mind contains such power and complexity that it literally staggers the imagination.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<a data-toggle="collapse" data-parent="#accordion-1" href="#collapse-3" class="plus">what delivery methods can I use?<span>&nbsp;</span>
</a>
</div>
<div id="collapse-3" class="panel-collapse collapse">
<div class="panel-body">
We possess within us two minds. So far I have written only of the conscious mind. I would now like to introduce you to your second mind, the hidden and mysterious subconscious. Our subconscious mind contains such power and complexity that it literally staggers the imagination.And finally the subconscious is the mechanism through which thought impulses which are repeated regularly with feeling and emotion are quickened, charged. Our subconscious mind contains such power and complexity that it literally staggers the imagination.
</div>
</div>
</div>
</div> <!-- end accordion -->
<h2 class="mb-20 mt-80"><small>payment questions</small></h2>
<div class="panel-group accordion mb-50" id="accordion-2">
<div class="panel">
<div class="panel-heading">
<a data-toggle="collapse" data-parent="#accordion-2" href="#collapse-4" class="minus">what payment methods do you accept?<span>&nbsp;</span>
</a>
</div>
<div id="collapse-4" class="panel-collapse collapse in">
<div class="panel-body">
Our Theme is a very slick and clean e-commerce template with endless possibilities. Creating an awesome website. Canna Theme is a very slick and clean e-commerce template with endless possibilities.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<a data-toggle="collapse" data-parent="#accordion-2" href="#collapse-5" class="plus">how to pay via credit card?<span>&nbsp;</span>
</a>
</div>
<div id="collapse-5" class="panel-collapse collapse">
<div class="panel-body">
We possess within us two minds. So far I have written only of the conscious mind. I would now like to introduce you to your second mind, the hidden and mysterious subconscious. Our subconscious mind contains such power and complexity that it literally staggers the imagination.And finally the subconscious is the mechanism through which thought impulses which are repeated regularly with feeling and emotion are quickened, charged. Our subconscious mind contains such power and complexity that it literally staggers the imagination.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<a data-toggle="collapse" data-parent="#accordion-2" href="#collapse-6" class="plus">what credit cards do you accept?<span>&nbsp;</span>
</a>
</div>
<div id="collapse-6" class="panel-collapse collapse">
<div class="panel-body">
We possess within us two minds. So far I have written only of the conscious mind. I would now like to introduce you to your second mind, the hidden and mysterious subconscious. Our subconscious mind contains such power and complexity that it literally staggers the imagination.And finally the subconscious is the mechanism through which thought impulses which are repeated regularly with feeling and emotion are quickened, charged. Our subconscious mind contains such power and complexity that it literally staggers the imagination.
</div>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<a data-toggle="collapse" data-parent="#accordion-2" href="#collapse-7" class="plus">how to pay via paypal?<span>&nbsp;</span>
</a>
</div>
<div id="collapse-7" class="panel-collapse collapse">
<div class="panel-body">
We possess within us two minds. So far I have written only of the conscious mind. I would now like to introduce you to your second mind, the hidden and mysterious subconscious. Our subconscious mind contains such power and complexity that it literally staggers the imagination.And finally the subconscious is the mechanism through which thought impulses which are repeated regularly with feeling and emotion are quickened, charged. Our subconscious mind contains such power and complexity that it literally staggers the imagination.
</div>
</div>
</div>
</div> <!-- end accordion -->
</div> <!-- end col -->
<aside class="sidebar col-sm-3">
<div class="contact-item">
<h6>Categories</h6>
<ul class="list-dividers">
<li>
<a href="#">Delivery</a>
</li>
<li>
<a href="#">Payment</a>
</li>
<li>
<a href="#">Support</a>
</li>
<li>
<a href="#">Common questions</a>
</li>
</ul>
</div>
<div class="contact-item">
<h6>Information</h6>
<ul>
<li>
<i class="fa fa-envelope"></i><a href="mailto:theme@support.com">theme@support.com</a>
</li>
<li>
<i class="fa fa-phone"></i><span>+1 (800) 888 5260 52 63</span>
</li>
<li>
<i class="fa fa-skype"></i><span>zennashop</span>
</li>
</ul>
</div>
</aside> <!-- end col -->
</div>
</div>
</section> <!-- end faq -->
@endsection