IMMREX7
<!DOCTYPE html>
<html lang="<?php echo e(app()->getLocale()); ?>">
<?php echo $__env->make('layouts.partial.head', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<body class="theme-purple">
<div class="overlay"></div>
<div class="row" style="margin:0px !important;">
<div class="col-sm-1"></div>
<?php if($registration->form_type != "R"): ?>
<div class="col-sm-10">
<div class="card">
<div style="text-align: center;">
<a><img src="<?php echo e(asset('storage/schools/'.$school->idSchool.'/'.$school->schoolLogo)); ?>" width="90" alt="School MIS"></a>
<h2 style="text-align: center; font-size: 20px;"><strong> Enquiry Submitted</strong></h2>
</div>
<div class="body">
<div class="header">
<h2><strong>Thanks For Your enquiry. Your Enquiry No is - (<?php if(isset($regno)): ?> <?php echo e($regno); ?> <?php endif; ?>)</strong></h2>
</div>
<p>Save this for your future reference.You will receive a call shortly from school.</p>
</div>
</div>
<div class="col-sm-1"></div>
</div>
<?php else: ?>
<div class="col-sm-10">
<div class="card">
<div style="text-align: center;">
<a><img src="<?php echo e(asset('storage/schools/'.$school->idSchool.'/'.$school->schoolLogo)); ?>" width="90" alt="School MIS"></a>
<h2 style="text-align: center; font-size: 20px;"><strong> Registration Successful !!</strong></h2>
</div>
<div class="body">
<div class="header">
<h2><strong>Thanks For Your Registration. Your Registration No is - (<?php if(isset($regno)): ?> <?php echo e($regno); ?> <?php endif; ?>)</strong></h2>
</div>
<p>Save this for your future reference.You will receive a call shortly from school.</p>
<p><strong>Now Upload these Documents For Further Processing.</strong></p>
<?php if($message = Session::get('error')): ?>
<div class="alert alert-danger alert-block">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong><?php echo e($message); ?></strong>
</div>
<?php endif; ?>
<?php echo Form::open(['url' => 'uploadregdocuments', 'class' => 'form-horizontal','files'=>true, 'enctype'=>'multipart/form-data']); ?>
<input type="hidden" name="registrationNo" value="<?php echo e($registration->registrationNo); ?>">
<?php if(count($documentMaster) > 0): ?>
<?php $__currentLoopData = $documentMaster; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key=>$value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<div class="row clearfix">
<div class="col-sm-5 form-control-label">
<label for="classname"><?php echo e($value); ?></label>
</div>
<div class="col-sm-6">
<div class="form-group">
<?php if(count($uploaded) == 0): ?>
<?php echo Form::file(str_replace(' ', '_',strtolower($value)),null,['class' => 'form-control','required'=>'required']); ?>
<?php if($errors->has(str_replace(' ', '_',strtolower($value)))): ?>
<label id="minmaxlength-error" class="error" for="minmaxlength">
<strong><?php echo e($errors->first(str_replace(' ', '_',strtolower($value)))); ?></strong>
</label>
<?php endif; ?>
<?php else: ?> <?php if(!in_array($value, $uploaded, TRUE)): ?>
<?php echo Form::file(str_replace(' ', '_',strtolower($value)),null,['class' => 'form-control','required'=>'required']); ?>
<?php if($errors->has(str_replace(' ', '_',strtolower($value)))): ?>
<label id="minmaxlength-error" class="error" for="minmaxlength">
<strong><?php echo e($errors->first(str_replace(' ', '_',strtolower($value)))); ?></strong>
</label>
<?php endif; ?>
<?php else: ?>
<label style="color:green;">Uploaded</label>
<?php endif; ?>
<?php endif; ?>
</div>
</div>
</div>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
<?php endif; ?>
<div class="row clearfix">
<div class="col-sm-8 offset-sm-2">
<?php echo Form::submit('SAVE',['class' => 'btn btn-raised btn-primary btn-round waves-effect']); ?>
</div>
</div>
<?php echo Form::close(); ?>
</div>
</div>
<div class="col-sm-1"></div>
</div>
<?php endif; ?>
</div>
</div>
<!-- Scripts -->
<?php echo $__env->make('layouts.partial.script', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('onlinereg.regscript', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</body>
</html>
Copyright © 2021 -