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="{{ 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="{{ 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;">{{$school->schoolName}}</strong><br>
{{$school->street}} {{$school->landmark}} {{$school->subArea}} {{$school->area}} <br>
{{$school->city}} {{$school->state->stateName}}<br>
<strong>Contact No : {{$school->mobile}}</strong><br>
<strong>Email : {{$school->email}}</strong><br>
</td>
<td style="width:20%; padding: 0px; text-align: right;"><b>{{$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;">
@if(isset($reg_student->firstName))
{{strtoupper($reg_student->firstName)}}
@endif
@if(isset($reg_student->middleName))
{{strtoupper($reg_student->middleName)}}
@endif
@if(isset($reg_student->lastName))
{{strtoupper($reg_student->lastName)}}
@endif
</td>
</tr>
<tr>
<td>2. Date of Birth</td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">
@if(isset($reg_student->studentDob))
{{$reg_student->studentDob}}
@endif
</td>
</tr>
<tr>
<td>3. Aadhar Card No</td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">
@if(isset($reg_student->aadhaarNo))
{{strtoupper($reg_student->aadhaarNo)}}
@endif
</td>
</tr>
<tr>
<td>4. Class in which Admission is require </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> {{$class->className}} </td>
</tr>
<tr>
<td>5. Name of previous school </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">
@if(isset($reg_student->lastSchool))
{{strtoupper($reg_student->lastSchool)}}
@endif
(Board :
@if(isset($reg_student->board))
{{strtoupper($reg_student->board)}}
@endif
)
</td>
</tr>
<tr>
<td>6. Father's Name </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> @if(isset($reg_student->father_fname))
{{strtoupper($reg_student->father_fname)}}
@endif
@if(isset($reg_student->father_lname))
{{strtoupper($reg_student->father_lname)}}
@endif</td>
</tr>
<tr>
<td>7. Qualification </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> @if(isset($reg_student->father_qualification))
{{strtoupper($reg_student->father_qualification)}}
@endif</td>
</tr>
<tr>
<td>8. Occupation </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">@if(isset($reg_student->father_occupation))
{{strtoupper($reg_student->father_occupation)}}
@endif </td>
</tr>
<tr>
<td>9. Designation </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> @if(isset($reg_student->father_designation))
{{strtoupper($reg_student->father_designation)}}
@endif</td>
</tr>
<tr>
<td> Mobile No </td>
<td colspan = "2" style="border-bottom: 1px dotted #000;text-decoration: none;"> @if(isset($reg_student->father_mobile))
{{strtoupper($reg_student->father_mobile)}}
@endif</td>
</tr>
<tr>
<td> Email Address </td>
<td colspan = "2" style="border-bottom: 1px dotted #000;text-decoration: none;">@if(isset($reg_student->father_email))
{{strtoupper($reg_student->father_email)}}
@endif </td>
</tr>
<tr>
<td >10. Mother's Name </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">@if(isset($reg_student->mother_fname))
{{strtoupper($reg_student->mother_fname)}}
@endif
@if(isset($reg_student->mother_lname))
{{strtoupper($reg_student->mother_lname)}}
@endif </td>
</tr>
<tr>
<td >11. Qualification </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">@if(isset($reg_student->mother_qualification))
{{strtoupper($reg_student->mother_qualification)}}
@endif </td>
</tr>
<tr>
<td >12. Professional </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> @if(isset($reg_student->mother_designation))
@if( $reg_student->mother_designation == "Professional") YES @else NO @endif
@endif</td>
</tr>
<tr>
<td>13. Housewife </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> @if(isset($reg_student->mother_designation))
@if( $reg_student->mother_designation == "Housewife") YES @else NO @endif
@endif</td>
</tr>
<tr>
<td> Mobile No</td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;"> @if(isset($reg_student->mother_mobile))
{{strtoupper($reg_student->mother_mobile)}}
@endif </td>
</tr>
<tr>
<td>14. Which kind of school you are searching </td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">@if(isset($reg_student->reasonForChange))
{{strtoupper($reg_student->reasonForChange)}}
@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;"> @if(isset($reg_student->resAddress))
{{strtoupper($reg_student->resAddress)}}
@endif
</td>
</tr>
<tr>
<td ></td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">
@if(isset($reg_student->resCity))
{{strtoupper($reg_student->resCity)}}
@endif
@if(isset($reg_student->landmark))
{{strtoupper($reg_student->landmark)}}
@endif
</td>
</tr>
<tr>
<td ></td>
<td style="border-bottom: 1px dotted #000;text-decoration: none;">
@if(isset($reg_student->resState))
{{strtoupper(DB::table('states')->where('idState',$reg_student->resState)->first()->stateName)}}
@endif
@if(isset($reg_student->resPincode))
{{strtoupper($reg_student->resPincode)}}
@endif
</td>
</tr>
@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;">{{$reg_student->about_school}}</td>
</tr>
@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 -