WordPress

Coming Soon

revealability
<?php $__env->startSection('title','Edit Staff Detail'); ?> <?php $__env->startSection('main_container'); ?> <!--== BODY INNER CONTAINER ==--> <div class="sb2-2"> <!--== breadcrumbs ==--> <div class="sb2-2-2"> <ul> <li><a href="index-2"><i class="fa fa-home" aria-hidden="true"></i> Home</a> </li> <li class="active-bre"><a href="#"> Update Document</a> </li> </ul> </div> <!--== User Details ==--> <div class="sb2-2-3"> <div class="row"> <div class="col-md-12"> <div class="box-inn-sp admin-form"> <div class="sb2-2-add-blog sb2-2-1"> <h2>Update Your Staff Detail Information</h2> <p><?php if(session()->has('success')): ?> <i class="alert alert-success"><?php echo e(session('success')); ?></i> <?php endif; ?></p> <ul class="nav nav-tabs tab-list"> <li class="active"><a data-toggle="tab" href="#menu5" aria-expanded="false"><i class="fa fa-info" aria-hidden="true"></i> <span>Staff</span></a> </li> </ul> <div class="tab-content"> <div id="menu5" class="tab-pane fade active in"> <div class="inn-title"> <h4>Staff Details - NUMBERS (FT=Full time, PT=Part time)</h4> </div> <div class="bor"> <form action="<?php echo e(url('/edit_staff/'.$fetch->id)); ?>" method="post" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="row"> <div class="input-field col s4" style="padding-top:57px;"> <input id="t5-n1" type="text" class="validate" value="Management" readonly> </div> <div class="input-field col s1" style="padding-top:25px;"> <p>Permanent<span style="color:red">*</span></p> <input id="t5-n2" type="text" class="validate" name="man_permanent" value="<?php echo $fetch->man_permanent ?>"> <?php if($errors->has('man_permanent')): ?> <span class="text-danger"><?php echo e($errors->first('man_permanent')); ?></span> <?php endif; ?> </div> <div class="input-field col s1" style="padding-top:58px;"> <input id="t5-n2" type="text" class="validate" name="man_permanent_shift" placeholder="PT/FT" value="<?php echo $fetch->man_permanent_shift ?>"> <?php if($errors->has('man_permanent_shift')): ?> <span class="text-danger"><?php echo e($errors->first('man_permanent_shift')); ?></span> <?php endif; ?> </div> <div class="input-field col s1"style="padding-top:25px;" > <p> Temporary<span style="color:red">*</span></p> <input id="t5-n2" type="text" class="validate" name="man_temporary" value="<?php echo $fetch->man_temporary ?>"> <?php if($errors->has('man_temporary')): ?> <span class="text-danger"><?php echo e($errors->first('man_temporary')); ?></span> <?php endif; ?> </div> <div class="input-field col s1" style="padding-top:60px;"> <input id="t5-n2" type="text" class="validate" placeholder="PT/FT" name="man_temporary_shift" value="<?php echo $fetch->man_temporary_shift ?>"> <?php if($errors->has('man_temporary_shift')): ?> <span class="text-danger"><?php echo e($errors->first('man_temporary_shift')); ?></span> <?php endif; ?> </div> <div class="input-field col s1" style="padding-top:25px;"> <p>Contractual<span style="color:red">*</span></p> <input id="t5-n2" type="text" class="validate" name="man_contractual" value="<?php echo $fetch->man_contractual ?>"> <?php if($errors->has('man_contractual')): ?> <span class="text-danger"><?php echo e($errors->first('man_contractual')); ?></span> <?php endif; ?> </div> <div class="input-field col s1" style="padding-top:60px;"> <input id="t5-n2" type="text" class="validate" name="man_contractual_shift" placeholder="PT/FT" value="<?php echo $fetch->man_contractual_shift ?>"> <?php if($errors->has('man_contractual_shift')): ?> <span class="text-danger"><?php echo e($errors->first('man_contractual_shift')); ?></span> <?php endif; ?> </div> <div class="input-field col s1" style="padding-top:25px;"> <p>Consulting<span style="color:red">*</span></p> <input id="t5-n2" type="text" class="validate" name="man_consulting_advisory" value="<?php echo $fetch->man_consulting_advisory ?>"> <?php if($errors->has('man_consulting_advisory')): ?> <span class="text-danger"><?php echo e($errors->first('man_consulting_advisory')); ?></span> <?php endif; ?> </div> <div class="input-field col s1" style="padding-top:60px;"> <input id="t5-n2" type="text" class="validate" name="man_consulting_shift" placeholder="PT/FT" value="<?php echo $fetch->man_consulting_shift ?>"> <?php if($errors->has('man_consulting_shift')): ?> <span class="text-danger"><?php echo e($errors->first('man_consulting_shift')); ?></span> <?php endif; ?> </div> </div> <div class="row"> <div class="input-field col s4"> <input id="t5-n3" type="text" class="validate" value="Non - Management" readonly> </div> <div class="input-field col s1"> <input id="t5-n4" type="text" class="validate" name="non_man_permanent" value="<?php echo $fetch->non_man_permanent ?>"> <?php if($errors->has('non_man_permanent')): ?> <span class="text-danger"><?php echo e($errors->first('non_man_permanent')); ?></span> <?php endif; ?> </div> <div class="input-field col s1"> <input id="t5-n4" type="text" class="validate" name="non_man_permanent_shift" placeholder="PT/FT" value="<?php echo $fetch->non_man_permanent_shift ?>"> <?php if($errors->has('non_man_permanent_shift')): ?> <span class="text-danger"><?php echo e($errors->first('non_man_permanent_shift')); ?></span> <?php endif; ?> </div> <div class="input-field col s1"> <input id="t5-n4" type="text" class="validate" name="non_man_temporary" value="<?php echo $fetch->non_man_temporary ?>"> <?php if($errors->has('non_man_temporary')): ?> <span class="text-danger"><?php echo e($errors->first('non_man_temporary')); ?></span> <?php endif; ?> </div> <div class="input-field col s1"> <input id="t5-n4" type="text" class="validate" name="non_man_temporary_shift" placeholder="PT/FT" value="<?php echo $fetch->non_man_temporary_shift ?>"> <?php if($errors->has('non_man_temporary_shift')): ?> <span class="text-danger"><?php echo e($errors->first('non_man_temporary_shift')); ?></span> <?php endif; ?> </div> <div class="input-field col s1"> <input id="t5-n4" type="text" class="validate" name="non_man_contractual" value="<?php echo $fetch->non_man_contractual ?>"> <?php if($errors->has('non_man_contractual')): ?> <span class="text-danger"><?php echo e($errors->first('non_man_contractual')); ?></span> <?php endif; ?> </div> <div class="input-field col s1"> <input id="t5-n4" type="text" class="validate" name="non_man_contractual_shift" placeholder="PT/FT" value="<?php echo $fetch->non_man_contractual_shift ?>"> <?php if($errors->has('non_man_contractual_shift')): ?> <span class="text-danger"><?php echo e($errors->first('non_man_contractual_shift')); ?></span> <?php endif; ?> </div> <div class="input-field col s1"> <input id="t5-n2" type="text" class="validate" name="non_man_consulting_advisory" value="<?php echo $fetch->non_man_consulting_advisory ?>"> <?php if($errors->has('non_man_consulting_advisory')): ?> <span class="text-danger"><?php echo e($errors->first('non_man_consulting_advisory')); ?></span> <?php endif; ?> </div> <div class="input-field col s1"> <input id="t5-n2" type="text" class="validate" name="non_man_consulting_shift" placeholder="PT/FT" value="<?php echo $fetch->non_man_consulting_shift ?>"> <?php if($errors->has('non_man_consulting_shift')): ?> <span class="text-danger"><?php echo e($errors->first('non_man_consulting_shift')); ?></span> <?php endif; ?> </div> </div> <div class="row"> <div class="input-field col s12"> <i class="waves-effect waves-light btn-large waves-input-wrapper" style=""><input type="submit" class="waves-button-input" value="Submit"></i> </div> </div> </form> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('User.Layout.main_layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\iimtlms\resources\views/User/edit_staff.blade.php ENDPATH**/ ?>