IMMREX7
<!DOCTYPE html>
<html lang="{{ app()->getLocale() }}">
@include('layouts.partial.head')
<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="{{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="{{ asset('storage/schools/'.$student->idSchool.'/students/'.$student->photo)}}" class="rounded-circle">
</a>
</div>
<div class="">
<h4 class="m-t-10">{{$student->firstName}} {{$student->middleName}} {{$student->lastName}}</h4>
</div>
<div class="body">
<div class="col-12">
<p class="text-muted">EC No. {{$student->ecNo}}</p>
<p class="text-muted">Admission No. {{$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 : {{$student->firstName}} {{$student->middleName}} {{$student->lastName}} </strong></small>
<hr>
<small class="text-muted"><strong>Class : {{$student->classM->className}}</strong></small>
<hr>
<small class="text-muted"><strong>Section : {{$student->section->sectionName}}</strong></small>
<hr>
<small class="text-muted"><strong>Type : {{$student->studentType}}</strong></small>
<hr>
<small class="text-muted"><strong>Blood Group: {{$student->bloodGroup}}</strong> </small>
<hr>
<small class="text-muted"><strong>DOB : {{$student->studentDob}}</strong></small>
<hr>
<small class="text-muted"><strong>Gender : {{$student->gender}}</strong></small>
<hr>
<small class="text-muted"><strong>Aadhaar No : {{$student->aadhaarNo}}</strong></small>
<hr>
<small class="text-muted"><strong>Religion : {{$student->religion}}</strong></small>
<hr>
<small class="text-muted"><strong>Mother Tounge : {{$student->motherTounge}}</strong></small>
<hr>
<small class="text-muted"><strong>Student UID : {{$student->studentUID}}</strong></small>
<hr>
<small class="text-muted"><strong>Saral No : {{$student->saralNo}}</strong></small>
<hr>
<small class="text-muted"><strong>GR No : {{$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 : {{$student->father_fname}} {{$student->father_lname}} </strong></small>
<hr>
<small class="text-muted"><strong>Father Qualification : {{$student->father_qualification}}</strong></small>
<hr>
<small class="text-muted"><strong>Father Occupation : {{$student->father_occupation}}</strong></small>
<hr>
<small class="text-muted"><strong>Father Designation : {{$student->father_designation}}</strong></small>
<hr>
<small class="text-muted"><strong>Father Mobile : {{$student->father_mobile}}</strong></small>
<hr>
<small class="text-muted"><strong>Father Email : {{$student->father_email}}</strong></small>
<hr>
<small class="text-muted"><strong>Mother Name : {{$student->mother_fname}} {{$student->mother_lname}}</strong></small>
<hr>
<small class="text-muted"><strong>Mother Qualification: {{$student->mother_qualification}}</strong> </small>
<hr>
<small class="text-muted"><strong>Mother Occupation : {{$student->mother_occupation}}</strong></small>
<hr>
<small class="text-muted"><strong>Mother Designation : {{$student->mother_designation}}</strong></small>
<hr>
<small class="text-muted"><strong>Mother Mobile : {{$student->mother_mobile}}</strong></small>
<hr>
<small class="text-muted"><strong>Mother Email : {{$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 : {{$student->lastSchool}} </strong></small>
<hr>
<small class="text-muted"><strong>Curriculum/Board : {{$student->board}}</strong></small>
<hr>
<small class="text-muted"><strong>Percentage : {{$student->percentage}}</strong></small>
<hr>
<small class="text-muted"><strong>Address : {{$student->lastSchoolAddress}}</strong></small>
<hr>
<small class="text-muted"><strong>City: {{$student->lastSchoolCity}}</strong> </small>
<hr>
<small class="text-muted"><strong>Postal/zipcoode : {{$student->lastSchoolPincode}}</strong></small>
<hr>
<small class="text-muted"><strong>State : {{$student->lastschoolstate->stateName or ''}}</strong></small>
<hr>
<small class="text-muted"><strong>Telephone : {{$student->lastSchoolPincode}}</strong></small>
<hr>
<small class="text-muted"><strong>Reason for Change : {{$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 : {{$student->contactPerson}}</strong></small>
<hr>
<small class="text-muted"><strong>Relationship with the Child : {{$student->contactPersonRelation}}</strong></small>
<hr>
<small class="text-muted"><strong>Telephone : {{$student->contactPersonTel}}</strong></small>
<hr>
<small class="text-muted"><strong>Mobile : {{$student->contactPersonMobile}}</strong></small>
<hr>
<small class="text-muted"><strong>Address of Contact Person: {{$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: {{$student->resAddress}}</strong></small>
<small class="text-muted"><strong>City : {{$student->resCity}}</strong></small>
<hr>
<small class="text-muted"><strong>Postal/Zipcode : {{$student->resPincode}}</strong></small>
<hr>
<small class="text-muted"><strong>Landmark : {{$student->landmark}}</strong></small>
<hr>
<small class="text-muted"><strong>State : {{$student->state->stateName or ''}}</strong></small>
<hr>
<small class="text-muted"><strong>Telephone: {{$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.? : @if($student->food == 'Y') YES @else NO @endif</strong></small>
<hr>
<small class="text-muted"><strong>Do You require transport service facility for your child.? : @if($student->transport == 'Y') YES @else NO @endif</strong></small>
<hr>
<small class="text-muted"><strong>Has your child identified with any learning disability.? : @if($student->learningDisability == 'Y') YES @else NO @endif</strong></small>
<hr>
<small class="text-muted"><strong>Please specify any requirement if any.? : {{$student->otherRequirement}}</strong></small>
<hr>
</div>
</div>
</div>
</div>
</div>
@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>
@foreach($student->siblings as $sdet)
<tr>
<td>{{$sdet->fName}} {{$sdet->lName}}</td>
<td>{{$sdet->age}}</td>
<td>{{$sdet->education}}</td>
<td>{{$sdet->schoolName}}</td>
</tr>
@endforeach
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
@endif
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
@include('layouts.partial.script')
@yield('script')
</body>
</html>
Copyright © 2021 -