WordPress

Coming Soon

revealability

File "b1a91f5c0407a424ead74a953ee04d22b5eca0ef.php"

Full Path: /home/karnava/public_html/center.karnavati.in/storage/framework/views/b1a91f5c0407a424ead74a953ee04d22b5eca0ef.php
File size: 15.63 KB
MIME-type: text/html
Charset: utf-8

 	
<?php $__env->startSection('title','Learner Registration'); ?>
<?php $__env->startSection('main_container'); ?>
<div class="main-panel">        
        <div class="content-wrapper">
          <div class="page-header">
            <h3 class="page-title">
            Apply to Endorse your Qualifications/Trainings/Courses
            </h3>
            <nav aria-label="breadcrumb">
                <ol class="breadcrumb">
                <li class="breadcrumb-item"><a href="#">Home</a></li>
                <li class="breadcrumb-item active" aria-current="page">Learner Registration</li>
                </ol>
            </nav>
          </div>
          <div class="row">
            <div class="col-12 grid-margin">
                <div class="card">
                    <div class="card-body">
                    <h4 class="card-title"></h4>
                        <div class="wizard2">
                            <div class="step">
                                <ul role="tablist">
                                    <li  role="tab"><a href="#" type="button" class="btn btn-primary btn-fw"  id = "tabs1" onclick = "showTab(1,2)">Organization</a></li>
                                    <li  role="tab"><a href="#" type="button" class="btn btn-primary btn-fw"  id = "tabs2" onclick = "showTab(2,2)">Establishment</a></li>
                                </ul>
                            </div><br>
                            <div id="tabs-1" class="formabc">
                                
                                <form  action="<?php echo e(url('/edit_endorse_qualification/'.$fetch->form_id)); ?>"  method="post" enctype="multipart/form-data">
                                    <?php echo csrf_field(); ?>
                                    <input type="hidden" name="form_id" id="form_id" value="<?php echo $fetch->form_id?>"/>
                                    <div class="form-group">
                                        <label for="title">Qualification title <span style="color:red;">*</span></p></label>
                                        <input type="text" class="form-control" aria-describedby="emailHelp"  id="title" name="title" value="<?php echo e($fetch->title); ?>">
                                        <span class="text-danger" id="name_of_applicantErrorMsg"></span>
                                    </div>
                                    <div class="form-group">
                                        <label for="level_qualification">Level of Qualification<span style="color:red;">*</span></p></label>
                                        <input type="text" class="form-control" aria-describedby="emailHelp"  id="level_qualification" name="level_qualification" value="<?php echo e($fetch->level_qualification); ?>">
                                        <span class="text-danger" id="contactErrorMsg"></span>
                                    </div>
                                    <div class="form-group">
                                        <label for="registered_learners"> Currently total registered learners in each qualification <span style="color:red;">*</span></p></label>
                                        <input type="text" class="form-control" aria-describedby="emailHelp"  id="registered_learners" name="registered_learners" value="<?php echo e($fetch->registered_learners); ?>">
                                        <span class="text-danger" id="emailErrorMsg"></span>
                                    </div>
                                    <div class="form-group">
                                        <label for="projects">next three years projection <span style="color:red;">*</span></p></label>
                                        <input type="text" class="form-control" aria-describedby="emailHelp"  id="projects" name="projects" value="<?php echo e($fetch->projects); ?>">
                                        <span class="text-danger" id="communicate_modeErrorMsg"></span>
                                    </div>
                                    <div class="form-group">
                                        <label for="credit_hours">Credit hours of qualification<span style="color:red;">*</span></p></label>
                                        <input type="text" class="form-control" aria-describedby="emailHelp"  id="credit_hours" name="credit_hours" value="<?php echo e($fetch->credit_hours); ?>">
                                        <span class="text-danger" id="organisation_nameErrorMsg"></span>
                                    </div>
                                    <div class="form-group">
                                        <label for="total_time">Total Qualification Time<span style="color:red">*</span></p></label>
                                        <input type="text" class="form-control" aria-describedby="emailHelp"  id="total_time" name="total_time" value="<?php echo e($fetch->total_time); ?>" >
                                        <span class="text-danger" id="name_directorErrorMsg"></span>
                                    </div>
                                    <div class="form-group">
                                        <label for="guided_hours">Guided Learning Hours<span style="color:red">*</span></p></label>
                                        <input type="text" class="form-control" name="guided_hours"  id="guided_hours" value="<?php echo e($fetch->guided_hours); ?>" >
                                        <span class="text-danger" id="nature_organizationErrorMsg"></span>
                                    </div>
                                    
                                        
                                    
                                    
                                    <a href="#"  class="btn btn-primary btn-fw float-right" onclick = "showTab(2,2)">Next</a>
                                <br>
                            </div>
                            <div id="tabs-2" class="formabc" style="display: none">
                                
                                <div class="form-group">
                                    <label for="target_number">Qualification wise learners targeted numbers <span style="color:red">*</span></label>
                                    <textarea class="form-control" name="target_number"  id="target_number"><?php echo e($fetch->target_number); ?></textarea>
                                    <span class="text-danger" id="office_addressErrorMsg"></span>
                                </div>
                                <div class="form-group">
                                    <label for="qualification_need">Details of why Centre feel, this qualification is needed in the market<span style="color:red">*</span></label>
                                    <textarea class="form-control" name="qualification_need"  id="qualification_need"><?php echo e($fetch->qualification_need); ?></textarea>
                                    <span class="text-danger" id="other_branch_locationErrorMsg"></span>
                                </div>
                                <div class="form-group">
                                    <label for="qualification_delivery">Details of staff involved in the qualification delivery<span style="color:red">*</span></label>
                                    <textarea class="form-control" name="qualification_delivery"  id="qualification_delivery"><?php echo e($fetch->qualification_delivery); ?></textarea>
                                    <span class="text-danger" id="other_branch_locationErrorMsg"></span>
                                </div>
                                <div class="form-group">
                                    <label for="resource">Details of resources available with centre to deliver the qualification <span style="color:red">*</span></label>
                                    <textarea class="form-control" name="resource"  id="resource"><?php echo e($fetch->resource); ?></textarea>
                                    <span class="text-danger" id="other_branch_locationErrorMsg"></span>
                                </div>
                                <div class="row">
                                    <div class="form-group" id="cvss" style="margin-left: 15px;">
                                        <label for="">Staff CVs and their competency to deliver the qualification should be at par with qualification criteria <span style="color:red">*</span></label>
                                        <input type="file" class="form-control" id="staff_cv" name="staff_cv[]" value="<?php echo e($fetch->staff_cv); ?>"><br> 
                                        <?php if($errors->has('staff_cv')): ?>	
                                        <span class="text-danger" ><?php echo e(($errors->first('staff_cv'))); ?></span>
                                        <?php endif; ?>
                                        
                                        <?php
                                            $staff_cv=$fetch->staff_cv;
                                            $img_arr=explode(",",$staff_cv);
                                            
                                            foreach($img_arr as $d)
                                            {
                                        ?>	
                                        <?php
                                            if($fetch->staff_cv != '')
                                            {
                                        ?>
                                            <a href="<?php echo e(asset('Admin/upload/staff_cv/'.$d)); ?>" target="_blank"><i class="fa fa-paperclip menu-icon"></i></a>
                                            <a href="javascript:void(0)" data-delete_url="<?php echo e(url('remove_images/'.$fetch->form_id)); ?>" class="btnDel">Remove Image</a>
                                        <?php
                                            }
                                            else{
                                        ?>
                                            <input type="file" class="form-control" id="exampleInputUsername1" name="staff_cv[]" value="<?php echo e($fetch->staff_cv); ?>"><br>
                                        <?php
                                        }
                                        ?>
                                        <?php
                                            }
                                        ?>
                                    </div>
                                    <div class="form-group">
                                        <label for=""></label>
                                        <a href="#" class="plss form-control"  style="color:white;background-color:red;margin-left:4px;" >+</a>
                                    </div>   
                                    <div class="form-group">
                                        <label for=""></label>
                                        <a href="#" class="miss form-control" style="color:white;background-color:red;margin-left:4px;">-</a>
                                    </div>
                                </div>
                                <div class="form-group">
                                    <label for="quality_assurance">How centre will be able to ensure the quality assurance of delivery and assessment <span style="color:red">*</span></label>
                                    <textarea class="form-control" name="quality_assurance"  id="quality_assurance"><?php echo e($fetch->quality_assurance); ?></textarea>
                                    <span class="text-danger" id="other_branch_locationErrorMsg"></span>
                                </div>
                                <div class="form-group">
                                    <label for="class_info"> Classroom information where the centre is intending to deliver the qualification <span style="color:red">*</span></label>
                                    <textarea class="form-control" name="class_info"  id="class_info"><?php echo e($fetch->class_info); ?></textarea>
                                    <span class="text-danger" id="other_branch_locationErrorMsg"></span>
                                </div>

                                <div class="form-group">
                                    <label for="assessment_method">Specified assessment method which the centre is proposing for that qualification (must be chosen from the assessment policy of IIMT Studies) <span style="color:red">*</span></label>
                                    <textarea class="form-control" name="assessment_method"  id="assessment_method"><?php echo e($fetch->assessment_method); ?></textarea>
                                    <span class="text-danger" id="other_branch_locationErrorMsg"></span>
                                </div>
                                <div class="form-group">
                                    <label for="third_party">  Any third party involved in qualification delivery along with centre<span style="color:red">*</span></label>
                                    <textarea class="form-control" name="third_party"  id="third_party"><?php echo e($fetch->third_party); ?></textarea>
                                    <span class="text-danger" id="other_branch_locationErrorMsg"></span>
                                </div>    
                                    
                                <div class="form-group">
                                    <label for="exampleInputUsername1">I confirm that the application I am submitting, including documents, information and projections are correct and genuine.<span style="color:red">*</span></label>
                                    <?php if($fetch->document_confirmation == 'Agree'): ?>
                                    <input type="checkbox" name="document_confirmation" checked style="margin-left:15px;" value="Agree" required>
                                    <?php else: ?>
                                    <input type="checkbox" name="document_confirmation"  style="margin-left:15px;" value="Agree" required>
                                    <?php endif; ?>
                                </div>

                                <div class="form-group">
                                    <label for="exampleInputUsername1">I also confirm I have read all policies and processes and agree to comply quality processes defined by IIMT Studies at all times.<span style="color:red">*</span></label>
                                    <?php if($fetch->policies_confirmation == 'Agree'): ?>
                                    <input type="checkbox" name="policies_confirmation" checked style="margin-left:15px;" value="Agree" required>
                                    <?php else: ?>
                                    <input type="checkbox" name="policies_confirmation"  style="margin-left:15px;" value="Agree" required>
                                    <?php endif; ?>
                                </div> 
                                
                                    <button type="submit" class="btn btn-primary btn-fw float-right" >Submit</button>
                                </form><br>
                                <a href="#"  class="btn btn-primary btn-fw float-left"  onclick = "showTab(1,2)" >Previous</a>
                            </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\center\resources\views/User/edit_endorse_qualification.blade.php ENDPATH**/ ?>