!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/messages/   drwxr-xr-x
Free 28.87 GB of 117.98 GB (24.47%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     social.blade.php (4.17 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
    $dnl
="\n\n";
    
$nl="\n\n";
    
$tabSpace="      ";
?>
{{ __("Hi, I'd like to place an order")." ๐Ÿ‘‡"}}

@if ($order->delivery_method==1)
๐Ÿ›ต๐Ÿ”œ๐Ÿก
{{"*".__('Delivery Order No').": ".$order->id_formated."*"}}
@else
โœ…๐Ÿซ
@if($order->delivery_method==3)
{{"*".__('Delivery Order No').": ".$order->id_formated."*"}}
@else
{{"*".__('Pickup Order No').": ".$order->id_formated."*"}}
@endif
@endif

---------
<?php
foreach ($order->items()->get() as $key => $item) {
    
$lineprice $item->pivot->qty.' X '.$item->name." - ".money($item->pivot->qty $item->pivot->variant_priceconfig('settings.cashier_currency'), true);
    if(
strlen($item->pivot->variant_name)>3){
        
$lineprice .=$nl.$tabSpace.__('Variant:')." ".$item->pivot->variant_name;
    }
   
    if(
strlen($item->pivot->extras)>3){
        foreach (
json_decode($item->pivot->extras) as $key => $extra) {
            
$lineprice .=$nl.$tabSpace.$extra;
        }
    }
?>
๐Ÿ”˜{{ $lineprice }}

<?php
}
?>
---------
@if ($order->delivery_method==1)
๐Ÿ—’ {{ __('Sub total').": ".money(($order->order_price), config('settings.cashier_currency'), config('settings.do_convertion')) }}
๐Ÿ›ต {{ __('Delivery').": ".money(($order->delivery_price), config('settings.cashier_currency'), config('settings.do_convertion')) }}
@endif
@if ($order->discount>0)
๐Ÿท๏ธ {{ __('Discount').": ".money(($order->discount), config('settings.cashier_currency'), config('settings.do_convertion')) }}
@endif
๐Ÿงพ {{__('Total: ').money(($order->order_price_with_discount+$order->delivery_price), config('settings.cashier_currency'), config('settings.do_convertion')) }}
---------

@if (strlen($order->comment)>0)   
๐Ÿ—’ {{ __('Comment') }}
{{ $order->comment }}  
@endif

<?php  //Deliver / Pickup details ?>
@if($order->delivery_method==1)
<?php  //Deliver?>
๐Ÿ“ {{ __('Delivery Details') }}

@if(config('app.isft'))
{{ __('Client').": ".$order->client->name }}
{{ __('Address').": ".$order->address->address }}
{{ __('Delivery time').": ".$order->getTimeFormatedAttribute() }}
@else
{{ __('Customer name').": ". ($order->configs&&isset($order->configs['client_name'])?$order->configs['client_name']:"") }}
{{ __('Customer phone').": ". ($order->configs&&isset($order->configs['client_phone'])&&strlen($order->configs['client_phone'])>3?$order->configs['client_phone']:"+".$order->phone) }}
{{ __('Address').": ".$order->whatsapp_address }}
@if(config('app.iswp')) 
{{ __('Delivery Area').": ".($order->configs&&isset($order->configs['delivery_area_name'])?$order->configs['delivery_area_name']:"") }}
@endif
{{ __('Delivery time').": ".$order->getTimeFormatedAttribute() }}
@endif

@elseif($order->delivery_method==2)
<?php   //Pickup details ?>
โœ… {{ __('Pickup Details') }}

@if(config('app.isft'))
{{ __('Client').": ".$order->client->name }}
{{ __('Pickup time').": ".$order->getTimeFormatedAttribute() }}
@else
{{ __('Customer name').": ". ($order->configs&&isset($order->configs['client_name'])?$order->configs['client_name']:"") }}
{{ __('Customer phone').": ". ($order->configs&&isset($order->configs['client_phone'])?$order->configs['client_phone']:"") }}
{{ __('Pickup time').": ".$order->getTimeFormatedAttribute() }}
@endif

@endif

@if ($order->table)
    {{ __('Table').": ".$order->table->name }}
    @if ($order->table->restoarea)
        {{ __('Area').": ".$order->table->restoarea->name }}
    @endif
@endif

<?php   //Custom fields ?>
<?php $custom_data
=$order->getAllConfigs(); ?>
@if(count($custom_data)>0)
{{ __(config('settings.label_on_custom_fields')) }}
@foreach ($custom_data as $keyCutom => $itemValue)
    @if ($keyCutom!="client_name"&&$keyCutom!="client_phone"&&$keyCutom!="delivery_area_name")
        {{ __( "custom.".$keyCutom) }}: {{ $itemValue }}     
    @endif
@endforeach
@endif


{{ $order->restorant->name." ".__('will confirm your order upon receiving the message.') }}


<?php //Add payment only in whatsapp ordering mode ?>
@if(config('settings.is_whatsapp_ordering_mode'))   
<?php //Payment ?>
๐Ÿ’ณ {{ __('Payment Options') }}
{{ $order->restorant->payment_info }}

<?php //Payment Link ?>

@if(strlen($order->payment_link)>5)
<?php //Add the payment link ?>
๐Ÿ’ณ {{ __('Pay now') }}
{{ $order->restorant->getLinkAttribute()."/?pay=".$order->id }}
@endif
@endif

:: 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.0035 ]--