IMMREX7
<!DOCTYPE html>
<html>
<head>
<!-- <meta charset="utf-8"> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>School MIS</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">
<style type="text/css">
@page {
header: page-header;
footer: page-footer;
margin-top: 20pt;
margin-bottom: 10px;
}
section{
}
td {
padding-top: .5em;
white-space: nowrap;
padding-bottom: .5em;
}
body {
font-family: 'examplefont', sans-serif;
}
</style>
</head>
<body>
<!--<htmlpageheader name="page-header" >-->
<table class="table">
<tbody>
<tr>
<th style="width: 27%; padding: 0px; text-align:left;vertical-align:middle;"><img src="<?php echo e(asset('storage/schools/'.$school->idSchool.'/'.$school->schoolLogo)); ?>" height="90" width="90"></th>
<td style="vertical-align: middle;text-align: center; width:63%; padding: 0px; ">
<strong style="font-size:22px;"><?php echo e($school->schoolName); ?></strong><br>
<?php echo e($school->street); ?> <?php echo e($school->landmark); ?> <?php echo e($school->subArea); ?> <?php echo e($school->area); ?> <br>
<?php echo e($school->city); ?> <?php echo e($school->state->stateName); ?><br>
<strong>Contact No : <?php echo e($school->mobile); ?></strong><br>
<strong>Email : <?php echo e($school->email); ?></strong><br>
</td>
<td style="width:20%; padding: 0px; text-align: right;"><b><?php echo e($registrationDate); ?></b></td>
</tr>
</tbody>
</table>
<!--</htmlpageheader>-->
<section>
<div class="content">
<table style="width:100% ;border-collapse: collapse;overflow: wrap;margin-top:20px;text-align: left;">
<tbody>
<tr>
<td>1. Child Name </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">
<?php if(isset($reg_student->firstName)): ?>
<?php echo e(strtoupper($reg_student->firstName)); ?>
<?php endif; ?>
<?php if(isset($reg_student->middleName)): ?>
<?php echo e(strtoupper($reg_student->middleName)); ?>
<?php endif; ?>
<?php if(isset($reg_student->lastName)): ?>
<?php echo e(strtoupper($reg_student->lastName)); ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td>2. Date of Birth</td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">
<?php if(isset($reg_student->studentDob)): ?>
<?php echo e($reg_student->studentDob); ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td>3. Aadhar Card No</td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">
<?php if(isset($reg_student->aadhaarNo)): ?>
<?php echo e(strtoupper($reg_student->aadhaarNo)); ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td>4. Class in which Admission is require </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> <?php echo e($class->className); ?> </td>
</tr>
<tr>
<td>5. Name of previous school </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">
<?php if(isset($reg_student->lastSchool)): ?>
<?php echo e(strtoupper($reg_student->lastSchool)); ?>
<?php endif; ?>
(Board :
<?php if(isset($reg_student->board)): ?>
<?php echo e(strtoupper($reg_student->board)); ?>
<?php endif; ?>
)
</td>
</tr>
<tr>
<td>6. Father's Name </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> <?php if(isset($reg_student->father_fname)): ?>
<?php echo e(strtoupper($reg_student->father_fname)); ?>
<?php endif; ?>
<?php if(isset($reg_student->father_lname)): ?>
<?php echo e(strtoupper($reg_student->father_lname)); ?>
<?php endif; ?></td>
</tr>
<tr>
<td>7. Qualification </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> <?php if(isset($reg_student->father_qualification)): ?>
<?php echo e(strtoupper($reg_student->father_qualification)); ?>
<?php endif; ?></td>
</tr>
<tr>
<td>8. Occupation </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"><?php if(isset($reg_student->father_occupation)): ?>
<?php echo e(strtoupper($reg_student->father_occupation)); ?>
<?php endif; ?> </td>
</tr>
<tr>
<td>9. Designation </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> <?php if(isset($reg_student->father_designation)): ?>
<?php echo e(strtoupper($reg_student->father_designation)); ?>
<?php endif; ?></td>
</tr>
<tr>
<td> Mobile No </td>
<td colspan = "2" style="border-bottom: 1px dotted #000;text-decoration: none;"> <?php if(isset($reg_student->father_mobile)): ?>
<?php echo e(strtoupper($reg_student->father_mobile)); ?>
<?php endif; ?></td>
</tr>
<tr>
<td> Email Address </td>
<td colspan = "2" style="border-bottom: 1px dotted #000;text-decoration: none;"><?php if(isset($reg_student->father_email)): ?>
<?php echo e(strtoupper($reg_student->father_email)); ?>
<?php endif; ?> </td>
</tr>
<tr>
<td >10. Mother's Name </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"><?php if(isset($reg_student->mother_fname)): ?>
<?php echo e(strtoupper($reg_student->mother_fname)); ?>
<?php endif; ?>
<?php if(isset($reg_student->mother_lname)): ?>
<?php echo e(strtoupper($reg_student->mother_lname)); ?>
<?php endif; ?> </td>
</tr>
<tr>
<td >11. Qualification </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"><?php if(isset($reg_student->mother_qualification)): ?>
<?php echo e(strtoupper($reg_student->mother_qualification)); ?>
<?php endif; ?> </td>
</tr>
<tr>
<td >12. Professional </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> <?php if(isset($reg_student->mother_designation)): ?>
<?php if( $reg_student->mother_designation == "Professional"): ?> YES <?php else: ?> NO <?php endif; ?>
<?php endif; ?></td>
</tr>
<tr>
<td>13. Housewife </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> <?php if(isset($reg_student->mother_designation)): ?>
<?php if( $reg_student->mother_designation == "Housewife"): ?> YES <?php else: ?> NO <?php endif; ?>
<?php endif; ?></td>
</tr>
<tr>
<td> Mobile No</td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> <?php if(isset($reg_student->mother_mobile)): ?>
<?php echo e(strtoupper($reg_student->mother_mobile)); ?>
<?php endif; ?> </td>
</tr>
<tr>
<td>14. Which kind of school you are searching </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"><?php if(isset($reg_student->reasonForChange)): ?>
<?php echo e(strtoupper($reg_student->reasonForChange)); ?>
<?php endif; ?> </td>
</tr>
<tr>
<td>15. Religion </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"></td>
</tr>
<tr>
<td> Caste </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> </td>
</tr>
<tr>
<td >16. Residential Address </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> <?php if(isset($reg_student->resAddress)): ?>
<?php echo e(strtoupper($reg_student->resAddress)); ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td ></td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">
<?php if(isset($reg_student->resCity)): ?>
<?php echo e(strtoupper($reg_student->resCity)); ?>
<?php endif; ?>
<?php if(isset($reg_student->landmark)): ?>
<?php echo e(strtoupper($reg_student->landmark)); ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td ></td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">
<?php if(isset($reg_student->resState)): ?>
<?php echo e(strtoupper(DB::table('states')->where('idState',$reg_student->resState)->first()->stateName)); ?>
<?php endif; ?>
<?php if(isset($reg_student->resPincode)): ?>
<?php echo e(strtoupper($reg_student->resPincode)); ?>
<?php endif; ?>
</td>
</tr>
<?php if(isset($reg_student->about_school)): ?>
<tr>
<td>How you know about the School</td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"><?php echo e($reg_student->about_school); ?></td>
</tr>
<?php endif; ?>
<tr>
<td>17. Details if other Son/Daughter </td>
</tr>
</tbody>
</table>
<table cellpadding='10' cellspacing='10' style="width:100% ;border-collapse: collapse;overflow: wrap;margin-top:20px;" >
<tbody>
<tr>
<td>Name </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"></td>
<td>Age </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> </td>
<td>School </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> </td>
<td>Class </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> </td>
</tr>
</tbody>
</table>
<p></p>
<hr>
<p>For Office User Only.</p>
<p>Remarks <span style="border-bottom: 1px dotted #000;text-decoration: none;"></span></p>
</div>
</section>
<htmlpagefooter name="page-footer" >
</htmlpagefooter>
</body>
</html>
Copyright © 2021 -