@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
@can('view_product_stock_value')
@endcan
@if($show_manufacturing_data)
@endif
@can('view_product_stock_value')
@endcan
@if($show_manufacturing_data)
@endif
@lang('messages.action') |
SKU |
@lang('business.product') |
@lang('lang_v1.variation') |
@lang('product.category') |
@lang('sale.location') |
@lang('purchase.unit_selling_price') |
@lang('report.current_stock') | @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') | @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}} | @lang('manufacturing::lang.current_stock_mfg') @show_tooltip(__('manufacturing::lang.mfg_stock_tooltip')) |