@php
$custom_labels = json_decode(session('business.custom_labels'), true);
$product_custom_field1 = !empty($custom_labels['product']['custom_field_1']) ? $custom_labels['product']['custom_field_1'] : __('lang_v1.product_custom_field1');
$product_custom_field2 = !empty($custom_labels['product']['custom_field_2']) ? $custom_labels['product']['custom_field_2'] : __('lang_v1.product_custom_field2');
$product_custom_field3 = !empty($custom_labels['product']['custom_field_3']) ? $custom_labels['product']['custom_field_3'] : __('lang_v1.product_custom_field3');
$product_custom_field4 = !empty($custom_labels['product']['custom_field_4']) ? $custom_labels['product']['custom_field_4'] : __('lang_v1.product_custom_field4');
@endphp
| @lang('messages.action') |
SKU |
@lang('business.product') |
@lang('lang_v1.variation') |
@lang('lang_v1.supplier_name') |
@lang('product.category') |
@lang('sale.location') |
@lang('purchase.unit_selling_price') |
@lang('report.current_stock') |
@can('view_product_stock_value')
@lang('lang_v1.total_stock_price') (@lang('lang_v1.by_purchase_price')) |
@lang('lang_v1.total_stock_price') (@lang('lang_v1.by_sale_price')) |
@lang('lang_v1.potential_profit') |
@endcan
@lang('report.total_unit_sold') |
@lang('lang_v1.total_unit_transfered') |
@lang('lang_v1.total_unit_adjusted') |
{{$product_custom_field1}} |
{{$product_custom_field2}} |
{{$product_custom_field3}} |
{{$product_custom_field4}} |
@if($show_manufacturing_data)
@lang('manufacturing::lang.current_stock_mfg') @show_tooltip(__('manufacturing::lang.mfg_stock_tooltip')) |
@endif
@if(session('business.enable_lot_number'))
@endif
| @lang('sale.location') |
@lang('lang_v1.supplier_name') |
@lang('product.brand') |
@lang('product.category') |
@lang('purchase.unit_selling_price') |
@lang('report.current_stock') |
@can('view_product_stock_value')
@lang('lang_v1.total_stock_price') (@lang('lang_v1.by_purchase_price')) |
@lang('lang_v1.total_stock_price') (@lang('lang_v1.by_sale_price')) |
@lang('lang_v1.potential_profit') |
@endcan
@lang('report.total_unit_sold') |
@lang('lang_v1.total_unit_transfered') |
@lang('lang_v1.total_unit_adjusted') |