ok

Mini Shell

Direktori : /home2/selectio/www/myclassicfit.com/resources/views/web-views/
Upload File :
Current File : /home2/selectio/www/myclassicfit.com/resources/views/web-views/checkout-complete.blade.php

@extends('layouts.front-end.app')

@section('title',\App\CPU\translate('Order Complete'))

@push('css_or_js')
    <style>

        .spanTr {
            color: {{$web_config['primary_color']}};
        }

        .amount {
            color: {{$web_config['primary_color']}};
        }

        @media (max-width: 600px) {
            .orderId {
                margin- {{Session::get('direction') === "rtl" ? 'left' : 'right'}}: 91px;
            }
        }
        
        .__card .custom-file-label, .__card .card-header, .__card .form-control {
    border-color: rgb(25 28 29 / 48%) !important;
}
        /*  */
    </style>
@endpush

@section('content')
    <div class="container mt-5 mb-5 rtl __inline-53"
         style="text-align: {{Session::get('direction') === "rtl" ? 'right' : 'left'}};">
        <div class="row d-flex justify-content-center">
            <div class="col-md-10 col-lg-10">
                
                
               
                
                <div class="card">
                    @if(auth('customer')->check())
                        <div class=" p-5">
                            <div class="row">
                                <div class="col-md-6">
                                    <h5 class="font-black __text-20px">{{\App\CPU\translate('your_order_has_been_placed_successfully!')}}
                                        !</h5>
                                </div>
                            </div>

                            <div class="row mb-4">
                                <div class="col-12">
                                    <center>
                                        <i class="fa fa-check-circle __text-100px __color-0f9d58"></i>
                                    </center>
                                </div>
                            </div>

                            <span class="font-weight-bold d-block mt-4 __text-17px">{{\App\CPU\translate('Hello')}}, {{auth('customer')->user()->f_name}}</span>
                            <span>{{\App\CPU\translate('You order has been confirmed and will be shipped according to the method you selected!')}}</span>

                            <div class="row mt-4">
                                <div class="col-6">
                                    <a href="{{route('home')}}" class="btn btn--primary">
                                        {{\App\CPU\translate('go_to_shopping')}}
                                    </a>
                                </div>

                                <div class="col-6">
                                    <a href="{{route('account-oder')}}"
                                       class="btn btn-secondary pull-{{Session::get('direction') === "rtl" ? 'left' : 'right'}}">
                                        {{\App\CPU\translate('check_orders')}}
                                    </a>
                                </div>
                            </div>
                        </div>
                    @endif
                </div>
            </div>
        </div>
       <!-- <div class="row">
            <form action="{{route('payment-info')}}" method="POST" enctype="multipart/form-data">
                @csrf
                    <input type="hidden" name="order_id" id="" value="<?=$order_details['0']['id']; ?>" >
              
                <lable>Upload Screenshot </lable>
                <input type="file" id="myfile" name="myfile" required>
                
                <button class="btn btn-secondary btn-block" type="submit" style="margin-top: 7%; left: unset; right: 0;top:0">
                    Submit
                </button>
                
            </form>
        </div>-->
        

    
@endsection

@push('script')
  <!-- <script>
        $(document).ready(function(){
           demo_check();
            function demo_check() {
                console.log('checck Working fine...');
        $.post({
            url: '{{route('payment-info')}}',
            dataType: 'json',
            data : { _token: '8DOzuAcY8Thkgwp3qxvYj2i23rh4HQX3OEv72syI'},
            beforeSend: function () {
                $('#loading').show();
            },
            success: function (data) {
                console.log("success...");
                console.log(data);
            },
            complete: function () {
                $('#loading').hide();
            },
        });
    } 
        });
    </script>-->
@endpush

Zerion Mini Shell 1.0