ok

Mini Shell

Direktori : /home2/selectio/www/bharath/a1tex.in/resources/views/web-views/
Upload File :
Current File : /home2/selectio/www/bharath/a1tex.in/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;
            }
        }
        /*  */
    </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="feature_header __feature_header" style="margin-top: 5%;text-align: center;">
                        <span>Payment method</span>
                    </div>
                    <div class="row">
                        <div class="col-lg-6">
                            <h4 style="margin-top: 8%;font-family: 'sixvalley-icons';font-weight: 600;">Bank Account Details :</h4>
                         <!--   
                            <table>
                                <tr>
                                    <td style="width: 40%;"> <b>Account No</b></td>
                                    <td style="width: 14%;"> : </td>
                                    <td><b>20422533702</b></td>
                                </tr>
                                <tr>
                                    <td><b>Name</b> </td>
                                    <td> : </td>
                                    <td><b>Dineshkumar.P</b></td>
                                </tr>
                                <tr>
                                    <td><b>Ifsc Code</b></td>
                                    <td> : </td>
                                    <td><b>SBIN0015036</b></td>
                                </tr>
                                <tr>
                                    <td><b>Bank name</b></td>
                                    <td> : </td>
                                    <td><b>STATE BANK OF INDIA</b></td>
                                </tr>
                                <tr>
                                    <td><b>Branch</b></td>
                                    <td> : </td>
                                    <td><b>Ellampilai</b></td>
                                </tr>
                            </table>-->
                            <!--<a href="https://a1tex.in/account-oder" target="_blank" class="btn btn-secondary pull-right">-->
                            <!--    View Order ID-->
                            <!--</a>-->
                            <h4 style="margin-top: 8%;font-family: 'sixvalley-icons';font-weight: 600;">
                                Once Complete Payment using Bank Detail (or) QR Code Take Screenshot and Upload here.
                            </h4>
                            
                            <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>
                        <div class="col-lg-6">
                            <h4 style="margin-top: 8%;font-family: 'sixvalley-icons';font-weight: 600;text-align: center;">QR CODE :</h4>
                            <img src="https://api.qrserver.com/v1/create-qr-code/?size=225x225&data=upi%3A%2F%2Fpay%3Fpa%3Ddpdinesh004%40oksbi%26pn%3DDinesh%26am%3D<?=$order_details['0']['order_amount'];?>%26tn%3DOrder%20ID%20%3A%20<?=$order_details['0']['order_amount'];?>%26cu%3DINR" style="width: 45%;margin-left: 25%;">
                            <a href="upi://pay?pa=dpdinesh004@oksbi&pn=Dineshkumar.P&tn=Hello&am=<?=$order_details['0']['order_amount']; ?>&cu=INR"  class="btn btn-secondary d-none d-sm-inline" > 
                                pay-now
                            </a>
                            <a href="upi://pay?pa=dpdinesh004@oksbi&pn=Dineshkumar.P&tn=Hello&am=<?=$order_details['0']['order_amount']; ?>&cu=INR"  class="btn btn-secondary d-inline d-sm-none" > 
                                pay-now
                            </a>
                            <h4 style="margin-top: 8%;font-family: 'sixvalley-icons';font-weight: 600;text-align: center;">UPI ID :</h4>
                            <p style="text-align: center;font-size: 20px;">dpdinesh004@oksbi</p>
                        </div>
                       
                    </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