|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/erp.theinteractive.co.in/storage/framework/views/ |
Upload File : |
<?php echo e(Form::open(array('url'=>'indicator','method'=>'post'))); ?>
<div class="modal-body">
<div class="row">
<div class="col-md-12">
<div class="form-group">
<?php echo e(Form::label('branch',__('Branch'),['class'=>'form-label'])); ?>
<?php echo e(Form::select('branch',$brances,null,array('class'=>'form-control select','required'=>'required'))); ?>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<?php echo e(Form::label('department',__('Department'),['class'=>'form-label'])); ?>
<?php echo e(Form::select('department',$departments,null,array('class'=>'form-control select','required'=>'required'))); ?>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<?php echo e(Form::label('designation',__('Designation'),['class'=>'form-label'])); ?>
<select class="select form-control select2-multiple" id="designation_id" name="designation" data-toggle="select2" data-placeholder="<?php echo e(__('Select Designation ...')); ?>" required>
</select>
</div>
</div>
</div>
<?php $__currentLoopData = $performance; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $performances): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="row">
<div class="col-md-12 mt-3">
<h6><?php echo e($performances->name); ?></h6>
<hr class="mt-0">
</div>
<?php $__currentLoopData = $performances->types; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $types): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="col-6">
<?php echo e($types->name); ?>
</div>
<div class="col-6">
<fieldset id='demo1' class="rating">
<input class="stars" type="radio" id="technical-5-<?php echo e($types->id); ?>" name="rating[<?php echo e($types->id); ?>]" value="5"/>
<label class="full" for="technical-5-<?php echo e($types->id); ?>" title="Awesome - 5 stars"></label>
<input class="stars" type="radio" id="technical-4-<?php echo e($types->id); ?>" name="rating[<?php echo e($types->id); ?>]" value="4"/>
<label class="full" for="technical-4-<?php echo e($types->id); ?>" title="Pretty good - 4 stars"></label>
<input class="stars" type="radio" id="technical-3-<?php echo e($types->id); ?>" name="rating[<?php echo e($types->id); ?>]" value="3"/>
<label class="full" for="technical-3-<?php echo e($types->id); ?>" title="Meh - 3 stars"></label>
<input class="stars" type="radio" id="technical-2-<?php echo e($types->id); ?>" name="rating[<?php echo e($types->id); ?>]" value="2"/>
<label class="full" for="technical-2-<?php echo e($types->id); ?>" title="Kinda bad - 2 stars"></label>
<input class="stars" type="radio" id="technical-1-<?php echo e($types->id); ?>" name="rating[<?php echo e($types->id); ?>]" value="1"/>
<label class="full" for="technical-1-<?php echo e($types->id); ?>" title="Sucks big time - 1 star"></label>
</fieldset>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<div class="modal-footer">
<input type="button" value="<?php echo e(__('Cancel')); ?>" class="btn btn-light" data-bs-dismiss="modal">
<input type="submit" value="<?php echo e(__('Create')); ?>" class="btn btn-primary">
</div>
<?php echo e(Form::close()); ?>
<?php /**PATH /var/www/erp.theinteractive.co.in/resources/views/indicator/create.blade.php ENDPATH**/ ?>