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" onload="window.print();">
<div class="container-fluid">
<div class="row clearfix">
<div class="col-sm-12">
<div class="card">
<!-- <div class="header">
<h2><strong>Admission Entry</strong></h2>
<span style="float: right"><a class="btn btn-sm btn-primary" target="_blank" href="<?php echo e(url('school/print/'.$student->idStudent)); ?>">Print</a></span>
</div>-->
<div class="body">
<div class="row clearfix">
<div class="col-sm-12">
<div class="card member-card" style="margin-bottom:10px;margin-top: 50px;">
<div class="member-img" >
<a href="#" class="">
<img src="<?php echo e(asset('storage/schools/'.$student->idSchool.'/students/'.$student->photo)); ?>" class="rounded-circle">
</a>
</div>
<div class="">
<h4 class="m-t-10"><?php echo e($student->firstName); ?> <?php echo e($student->middleName); ?> <?php echo e($student->lastName); ?></h4>
</div>
<div class="body">
<div class="col-12">
<p class="text-muted">EC No. <?php echo e($student->ecNo); ?></p>
<p class="text-muted">Admission No. <?php echo e($student->admissionNo); ?></p>
</div>
<hr>
</div>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-4">
<p style="margin-bottom: 0px;"><strong>Basic Information</strong></p>
<div class="card">
<div class="tab-content">
<div class="tab-pane body active" id="about">
<small class="text-muted"><strong>Full Name : <?php echo e($student->firstName); ?> <?php echo e($student->middleName); ?> <?php echo e($student->lastName); ?> </strong></small>
<hr>
<small class="text-muted"><strong>Class : <?php echo e($student->classM->className); ?></strong></small>
<hr>
<small class="text-muted"><strong>Section : <?php echo e($student->section->sectionName); ?></strong></small>
<hr>
<small class="text-muted"><strong>Type : <?php echo e($student->studentType); ?></strong></small>
<hr>
<small class="text-muted"><strong>Blood Group: <?php echo e($student->bloodGroup); ?></strong> </small>
<hr>
<small class="text-muted"><strong>DOB : <?php echo e($student->studentDob); ?></strong></small>
<hr>
<small class="text-muted"><strong>Gender : <?php echo e($student->gender); ?></strong></small>
<hr>
<small class="text-muted"><strong>Aadhaar No : <?php echo e($student->aadhaarNo); ?></strong></small>
<hr>
<small class="text-muted"><strong>Religion : <?php echo e($student->religion); ?></strong></small>
<hr>
<small class="text-muted"><strong>Mother Tounge : <?php echo e($student->motherTounge); ?></strong></small>
<hr>
<small class="text-muted"><strong>Student UID : <?php echo e($student->studentUID); ?></strong></small>
<hr>
<small class="text-muted"><strong>Saral No : <?php echo e($student->saralNo); ?></strong></small>
<hr>
<small class="text-muted"><strong>GR No : <?php echo e($student->grNo); ?></strong></small>
<p class="m-b-0"></p>
</div>
</div>
</div>
</div>
<div class="col-4">
<p style="margin-bottom: 0px;"><strong>Parents Details</strong></p>
<div class="card">
<div class="tab-content">
<div class="tab-pane body active" id="about">
<small class="text-muted"><strong>Father Name : <?php echo e($student->father_fname); ?> <?php echo e($student->father_lname); ?> </strong></small>
<hr>
<small class="text-muted"><strong>Father Qualification : <?php echo e($student->father_qualification); ?></strong></small>
<hr>
<small class="text-muted"><strong>Father Occupation : <?php echo e($student->father_occupation); ?></strong></small>
<hr>
<small class="text-muted"><strong>Father Designation : <?php echo e($student->father_designation); ?></strong></small>
<hr>
<small class="text-muted"><strong>Father Mobile : <?php echo e($student->father_mobile); ?></strong></small>
<hr>
<small class="text-muted"><strong>Father Email : <?php echo e($student->father_email); ?></strong></small>
<hr>
<small class="text-muted"><strong>Mother Name : <?php echo e($student->mother_fname); ?> <?php echo e($student->mother_lname); ?></strong></small>
<hr>
<small class="text-muted"><strong>Mother Qualification: <?php echo e($student->mother_qualification); ?></strong> </small>
<hr>
<small class="text-muted"><strong>Mother Occupation : <?php echo e($student->mother_occupation); ?></strong></small>
<hr>
<small class="text-muted"><strong>Mother Designation : <?php echo e($student->mother_designation); ?></strong></small>
<hr>
<small class="text-muted"><strong>Mother Mobile : <?php echo e($student->mother_mobile); ?></strong></small>
<hr>
<small class="text-muted"><strong>Mother Email : <?php echo e($student->mother_email); ?></strong></small>
<hr>
</div>
</div>
</div>
</div>
<div class="col-4">
<p style="margin-bottom: 0px;"><strong>Details of Last School Attended</strong></p>
<div class="card">
<div class="tab-content">
<div class="tab-pane body active" id="about">
<small class="text-muted"><strong>Name of the School : <?php echo e($student->lastSchool); ?> </strong></small>
<hr>
<small class="text-muted"><strong>Curriculum/Board : <?php echo e($student->board); ?></strong></small>
<hr>
<small class="text-muted"><strong>Percentage : <?php echo e($student->percentage); ?></strong></small>
<hr>
<small class="text-muted"><strong>Address : <?php echo e($student->lastSchoolAddress); ?></strong></small>
<hr>
<small class="text-muted"><strong>City: <?php echo e($student->lastSchoolCity); ?></strong> </small>
<hr>
<small class="text-muted"><strong>Postal/zipcoode : <?php echo e($student->lastSchoolPincode); ?></strong></small>
<hr>
<small class="text-muted"><strong>State : <?php echo e(isset($student->lastschoolstate->stateName) ? $student->lastschoolstate->stateName : ''); ?></strong></small>
<hr>
<small class="text-muted"><strong>Telephone : <?php echo e($student->lastSchoolPincode); ?></strong></small>
<hr>
<small class="text-muted"><strong>Reason for Change : <?php echo e($student->reasonForChange); ?></strong></small>
</div>
</div>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-4">
<p style="margin-bottom: 0px;"><strong>Emergency Contact Information</strong></p>
<div class="card">
<div class="tab-content">
<div class="tab-pane body active" id="about">
<small class="text-muted"><strong>Contact Person : <?php echo e($student->contactPerson); ?></strong></small>
<hr>
<small class="text-muted"><strong>Relationship with the Child : <?php echo e($student->contactPersonRelation); ?></strong></small>
<hr>
<small class="text-muted"><strong>Telephone : <?php echo e($student->contactPersonTel); ?></strong></small>
<hr>
<small class="text-muted"><strong>Mobile : <?php echo e($student->contactPersonMobile); ?></strong></small>
<hr>
<small class="text-muted"><strong>Address of Contact Person: <?php echo e($student->contactPersonAddress); ?></strong> </small>
</div>
</div>
</div>
</div>
<div class="col-4">
<p style="margin-bottom: 0px;"><strong>Contact Information:Residential</strong></p>
<div class="card">
<div class="tab-content">
<div class="tab-pane body active" id="about">
<small class="text-muted"><strong>Residential Address: <?php echo e($student->resAddress); ?></strong></small>
<small class="text-muted"><strong>City : <?php echo e($student->resCity); ?></strong></small>
<hr>
<small class="text-muted"><strong>Postal/Zipcode : <?php echo e($student->resPincode); ?></strong></small>
<hr>
<small class="text-muted"><strong>Landmark : <?php echo e($student->landmark); ?></strong></small>
<hr>
<small class="text-muted"><strong>State : <?php echo e(isset($student->state->stateName) ? $student->state->stateName : ''); ?></strong></small>
<hr>
<small class="text-muted"><strong>Telephone: <?php echo e($student->resTelephone); ?></strong> </small>
<hr>
<p class="m-b-0"></p>
</div>
</div>
</div>
</div>
<div class="col-4">
<p style="margin-bottom: 0px;"><strong>Requirements</strong></p>
<div class="card">
<div class="tab-content">
<div class="tab-pane body active" id="about">
<small class="text-muted"><strong>Do You require food service facility for your child.? : <?php if($student->food == 'Y'): ?> YES <?php else: ?> NO <?php endif; ?></strong></small>
<hr>
<small class="text-muted"><strong>Do You require transport service facility for your child.? : <?php if($student->transport == 'Y'): ?> YES <?php else: ?> NO <?php endif; ?></strong></small>
<hr>
<small class="text-muted"><strong>Has your child identified with any learning disability.? : <?php if($student->learningDisability == 'Y'): ?> YES <?php else: ?> NO <?php endif; ?></strong></small>
<hr>
<small class="text-muted"><strong>Please specify any requirement if any.? : <?php echo e($student->otherRequirement); ?></strong></small>
<hr>
</div>
</div>
</div>
</div>
</div>
<?php if(count($student->siblings)>0): ?>
<div class="row clearfix">
<div class="col-12">
<p style="margin-bottom: 0px;"><strong>Details of Child's Sibling</strong></p>
<div class="card">
<div class="tab-content">
<div class="tab-pane body active" id="about">
<table class="table table-bordered">
<thead>
<tr>
<th>Sibling Name</th>
<th>Age</th>
<th>Education</th>
<th>Name Of The School</th>
</tr>
</thead>
<tbody>
<?php $__currentLoopData = $student->siblings; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $sdet): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<tr>
<td><?php echo e($sdet->fName); ?> <?php echo e($sdet->lName); ?></td>
<td><?php echo e($sdet->age); ?></td>
<td><?php echo e($sdet->education); ?></td>
<td><?php echo e($sdet->schoolName); ?></td>
</tr>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<?php endif; ?>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<?php echo $__env->make('layouts.partial.script', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->yieldContent('script'); ?>
</body>
</html>
Copyright © 2021 -