[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: settings_prefixes.blade.php
<div class="pos-tab-content"> <div class="row"> <div class="col-sm-4"> <div class="form-group"> @php $purchase_prefix = ''; if(!empty($business->ref_no_prefixes['purchase'])){ $purchase_prefix = $business->ref_no_prefixes['purchase']; } @endphp {!! Form::label('ref_no_prefixes[purchase]', __('lang_v1.purchase') . ':') !!} {!! Form::text('ref_no_prefixes[purchase]', $purchase_prefix, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $purchase_return = ''; if(!empty($business->ref_no_prefixes['purchase_return'])){ $purchase_return = $business->ref_no_prefixes['purchase_return']; } @endphp {!! Form::label('ref_no_prefixes[purchase_return]', __('lang_v1.purchase_return') . ':') !!} {!! Form::text('ref_no_prefixes[purchase_return]', $purchase_return, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $purchase_requisition_prefix = !empty($business->ref_no_prefixes['purchase_requisition']) ? $business->ref_no_prefixes['purchase_requisition'] : ''; @endphp {!! Form::label('ref_no_prefixes[purchase_requisition]', __('lang_v1.purchase_requisition') . ':') !!} {!! Form::text('ref_no_prefixes[purchase_requisition]', $purchase_requisition_prefix, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $purchase_order_prefix = !empty($business->ref_no_prefixes['purchase_order']) ? $business->ref_no_prefixes['purchase_order'] : ''; @endphp {!! Form::label('ref_no_prefixes[purchase_order]', __('lang_v1.purchase_order') . ':') !!} {!! Form::text('ref_no_prefixes[purchase_order]', $purchase_order_prefix, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $stock_transfer_prefix = ''; if(!empty($business->ref_no_prefixes['stock_transfer'])){ $stock_transfer_prefix = $business->ref_no_prefixes['stock_transfer']; } @endphp {!! Form::label('ref_no_prefixes[stock_transfer]', __('lang_v1.stock_transfer') . ':') !!} {!! Form::text('ref_no_prefixes[stock_transfer]', $stock_transfer_prefix, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $stock_adjustment_prefix = ''; if(!empty($business->ref_no_prefixes['stock_adjustment'])){ $stock_adjustment_prefix = $business->ref_no_prefixes['stock_adjustment']; } @endphp {!! Form::label('ref_no_prefixes[stock_adjustment]', __('stock_adjustment.stock_adjustment') . ':') !!} {!! Form::text('ref_no_prefixes[stock_adjustment]', $stock_adjustment_prefix, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $sell_return_prefix = ''; if(!empty($business->ref_no_prefixes['sell_return'])){ $sell_return_prefix = $business->ref_no_prefixes['sell_return']; } @endphp {!! Form::label('ref_no_prefixes[sell_return]', __('lang_v1.sell_return') . ':') !!} {!! Form::text('ref_no_prefixes[sell_return]', $sell_return_prefix, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $expenses_prefix = ''; if(!empty($business->ref_no_prefixes['expense'])){ $expenses_prefix = $business->ref_no_prefixes['expense']; } @endphp {!! Form::label('ref_no_prefixes[expense]', __('expense.expenses') . ':') !!} {!! Form::text('ref_no_prefixes[expense]', $expenses_prefix, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $contacts_prefix = ''; if(!empty($business->ref_no_prefixes['contacts'])){ $contacts_prefix = $business->ref_no_prefixes['contacts']; } @endphp {!! Form::label('ref_no_prefixes[contacts]', __('contact.contacts') . ':') !!} {!! Form::text('ref_no_prefixes[contacts]', $contacts_prefix, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $purchase_payment = ''; if(!empty($business->ref_no_prefixes['purchase_payment'])){ $purchase_payment = $business->ref_no_prefixes['purchase_payment']; } @endphp {!! Form::label('ref_no_prefixes[purchase_payment]', __('lang_v1.purchase_payment') . ':') !!} {!! Form::text('ref_no_prefixes[purchase_payment]', $purchase_payment, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $sell_payment = ''; if(!empty($business->ref_no_prefixes['sell_payment'])){ $sell_payment = $business->ref_no_prefixes['sell_payment']; } @endphp {!! Form::label('ref_no_prefixes[sell_payment]', __('lang_v1.sell_payment') . ':') !!} {!! Form::text('ref_no_prefixes[sell_payment]', $sell_payment, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $expense_payment = ''; if(!empty($business->ref_no_prefixes['expense_payment'])){ $expense_payment = $business->ref_no_prefixes['expense_payment']; } @endphp {!! Form::label('ref_no_prefixes[expense_payment]', __('lang_v1.expense_payment') . ':') !!} {!! Form::text('ref_no_prefixes[expense_payment]', $expense_payment, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $business_location_prefix = ''; if(!empty($business->ref_no_prefixes['business_location'])){ $business_location_prefix = $business->ref_no_prefixes['business_location']; } @endphp {!! Form::label('ref_no_prefixes[business_location]', __('business.business_location') . ':') !!} {!! Form::text('ref_no_prefixes[business_location]', $business_location_prefix, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $username_prefix = !empty($business->ref_no_prefixes['username']) ? $business->ref_no_prefixes['username'] : ''; @endphp {!! Form::label('ref_no_prefixes[username]', __('business.username') . ':') !!} {!! Form::text('ref_no_prefixes[username]', $username_prefix, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $subscription_prefix = !empty($business->ref_no_prefixes['subscription']) ? $business->ref_no_prefixes['subscription'] : ''; @endphp {!! Form::label('ref_no_prefixes[subscription]', __('lang_v1.subscription_no') . ':') !!} {!! Form::text('ref_no_prefixes[subscription]', $subscription_prefix, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $draft_prefix = !empty($business->ref_no_prefixes['draft']) ? $business->ref_no_prefixes['draft'] : ''; @endphp {!! Form::label('ref_no_prefixes[draft]', __('sale.draft') . ':') !!} {!! Form::text('ref_no_prefixes[draft]', $draft_prefix, ['class' => 'form-control']); !!} </div> </div> <div class="col-sm-4"> <div class="form-group"> @php $sales_order_prefix = !empty($business->ref_no_prefixes['sales_order']) ? $business->ref_no_prefixes['sales_order'] : ''; @endphp {!! Form::label('ref_no_prefixes[sales_order]', __('lang_v1.sales_order') . ':') !!} {!! Form::text('ref_no_prefixes[sales_order]', $sales_order_prefix, ['class' => 'form-control']); !!} </div> </div> </div> </div>
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