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/quote/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/mcoil.corals.io/resources/views/front/quote/failed.blade.php
@extends('layouts.front.app')
@section('content')
@include('layouts.front.product-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>Error Occured!</h2>
                </div>
                <div class="row">
                    <div class="col-md-12">
                        <p><strong>Error occured in placing the order!</strong></p>
                        @if(session()->has('error'))
                        <p class="alert alert-danger alert-dismissible">
                            @if($message != ''){
                            {{ $message }}
                            @else
                                {{ session()->get('error') }}
                            @endif
                        </p>
                        @endif
                        <p><i class="fa fa-exclamation-circle font-150"></i></p>
                    </div>
                </div>
                <div class="row">
                    <div class="col-md-12">
                        <a href="{{ url()->previous() }}" class="btn btn-lg btn-block btn-send">Back to Order</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
@include('layouts.front.call-to-action-footer')
@endsection
@section('js')
@endsection

Spamworldpro Mini