@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'] : __('app.product_custom_field1'); $product_custom_field2 = !empty($custom_labels['product']['custom_field_2']) ? $custom_labels['product']['custom_field_2'] : __('app.product_custom_field2'); $product_custom_field3 = !empty($custom_labels['product']['custom_field_3']) ? $custom_labels['product']['custom_field_3'] : __('app.product_custom_field3'); $product_custom_field4 = !empty($custom_labels['product']['custom_field_4']) ? $custom_labels['product']['custom_field_4'] : __('app.product_custom_field4'); @endphp
| @lang('app.sku') | @lang('business.product') | @lang('sale.location') | @lang('report.current_stock') | @lang('purchase.unit_selling_price') | @lang('report.total_unit_sold') | {{ !empty($custom_labels['product']['custom_field_2']) ? $custom_labels['product']['custom_field_2'] : ''}} | {{ !empty($custom_labels['product']['custom_field_3']) ? $custom_labels['product']['custom_field_3'] : ''}} | {{ !empty($custom_labels['product']['custom_field_4']) ? $custom_labels['product']['custom_field_4'] : ''}} | @if($show_manufacturing_data)@lang('manufacturing::lang.current_stock_mfg') @show_tooltip(__('manufacturing::lang.mfg_stock_tooltip')) | @endif@lang('app.last_30_days_sale') | @lang('app.last_30_days_purchase') | @lang('app.last_30_days_local_purchase') | @lang('messages.action') |
|---|