@php $is_cat_code_enabled = isset($module_category_data['enable_taxonomy_code']) && !$module_category_data['enable_taxonomy_code'] ? false : true; @endphp @can('category.create')
| @if(!empty($module_category_data['taxonomy_label'])) {{ $module_category_data['taxonomy_label'] }} @else @lang('category.category') @endif | @if($is_cat_code_enabled){{ $module_category_data['taxonomy_code_label'] ?? __( 'category.code' )}} | @endif@lang( 'lang_v1.description' ) | @lang( 'messages.action' ) |
|---|