WordPress

Coming Soon

revealability
<?php $__env->startSection('title','View Qualification '); ?> <?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); ?>" readonly> <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); ?>" readonly> <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); ?>" readonly> <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); ?>" readonly> <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); ?>" readonly> <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); ?>" readonly> <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); ?>" readonly> <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" readonly><?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" readonly><?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" readonly><?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" readonly><?php echo e($fetch->resource); ?></textarea> <span class="text-danger" id="other_branch_locationErrorMsg"></span> </div> <!-- <div class="row"> <div class="form-group" id="cv" 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; ?> --> <!-- </div> --> <!-- <div class="form-group"> <label for=""></label> <a href="#" class="pl form-control" style="color:white;background-color:red;margin-left:4px;" >+</a> </div> <div class="form-group"> <label for=""></label> <a href="#" class="mi 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" readonly><?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" readonly><?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" readonly><?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" readonly><?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> </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('Admin.Layout.main_layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\center\resources\views/Admin/endorse_qualification_form.blade.php ENDPATH**/ ?>