@php $is_cat_code_enabled = isset($module_category_data['enable_taxonomy_code']) && !$module_category_data['enable_taxonomy_code'] ? false : true; @endphp @can('category.create')


@endcan @can('category.view')
@if($is_cat_code_enabled) @endif
@if(!empty($module_category_data['taxonomy_label'])) {{ $module_category_data['taxonomy_label'] }} @else @lang('category.category') @endif {{ $module_category_data['taxonomy_code_label'] ?? __( 'category.code' )}}@lang( 'lang_v1.description' ) @lang( 'messages.action' )
@endcan