Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
sifaris /
resources /
views /
exports /
[ HOME SHELL ]
Name
Size
Permission
Action
export_complaints.blade.php
3.85
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : export_complaints.blade.php
<h4>Complaints List</h4> <h5>Generated on {{dateFormat(now())}}</h5> <h5>Generated by {{admin()->name}}</h5> <div></div> @if (sizeof($filter)) <table> @foreach ($filter as $key => $item) <tr> <td> <b>{{ $key }}</b> </td> <td> {{ $item }} </td> </tr> @endforeach </table> @endif <table> <tbody> <tr> <td width="160px"><b>Sent By</b></td> <td width="160px"><b>Email</b></td> <td width="160px"><b>Mobile Number</b></td> <td width="200px"><b>Remarks</b></td> <td width="200px"><b>Category</b></td> <td width="200px"><b>Sub Category</b></td> <td width="150px"><b>Priority</b></td> <td width="200px"><b>Assigned To</b></td> <td width="150px"><b>Current Status</b></td> <td width="160px"><b>Sent Date</b></td> <td width="160px"><b>Last Updated</b></td> </tr> @foreach ($records as $index => $item) @php $details = $item->details ? $item->details->first() : null; $author = $item->author_users && count($item->author_users) ? $item->author_users[0] : null; $category_record = $item->categories && count($item->categories) ? $item->categories[0] : null; $category_name = null; $sub_category_name = null; if ($category_record && $category_record->parent && $category_record->parent->details) { if (count($category_record->parent->details)) { $category_name = $category_record->parent->details[0]->name; } } if ($category_record && $category_record->details) { if (count($category_record->details)) { $sub_category_name = $category_record->details[0]->name; } } $priority = $item->priorities && count($item->priorities) ? $item->priorities[0] : null; $assignee = $item->assignees && count($item->assignees) ? $item->assignees[0] : null; @endphp <tr> <td> @if ($author) {{ $author->name }}<br /> @endif </td> <td> @if ($author) {{ $author->mobile_number }} @endif </td> <td> @if ($author) {{ $author->email }} @endif </td> <td> {{ $details->remarks }} </td> <td> {{ $category_name }} </td> <td> {{ $sub_category_name }} </td> <td> {{ $priority->name }} </td> <td> @if ($assignee) {{ $assignee->name }} @else <span class="text-muted">Not Assigned</span> @endif </td> <td> {{ writeModel($item->statuses, 'name', true, '-') }} </td> <td> {{ $item->created_at_str }} </td> <td> {{ $item->updated_at_str }} </td> </tr> @endforeach </tbody> @if (count($records) == 0) <tfoot> <tr> <td colspan="100%"> No records found. You may try refining your search. </td> </tr> </tfoot> @endif </table>
Close