Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/mcoil.corals.io/resources/views/front/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mcoil.corals.io/resources/views/front/checkout-success.blade.php
@extends('layouts.front.app')
@section('content')
@include('layouts.front.other-menu')
<section class="container content">
    <div class="row">
        <div class="col-md-12">
            <ul class="stepper stepper-horizontal">
                <li class="circle">
                    <a href="#!">
                        <span class="circle"><i class="fa fa-check"></i></span>
                        <span class="label">Delivery</span>
                    </a>
                </li>
                <li class="circle">
                    <a href="#!">
                        <span class="circle"><i class="fa fa-check"></i></span>
                        <span class="label">Payment</span>
                    </a>
                </li>
                <li class="active">
                    <a href="#!">
                        <span class="circle">3</span>
                        <span class="label">Confirmation</span>
                    </a>
                </li>
            </ul>
        </div>
    </div>
</section>
<section class="container content">
    <div class="row">
        <div class="col-md-6 col-md-offset-3">
            <div class="logincontainer text-center">
                <div class="header-lined">
                    <h2>Thank you for ordering!</h2>
                </div>
                <div class="row">
                    <div class="col-md-12">
                    	@if(Session::has('message'))
                    		<p><strong>{{ Session::get('message') }}</strong></p>
                    	@else
                        	<p><strong>Order placed Successfully!</strong></p>
                        @endif
                        <?php if(isset($delivery_date)){ ?>
                            <p>Delivery Date: <?php echo date("l jS \of F Y",strtotime($delivery_date)); ?></p>
                        <?php } ?>
                        <p><i class="fa fa-check-circle font-150 text-success"></i></p>
                    </div>
                </div>
                <div class="row">
                    <div class="col-md-12">
                        <a href="{{ route('accounts',['tab'=>'orders']) }}" class="btn btn-lg btn-block btn-send">Check Your Order</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
@include('layouts.front.call-to-action-footer')
@endsection

Spamworldpro Mini