{{-- New-Unity ERP | products/brands/edit.blade.php | v1.5 | 05/08/2026 --}} {{-- v1.5 — Industria: checkboxes →
@if($brand->logo)

@endif
{{-- Industria --}}
Industria
@can('products.industries.manage') @endcan
@can('products.industries.manage') @endcan
{{-- Material Types --}}
{{ __('brands.material_types') }} — {{ __('brands.material_types_where') }}
@php $currentTypes = $brand->material_types ?? ['TR']; @endphp
{{-- TR --}}
{{ __('brands.mt_tr_desc') }}
{{-- RM --}}
{{ __('brands.mt_rm_desc') }}
{{-- FG — solo si own_brand --}}
own_brand ? 'disabled' : '' }}>
@if(!$brand->own_brand) {{ __('brands.mt_fg_enable_short') }} @else {{ __('brands.mt_fg_available_own') }} @endif
{{-- WIP --}}
{{ __('brands.mt_wip_desc_short') }}
{{-- SV --}}
{{ __('brands.mt_sv_desc') }}
{{-- Right column --}}
{{-- Own Brand --}}
{{ __('brands.own_brand') }}
own_brand ? 'checked' : '' }}>
{{ __('brands.own_brand_alert_short') }}
{{ __('brands.own_brand_alert_fg') }}
{{-- Products using this brand --}}
{{ __('brands.products_using') }}
{{ $brand->groups()->withCount('categories')->get()->sum('categories_count') }} {{ __('brands.categories_in_groups', ['count' => $brand->groups->count()]) }}
{{ __('brands.cancel') }}
@endsection @section('scripts') @endsection