| Server IP : 46.62.235.243 / Your IP : 216.73.216.217 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/linkabili/storage/framework/views/ |
Upload File : |
<div class="col-lg-12">
<div class="form-group">
<table id="" class="table shipping-settings-other-study">
<tr>
<td>
Titolo di studio
</td>
<td>
<button type="button" class="btn btn-primary btn-block addrow-other-study">Aggiungi
</button>
</td>
<td></td>
</tr>
<?php $__currentLoopData = $user->other_study; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $study): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td>
<select class="form-control product_selection_pool" id="title_study_other_<?php echo e($key+1); ?>" name="title_study_other[]">
<option value="media" <?php if($study->title_study_other=='media'): ?> selected <?php endif; ?>>Licenza
Media
</option>
<option value="diploma" <?php if($study->title_study_other=='diploma'): ?> selected <?php endif; ?>>Diploma
</option>
<option value="laurea_triennale"
<?php if($study->title_study_other=='laurea_triennale'): ?> selected <?php endif; ?>>Laurea Triennale
</option>
<option value="laurea_magistrale"
<?php if($study->title_study_other=='laurea_magistrale'): ?> selected <?php endif; ?>>Laurea
Magistrale o Specialistica
</option>
<option value="master_primo_livello"
<?php if($study->title_study_other=='master_primo_livello'): ?> selected <?php endif; ?>>Master I
livello
</option>
<option value="master_secondo_livello"
<?php if($study->title_study_other=='master_secondo_livello'): ?> selected <?php endif; ?>>Master II
livello
</option>
<option value="dottorato" <?php if($study->title_study_other=='dottorato'): ?> selected <?php endif; ?> >
Dottorato di ricerca
</option>
<option value="scuola_di_specializzaione"
<?php if($study->title_study_other=='scuola_di_specializzaione'): ?> selected <?php endif; ?>>Scuola
di Specializzazione
</option>
<option value="altro" <?php if($study->title_study_other=='altro'): ?> selected <?php endif; ?>>Altro</option>
</select>
</td>
<td class="hidden-td">
<input type="text" name="study[]" id="other_study_row_<?php echo e($key+1); ?>" value='<?php echo e($study->study); ?>'
class="form-control <?php echo e($errors->has('study') ? ' is-invalid' : ''); ?>">
<?php if($errors->has('study')): ?>
<span class="invalid-feedback" role="alert">
<strong><?php echo e($errors->first('study')); ?></strong>
</span>
<?php endif; ?>
<input type="text" name="istitute[]" id="study_<?php echo e($key+1); ?>" value='<?php echo e($study->istitute); ?>'
class="form-control <?php echo e($errors->has('istitute') ? ' is-invalid' : ''); ?>">
<?php if($errors->has('istitute')): ?>
<span class="invalid-feedback" role="alert">
<strong><?php echo e($errors->first('istitute')); ?></strong>
</span>
<?php endif; ?>
<input type="text" name="zone[]" id="city_<?php echo e($key+1); ?>" value='<?php echo e($study->zone); ?>'
class="form-control <?php echo e($errors->has('zone') ? ' is-invalid' : ''); ?>">
<?php if($errors->has('zone')): ?>
<span class="invalid-feedback" role="alert">
<strong><?php echo e($errors->first('zone')); ?></strong>
</span>
<?php endif; ?>
<input type="month" name="years[]" id="data_conseguimento_<?php echo e($key+1); ?>" value='<?php echo e($study->years); ?>'
class=" form-control <?php echo e($errors->has('years') ? ' is-invalid' : ''); ?>">
<?php if($errors->has('years')): ?>
<span class="invalid-feedback" role="alert">
<strong><?php echo e($errors->first('years')); ?></strong>
</span>
<?php endif; ?>
<input type='hidden' name="id_study[]" value='<?php echo e($study->id); ?>'>
</td>
<td style='padding: 10px;'>
<button type="button" class="btn btn-primary" onclick="show_detail_other_study(<?php echo e($key+1); ?>)">
<i class="icofont-eye-alt"></i></button>
<button type="button" class="ibtnDel-ot btn btn-md btn-danger"><i
class="icofont-trash"></i>
</button>
</td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</table>
</div>
</div>
<?php echo $__env->make('frontend.profile._parts.modal.modal_other_study', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php $__env->startPush('footersection'); ?>
<script>
var counter_other_study = '<?php echo e(count($user->other_study)); ?>';
</script>
<?php $__env->stopPush(); ?>
<?php /**PATH /var/www/linkabili/resources/views/frontend/profile/components/other_title_study.blade.php ENDPATH**/ ?>