@php $id = 1; @endphp
@foreach ($dataAdicio as $itemIngre)
{{$id}}
{{$itemIngre->nombre}}
{{$itemIngre->valor}}
@php $id++; @endphp
@endforeach
@endif
@endsection
@section('js')
{{-- Script Delete Imagenes --}}
{{-- Script de Cambio de estado del Producto --}}
{{-- Script Guardar Imagenes del Producto --}}
@endsection