@extends('layouts.vertical') @section('content')
{{-- Header --}}

{{ __('bundles.new_kit') }}

{{ $group->es_name }} / {{ $category->name }}

{{ __('bundles.cancel') }}
@csrf {{-- KIT Identity --}}
{{ __('bundles.kit_identity') }}
{{-- Row 1: Part No + KIT Name --}}
{{ __('bundles.auto_name_hint') }}
{{-- Row 2: Group Code + Key Name + SAT --}}
{{-- Row 3: SKU + Product Code --}}
{{ __('bundles.already_exists') }}
{{ __('bundles.already_exists') }}
{{-- Row 4: Barcode --}}
{{-- Brand & Details --}}
{{ __('bundles.product_details') }}
@for($i = 1; $i <= 8; $i++)
@endfor
{{-- Descriptions --}}
{{ __('bundles.descriptions') }}
{{--
--}}
{{-- Bundle Components --}}
{{ __('bundles.bundle_components') }}
# {{ __('bundles.type') }} {{ __('bundles.name') }} {{ __('bundles.sku') }} {{ __('bundles.qty') }} {{ __('bundles.notes') }}
{{ __('bundles.no_components_optional') }}
{{-- Save Bottom --}}
{{ __('bundles.cancel') }}
{{-- ============================================================ --}} {{-- MODAL: ¿Nuevo o Existente? --}} {{-- ============================================================ --}} {{-- ============================================================ --}} {{-- MODAL: Search Existing Base Product --}} {{-- ============================================================ --}} {{-- ============================================================ --}} {{-- MODAL: Add Component --}} {{-- ============================================================ --}} {{-- ============================================================ --}} {{-- MODAL: Confirm Save --}} {{-- ============================================================ --}} {{-- MODAL: Static Confirm --}} @endsection @section('scripts') @endsection