30 lines
1.2 KiB
PHP
30 lines
1.2 KiB
PHP
|
<?php $__env->startSection('main_content'); ?>
|
||
|
|
||
|
<section class="hero hero-page gray-bg padding-small">
|
||
|
<div class="container">
|
||
|
<div class="row d-flex">
|
||
|
<div class="col-lg-9 order-2 order-lg-1">
|
||
|
<h1>Order confirmed</h1>
|
||
|
</div>
|
||
|
<div class="col-lg-3 text-right order-1 order-lg-2">
|
||
|
<ul class="breadcrumb justify-content-lg-end">
|
||
|
<li class="breadcrumb-item"><a href="<?php echo e(url('')); ?>">Home</a></li>
|
||
|
<li class="breadcrumb-item active">Order confirmed</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
<!-- Checout Forms-->
|
||
|
<section class="checkout">
|
||
|
<div class="container">
|
||
|
<div class="confirmation-icon"><i class="fa fa-check"></i></div>
|
||
|
<h2>Thank you, Julie. Your order is confirmed.</h2>
|
||
|
<p class="mb-5">Your order hasn't shipped yet but we will send you ane email when it does.</p>
|
||
|
<p> <a href="<?php echo e(url('shop').'/'.'checkout'); ?>" class="btn btn-template wide">View or manage your order</a></p>
|
||
|
</div>
|
||
|
</section>
|
||
|
|
||
|
<?php $__env->stopSection(); ?>
|
||
|
|
||
|
<?php echo $__env->make('master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
|