@php $addProductCategoryPermission = user()->permission('manage_product_category'); $addProductSubCategoryPermission = user()->permission('manage_product_sub_category'); @endphp

@lang('app.menu.editProducts')

*
@if ($addProductCategoryPermission == 'all' || $addProductCategoryPermission == 'added') @endif
@if ($addProductSubCategoryPermission == 'all' || $addProductSubCategoryPermission == 'added') @endif
{{ company()->currency->currency_code }}
{{ company()->currency->currency_code }}
@if (user()->permission('manage_tax') == 'all') @endif
@if($product->track_inventory == 1 && isset($trackInventory) && $trackInventory == 'disable') @else @endif
@lang('app.save') @lang('app.cancel')