IMMREX7
<?php $__env->startSection('content'); ?>
<div class="row clearfix">
<div class="col-sm-12">
<div class="card">
<div class="header">
<h2><strong>Uploaded Documents </strong></h2>
</div>
<div class="body table-responsive">
<?php if(isset($document) && !empty($document)): ?>
<table class="table table-bordered table-striped table-hover">
<thead>
<tr>
<td>PHOTO</td>
<td><a href="<?php echo e(url('/school/registration/'.$document->idRegDocument.'/photo/view')); ?>" target="_blank">View</a></td>
</tr>
<tr>
<td>Aadhaar Card</td>
<td><a href="<?php echo e(url('/school/registration/'.$document->idRegDocument.'/aadharCopy/view')); ?>" target="_blank">View</a></td>
</tr>
<?php if($document->slc !=null): ?>
<tr>
<td>School Leaving Certificate</td>
<td><a href="<?php echo e(url('/school/registration/'.$document->idRegDocument.'/slc/view')); ?>" target="_blank">View</a></td>
</tr>
<?php endif; ?>
<?php if($document->migrationCertificate !=null): ?>
<tr>
<td>Migration Certificate</td>
<td><a href="<?php echo e(url('/school/registration/'.$document->idRegDocument.'/migrationCertificate/view')); ?>" target="_blank">View</a></td>
</tr>
<?php endif; ?>
<?php if($document->marksheet !=null): ?>
<tr>
<td>Marksheet</td>
<td><a href="<?php echo e(url('/school/registration/'.$document->idRegDocument.'/marksheet/view')); ?>" target="_blank">View</a></td>
</tr>
<?php endif; ?>
<?php if($document->otherdoc !=null): ?>
<tr>
<td>Other Document</td>
<td><a href="<?php echo e(url('/school/registration/'.$document->idRegDocument.'/'.$document->otherdoc)); ?>">View</a></td>
</tr>
<?php endif; ?>
</thead>
</table>
<?php else: ?>
<?php if(isset($masters)): ?>
<?php if($masters->count() > 0): ?>
<table class="table table-bordered table-striped table-hover">
<thead>
<?php $__currentLoopData = $masters; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $docs): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($docs->documentName); ?></td>
<td><a href="<?php echo e(url('/school/registration/'.$docs->idRegistration.'/'.$docs->documentName.'/view')); ?>" target="_blank">View</a></td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</thead>
</table>
<?php endif; ?>
<?php else: ?>
<p>No Documents Found</p>
<?php endif; ?>
<?php endif; ?>
</div>
</div>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('schools.school_layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
Copyright © 2021 -