IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/storage/framework/views/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/storage/framework/views/58b24d15b4537864931dd66fcaecb7f55c62fbd4.php

<!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>
                </tr>
               
            </tbody>
        </table>
        <!--</htmlpageheader>-->
        <section>
            <div class="content">
                <table style="width:100% ;border-collapse: collapse;overflow: wrap;margin-top:10px;">
                    <tbody>
                        <tr>
                            <td style="text-align:left;">
                                <b>Sr. No</b>
                            </td>
                            <td style="text-align:center;">
                               
                            </td>
                            <td style="text-align: right;">
                                <b>Date :  <?php echo e($registrationDate); ?></b>
                                <br>
                            </td>
                        </tr>                       
                    </tbody>
                </table>
                <table style="width:100% ;border-collapse: collapse;overflow: wrap;">
                    <tbody>
                        <tr>
                            <td style="text-align:left;">
                                To,
                                <br>
                                The Principal
                                <br>
                                Dr. Rakhi Singh
                                <br>
                                School Code - 45684
                            </td>
                            <th colspan="2" style="vertical-align: middle;text-align: center;padding: 0px;padding-right:100px;">
                                <strong>ADMISSION FORM</strong><br>
                                <?php if(isset($financialYear)): ?>
                                    <p style="padding:20px;margin-top:20px;">Academic Year <?php echo e($financialYear->financialYearName); ?></p>
                                    <?php else: ?>
                                    <p style="padding:20px;margin-top:20px;">Academic Year 20___ - 20___</p>
                                    <?php endif; ?>
                            </th>
                            <td style="vertical-align: middle;text-align: center;padding: 0px;height:100px;width:100px;border:1px solid; ">
                            <?php if(isset($reg_student->photo)): ?>
                                <img src="<?php echo e(asset('storage/schools/'.$school->idSchool.'/onlinereg/'.$reg_student->photo)); ?>" height="90" width="90">
                                <?php endif; ?> 
                            </td>
                        </tr>
                       
                    </tbody>
                </table>
                <table style="width:100% ;border-collapse: collapse;overflow: wrap;margin-top:20px;text-align: left;">
                    <tbody>
                        <tr>
                            <td>I wish to take admission of my ward in standard  : <span style="border-bottom: 1px dotted #000;text-decoration: none;">  <?php echo e($class->className); ?>   <span></td>    
                        </tr>               
                    </tbody>
                </table>
                <table style="width:100% ;border-collapse: collapse;font-size:12px;overflow: wrap;text-align: left;">
                    <tbody>
                        
                        <tr>
                            <td>Applicants 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>Aadhar No Of Ward</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>LC No(If Applicable)</td>
                            <td style="border-bottom: 1px dotted #000;text-decoration: none;"> 
                            <?php if(isset($reg_student->lcno)): ?>
                            <?php echo e($reg_student->lcno); ?>

                            <?php endif; ?> 
                            </td>
                        </tr>
                        <tr>
                            <td>Ward's Date Of Birth (in figures)</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; ?> 
                            ( <?php if(isset($reg_student->dobwords)): ?>
                            <?php echo e(strtoupper($reg_student->dobwords)); ?>

                            <?php endif; ?> )
                            </td>
                        </tr>
                        <tr>
                            <td>PLace Of Birth</td>
                            <td style="border-bottom: 1px dotted #000;text-decoration: none;">
                            <?php if(isset($reg_student->studentPob)): ?>
                            <?php echo e(strtoupper($reg_student->studentPob)); ?>

                            <?php endif; ?> </td>
                        </tr>
                        <tr>
                            <td>District</td>
                            <td style="border-bottom: 1px dotted #000;text-decoration: none;">  <?php if(isset($reg_student->birth_district)): ?>
                            <?php echo e(strtoupper($reg_student->birth_district)); ?>

                            <?php endif; ?> 
                            ( <?php if(isset($reg_student->birth_state)): ?>
                            <?php echo e(strtoupper( DB::table('states')->where('idState',$reg_student->birth_state)->first()->stateName)); ?>

                            <?php endif; ?> ) </td>
                        </tr>
                        <tr>
                            <td>Religion </td>
                            <td style="border-bottom: 1px dotted #000;text-decoration: none;"> <?php if(isset($reg_student->religion)): ?>
                            <?php echo e(strtoupper($reg_student->religion)); ?>

                            <?php endif; ?></td>
                        </tr>
                        <tr>
                            <td>Caste</td>
                           <td style="border-bottom: 1px dotted #000;text-decoration: none;"> <?php if(isset($reg_student->caste)): ?>
                            <?php echo e(strtoupper($reg_student->caste)); ?>

                            <?php endif; ?> 
                            ( Sub Caste : <?php if(isset($reg_student->subcaste)): ?>
                            <?php echo e(strtoupper($reg_student->subcaste)); ?>

                            <?php endif; ?> )</td>
                        </tr>
                    </tbody>
                </table>
                 <table cellpadding='10' cellspacing='10' style="width:100% ;font-size:12px;border-left: 1px solid;border-right: 1px solid;border-bottom: 1px solid; border-collapse: collapse;overflow: wrap;margin-top:20px;" >
                     <thead>
                         <tr>
                             <th style="border:1px solid;">Description</th>
                             <th style="border:1px solid;">Father</th>
                             <th style="border:1px solid;">Mother</th>
                         </tr>
                     </thead>
                     <tbody>
                        <tr>
                            <td>Name : </td>
                            <td style="border-left:1px solid;"><?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>
                            <td style="border-left:1px solid;"><?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>Qualification :</td>
                            <td style="border-left:1px solid;"><?php if(isset($reg_student->father_qualification)): ?>
                            <?php echo e(strtoupper($reg_student->father_qualification)); ?>

                            <?php endif; ?></td>
                            <td style="border-left:1px solid;"><?php if(isset($reg_student->mother_qualification)): ?>
                            <?php echo e(strtoupper($reg_student->mother_qualification)); ?>

                            <?php endif; ?></td>
                        </tr>
                        <tr>
                            <td>Age :</td>
                            <td style="border-left:1px solid;">
                            <?php if(isset($reg_student->father_dob)): ?>
                            <?php if(!str_contains($reg_student->father_dob, '/')): ?>
                            <?php echo e(\Carbon\Carbon::parse($reg_student->father_dob)->age); ?> years
                            <?php endif; ?>
                            <?php endif; ?>
                            </td>
                            <td style="border-left:1px solid;">
                            <?php if(isset($reg_student->mother_dob)): ?>
                            <?php if(!str_contains($reg_student->mother_dob, '/')): ?>
                            <?php echo e(\Carbon\Carbon::parse($reg_student->mother_dob)->age); ?> years
                            <?php endif; ?>
                            <?php endif; ?>
                            </td>
                        </tr>
                        <tr>
                            <td>Business / Employee : </td>
                            <td style="border-left:1px solid;"><?php if(isset($reg_student->father_occupation)): ?>
                            <?php echo e(strtoupper($reg_student->father_occupation)); ?>

                            <?php endif; ?></td>
                            <td style="border-left:1px solid;"><?php if(isset($reg_student->mother_occupation)): ?>
                            <?php echo e(strtoupper($reg_student->mother_occupation)); ?>

                            <?php endif; ?></td>
                        </tr>
                        <tr>
                            <td>Phone No : </td>
                            <td style="border-left:1px solid;"><?php if(isset($reg_student->father_mobile)): ?>
                            <?php echo e(strtoupper($reg_student->father_mobile)); ?>

                            <?php endif; ?></td>
                            <td style="border-left:1px solid;"><?php if(isset($reg_student->mother_mobile)): ?>
                            <?php echo e(strtoupper($reg_student->mother_mobile)); ?>

                            <?php endif; ?></td>
                        </tr>
                        <tr>
                            <td>Email ID : </td>
                            <td style="border-left:1px solid;"><?php if(isset($reg_student->father_email)): ?>
                            <?php echo e(strtoupper($reg_student->father_email)); ?>

                            <?php endif; ?></td>
                            <td style="border-left:1px solid;"><?php if(isset($reg_student->mother_email)): ?>
                            <?php echo e(strtoupper($reg_student->mother_email)); ?>

                            <?php endif; ?></td>
                        </tr>
                        
                    </tbody>
                </table>
                <table style="width:100% ;border-collapse: collapse;overflow: wrap;margin-top:20px;text-align: left;font-size:12px;">
                    <tbody>
                    <tr>
                            <td>Home 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; ?> 
                            <?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>
                        <tr>
                            <td>Category</td>
                            <td style="border-bottom: 1px dotted #000;text-decoration: none;">
                                <?php if(isset($reg_student->category)): ?>
                            <?php echo e(strtoupper($reg_student->category)); ?>

                            <?php endif; ?>
                            </td>
                        </tr>             
                    </tbody>
                </table>
                <table style="width:100% ;border-collapse: collapse;overflow: wrap;margin-top:20px;text-align: left;font-size:12px;">
                    <tbody>
                     
    
                        <tr>
                            <td >SC, ST, OBC Certificate Submitted </td>
                            <td style="border-bottom: 1px dotted #000;text-decoration: none;">  <?php if(isset($reg_student->categoryCertificate)): ?>
                            <?php echo e(strtoupper($reg_student->categoryCertificate)); ?>

                            <?php endif; ?></td>
                        </tr>
                         <tr>
                            <td>Birth Certificate / L.C Submitted</td>
                            <td style="border-bottom: 1px dotted #000;text-decoration: none;">  <?php if(isset($reg_student->birth_certificate)): ?>
                            <?php echo e(strtoupper($reg_student->birth_certificate)); ?><?php if($reg_student->birth_certificate == "Not Submitte") echo "D";?>
                            <?php endif; ?></td>
                        </tr>
                        <tr>
                            <td>Reason For Not Submitting Birth Certificate / L.C Submitted</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 >Are You Availing Bus Services </td>
                            <td style="border-bottom: 1px dotted #000;text-decoration: none;"> <?php if(isset($reg_student->transport)): ?>
                            <?php if($reg_student->transport == "Y"): ?> YES <?php else: ?> NO <?php endif; ?>
                            <?php endif; ?> </td>
                        </tr>
                        <tr>
                            <td>Xerox Of Other Document(with Parent Signature):</td>
                            <td style="border-bottom: 1px dotted #000;text-decoration: none;">  
                            <?php if(isset($reg_student->xerox_docs)): ?>
                            <?php echo e(strtoupper($reg_student->xerox_docs)); ?><?php if($reg_student->xerox_docs == "Not Submitte") echo "D";?>
                            <?php endif; ?></td>
                        </tr>
                    </tbody>
                </table>
                <p></p>
               <table style="width:100% ;border-collapse: collapse;overflow: wrap;margin-top:20px;text-align: left;">
                    <tbody>
                        <tr>
                            <th style="text-align:left;border-bottom: 1px solid;">
                                Parents Name With Signature
                            </th>
                            <th></th>
                            <th></th>
                            <th style="vertical-align: middle;text-align: right;padding: 0px;border-bottom: 1px solid;" colspan="2">
                                Principal Signature with Stamp
                                <br>
                            </th>
                        </tr>
                        
                       
                    </tbody>
                </table>
            </div>
        </section>
    <htmlpagefooter name="page-footer" >
    </htmlpagefooter>

</body>
</html>

Copyright © 2021 - 2025 IMMREX7