Sindbad~EG File Manager

Current Path : /var/www/html/eddcfa.sumar.com.py/resources/views/livewire/cargaformulario/
Upload File :
Current File : /var/www/html/eddcfa.sumar.com.py/resources/views/livewire/cargaformulario/interrogante5.blade.php

<div class="col-md-12 table-responsive">
    <table class="table table-bordered">
        <thead class="thead-dark">
            <tr>
                <th>Funciones Generales</th>
                <th>Frecuencia</th>
                <th>Producto</th>
                <th>Indicador</th>
                <th>Porcentaje</th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td><?= $int->int_nom ?></td>
                <td><?= $int->frecuencia ?></td>
                <td><?= $int->producto ?></td>
                <td><?= $int->indicador ?></td>
                <td>
                    <div class="input-group mb-3">
                        <input type="number" name="respuesta{{ $int->id }}" id="texto{{ $int->id }}" min="0" max="100"class="form-control" placeholder="Ingrese porcentaje" required>
                        <div class="input-group-prepend">
                            <span class="input-group-text" id="basic-addon1">%</span>
                        </div>
                    </div>
                    @if ($editar == 1)
                        @foreach ($respuestaint as $element)
                            @if ($int->id == $element->interrogante_id)
                                <script>
                                    document.getElementById("texto{{ $int->id }}").value = "{{ $element->respuesta }}";
                                </script>
                            @endif
                        @endforeach
                    @endif
                </td>
            </tr>
        </tbody>
    </table>
</div>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists