WordPress

Coming Soon

revealability
<?php $__env->startSection('title','View Details'); ?> <?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="container" style="background-color:white"> <div class="row"> <div class="col-4"> <img src="<?php echo e(url('Admin/images/user.png')); ?>" alt="profile" class="img-lg w3-round mb-3 mt-5 ml-5" /> </div> <div class="col-8"> <div class="mt-5"> Name : Mohini<br> Phone : 4364665<br> Email : Mohini@gmail.com </div> </div> </div> </div> <div class="row"> <div class="col-12 grid-margin"> <div class="card row"> <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)">Application Form</a></li> <li role="tab"><a href="#" type="button" class="btn btn-primary btn-fw" id = "tabs2" onclick = "showTab(2,2)">Documents</a></li> </ul> </div><br> <div id="tabs-1" class="formabc"> <table class="table table-striped"> <thead> <tr> <th>No.</th> <th>Document Type </th> <th>Document </th> <th>Status </th> </tr> </thead> <tbody> <tr> <td>No.</td> <td>Document Type </td> <td>Document </td> <td>Status </td> </tr> </tbody> </table> <!-- <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(old('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(old('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(old('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(old('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="exampleInputUsername1">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="exampleInputUsername1" name="staff_cv[]" value="<?php echo e(old('staff_cv')); ?>"><br> </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(old('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(old('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(old('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(old('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> <input type="checkbox" name="document_confirmation" style="margin-left:15px;" value="Agree" required> </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> <input type="checkbox" name="policies_confirmation" style="margin-left:15px;" value="Agree" required> </div> <!-- <button type="submit" class="btn btn-primary btn-fw float-right" >Next</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('Admin.Layout.main_layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH C:\xampp\htdocs\center\resources\views/Admin/view_all_information.blade.php ENDPATH**/ ?>