@slot('titulo', 'Agregar complementos al producto') @slot('body')
@csrf
@forelse ($productoComplementos as $item) @empty @endforelse
Complemento Mínimo Máximo Orden Estado Acción
{{ $item->COMP_NOMBRE }} {{ $item->PROC_MIN }} {{ $item->PROC_MAX }} {{ $item->COMP_ORDEN }} {{ $item->COMP_ESTADO == 0 ? 'Inactivo' : 'Activo' }}
Sin ingredientes
@endslot @slot('opciones') @endslot