@php $colspan = 15; $custom_labels = json_decode(session('business.custom_labels'), true); @endphp
| @lang('sale.product') | @lang('purchase.product_tbl_heading_lbl_business_location')@show_tooltip(__('app.product_business_location_tooltip')) | @if(userHasPermission('view_purchase_price')) @php $colspan++; @endphp@lang('app.unit_perchase_price')@show_tooltip(__('tooltip.unit_purchase_price')) | @endif @if(userHasPermission('access_default_selling_price')) @php $colspan++; @endphp@lang('app.selling_price')@show_tooltip(__('tooltip.selling_price')) | @endif@lang('report.current_stock') | @lang('product.product_type') | @lang('product.category') | @lang('product.brand') | @lang('product.tax') | @lang('product.sku') | {{ $custom_labels['product']['custom_field_1'] ?? '' }} | {{ $custom_labels['product']['custom_field_2'] ?? '' }} | {{ $custom_labels['product']['custom_field_3'] ?? '' }} | {{ $custom_labels['product']['custom_field_4'] ?? '' }} | {{ $custom_labels['product']['custom_field_5'] ?? '' }} | {{ $custom_labels['product']['custom_field_6'] ?? '' }} | {{ $custom_labels['product']['custom_field_7'] ?? '' }} | @lang('messages.action') |
|---|