{{-- New-Unity ERP | products/brands/create.blade.php | v1.1 | 27/06/2026 --}} {{-- v1.1 — Agrega material_types checkboxes y own_brand toggle. --}} @extends('layouts.vertical') @section('content')

{{ __('brands.new_brand') }}

{{ __('brands.back') }}
@csrf
{{-- Left column --}}
{{-- General --}}
{{ __('brands.general') }}
{{-- Material Types --}}
{{ __('brands.material_types') }} — {{ __('brands.material_types_where') }}
{{-- TR --}}
{{ __('brands.mt_tr_desc') }}
{{-- RM --}}
{{ __('brands.mt_rm_desc') }}
{{-- FG — solo si own_brand --}}
{{ __('brands.mt_fg_enable_hint') }}
{{-- WIP --}}
{{ __('brands.mt_wip_desc') }}
{{-- SV --}}
{{ __('brands.mt_sv_desc') }}
{{-- Right column --}}
{{-- Own Brand --}}
{{ __('brands.own_brand') }}
{{ __('brands.own_brand_alert') }}
{{ __('brands.own_brand_alert_fg') }}

{{ __('brands.examples') }}
  • ✅ {{ __('brands.example_candy') }}
  • ✅ {{ __('brands.example_bynet') }}
  • ❌ {{ __('brands.example_dell') }}
{{-- Info card --}}
{{ __('brands.how_it_works') }}
  • {{ __('brands.hiw_1') }}
  • {!! __('brands.hiw_2') !!}
  • {{ __('brands.hiw_3') }}
{{ __('brands.cancel') }}
@endsection @push('scripts') @endpush @endsection