IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/storage/framework/views/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/storage/framework/views/8e6da3100da44996f07f7d9f84819d0394849074.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" style="width:100%;">
            <tbody>
                <tr>
                    <th style="padding: 0px;text-align: left; "><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;padding: 0px; ">
                        <strong style="color:navy;font-size: 30px;">ROYAL INTERNATIONAL SCHOOL</strong><br>
                        <span style="color:#000;">(C.B.S.E Board)</span><br>
                        <span style="color:maroon;">(Management : Domvibli Yuvak Educational Trust)</span><br>
                        <?php echo e($school->street); ?> <?php echo e($school->landmark); ?> <?php echo e($school->subArea); ?><br>
                         <?php echo e($school->area); ?> <?php echo e($school->city); ?>  <?php echo e($school->state->stateName); ?><br>
                        <strong>Contact No : <?php echo e($school->mobile); ?></strong><br>
                        <span style="color:maroon;">Email : <?php echo e($school->email); ?> .Website : www.royalinternational.co.in</span><br>
                    </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>
                            <th colspan="3" style="vertical-align: middle;text-align: center;font-size:22px;color:navy;padding: 0px; ">
                                UNDERTAKING FORM
                            </th>
                        </tr>
                        <tr>
                            <td colspan="2">Applicant's Name : Ms/Mrs  <?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>
                            <td style="height:120px;width:120px;border:1px solid;">
                                <?php if(isset($reg_student->photo)): ?>
                                <img src="<?php echo e(asset('storage/schools/'.$school->idSchool.'/onlinereg/'.$reg_student->photo)); ?>" height="120" width="120">
                                <?php endif; ?> 
                            </td>
                        </tr>
                        <tr>
                            <th colspan="3" style="font-size:16px;text-align: left;">Applicant Information</th>
                        </tr>
                    </tbody>
                </table>
                <table cellpadding="5" style="width:100% ;border-collapse: collapse;font-size:16px;overflow: wrap;margin-top:20px;vertical-align:top;text-align: left;" border='1'>
                    <tbody>
                        <tr>
                            <td>Last Name<br><?php if(isset($reg_student->lastName)): ?>
                                <?php echo e(strtoupper($reg_student->lastName)); ?>

                                <?php endif; ?></td>
                            <td>First Name<br><?php if(isset($reg_student->firstName)): ?>
                                <?php echo e(strtoupper($reg_student->firstName)); ?>

                                <?php endif; ?></td>
                            <td>Middle name(s)<br><?php if(isset($reg_student->middleName)): ?>
                                <?php echo e(strtoupper($reg_student->middleName)); ?>

                                <?php endif; ?></td>
                        </tr>
                        <tr>
                            <td>DOB (Day,Month,Year)<br> <?php if(isset($reg_student->studentDob)): ?>
                            <?php echo e($reg_student->studentDob); ?>

                            <?php endif; ?></td>
                            <?php
                                $age = "";
                                if($reg_student->studentDob){
                                    $from = new DateTime($reg_student->studentDob);
                                    $to   = new DateTime('today');
                                    $age = $from->diff($to)->y;
                                }                               
                            ?>
                            <td>Age At Entry<br><?php echo e($age); ?></td>
                            <td>Gender<br><?php if(isset($reg_student->gender)): ?>
                            <?php echo e($reg_student->gender); ?>

                            <?php endif; ?></td>
                        </tr>
                        <tr>
                            <td colspan="2">Application For Grade<br></td>
                            <td>Academic term<br><?php echo e($class->className); ?></td>
                        </tr>
                        <tr>
                            <td colspan="2">Religion<br><?php if(isset($reg_student->religion)): ?>
                            <?php echo e(strtoupper($reg_student->religion)); ?>

                            <?php endif; ?></td>
                            <td>Nationality<br><?php if(isset($reg_student->nationality)): ?>
                            <?php echo e(strtoupper($reg_student->nationality)); ?>

                            <?php endif; ?></td>
                        </tr>
                        <tr>
                            <td colspan="2">Principal Language Spoken At Home<br><?php if(isset($reg_student->motherTounge)): ?>
                            <?php echo e(strtoupper($reg_student->motherTounge)); ?>

                            <?php endif; ?></td>
                            <td></td>
                        </tr>
                        <tr>
                            <td colspan="3" style="height:100px;">Does Your Child have Any Medical Or Psychological condition? Please provide details/relevant documentation.</td>
                        </tr>
                    </tbody>
                </table>
                <h4>Family Information</h4>
                <table cellpadding="5" style="width:100% ;border-collapse: collapse;overflow: wrap;font-size:14px;vertical-align:top;text-align: left;" border='1'>
                    <tbody>
                        <tr>
                            <td></td>
                            <td>Father/Guardian</td>
                            <td>Mother/Guardian</td>
                        </tr>
                       <tr>
                            <td>First Name,Middle Name<br>Surname</td>
                            <td><?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><?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>Home Phone</td>
                            <td></td>
                            <td></td>
                       </tr>
                       <tr>
                            <td>Cell Phone</td>
                            <td><?php if(isset($reg_student->father_mobile)): ?>
                            <?php echo e(strtoupper($reg_student->father_mobile)); ?>

                            <?php endif; ?></td>
                            <td><?php if(isset($reg_student->mother_mobile)): ?>
                            <?php echo e(strtoupper($reg_student->mother_mobile)); ?>

                            <?php endif; ?></td>
                       </tr>
                       <tr>
                            <td>Home Email</td>
                            <td><?php if(isset($reg_student->father_email)): ?>
                            <?php echo e(strtoupper($reg_student->father_email)); ?>

                            <?php endif; ?></td>
                            <td><?php if(isset($reg_student->mother_email)): ?>
                            <?php echo e(strtoupper($reg_student->mother_email)); ?>

                            <?php endif; ?></td>
                       </tr>
                       <tr>
                            <td>Business Email</td>
                            <td></td>
                            <td></td>
                       </tr>
                       <tr>
                            <td>Education</td>
                            <td><?php if(isset($reg_student->father_qualification)): ?>
                            <?php echo e(strtoupper($reg_student->father_qualification)); ?>

                            <?php endif; ?></td>
                            <td><?php if(isset($reg_student->mother_qualification)): ?>
                            <?php echo e(strtoupper($reg_student->mother_qualification)); ?>

                            <?php endif; ?></td>
                       </tr>
                       <tr>
                            <td>Occupation</td>
                            <td><?php if(isset($reg_student->father_occupation)): ?>
                            <?php echo e(strtoupper($reg_student->father_occupation)); ?>

                            <?php endif; ?></td>
                            <td><?php if(isset($reg_student->mother_occupation)): ?>
                            <?php echo e(strtoupper($reg_student->mother_occupation)); ?>

                            <?php endif; ?></td>
                       </tr>
                       <tr>
                            <td>Employer/Self Employed</td>
                            <td><?php if(isset($reg_student->father_company)): ?>
                            <?php echo e(strtoupper($reg_student->father_company)); ?>

                            <?php endif; ?></td>
                            <td><?php if(isset($reg_student->mother_company)): ?>
                            <?php echo e(strtoupper($reg_student->mother_company)); ?>

                            <?php endif; ?></td>
                       </tr>
                       <tr>
                            <td>Bussiness Phone</td>
                            <td></td>
                            <td></td>
                       </tr>
                    </tbody>
                </table>
                <table style="width:100% ;border-collapse: collapse;overflow: wrap;margin-top:20px;text-align: center;">
                    <tbody>
                       
                        <tr>
                            <?php if(isset($reg_student->father_photo)): ?>
                            <td style="vertical-align: middle;text-align: left;padding: 0px;height:100px;width:100px;">
                                <img src="<?php echo e(asset('storage/schools/'.$school->idSchool.'/onlinereg/'.$reg_student->father_photo)); ?>" style="border:1px solid;" height="100" width="100">
                            </td>
                            <?php else: ?>
                            <td style="height:100px;width:100px;border:1px solid;">
                            </td>
                            <?php endif; ?>
                            <td></td>
                            <?php if(isset($reg_student->mother_photo)): ?>
                            <td style="vertical-align: middle;text-align: right;padding: 0px;height:100px;width:100px;">
                                <img src="<?php echo e(asset('storage/schools/'.$school->idSchool.'/onlinereg/'.$reg_student->mother_photo)); ?>"  style="border:1px solid;" height="100" width="100">
                            </td>
                            <?php else: ?>
                            <td style="height:100px;width:100px;border:1px solid;"></td>
                            <?php endif; ?>
                        </tr>
                    </tbody>
                </table>
                <h4>Siblings Information (12 and under)</h4>
                <table cellpadding="5" style="width:100% ;border-collapse: collapse;overflow: wrap;vertical-align:top;text-align: left;" border='1'>
                    <tbody>
                        <tr>
                            <td></td>
                            <td>Sibling</td>
                            <td>Sibling</td>
                            <td>Sibling</td>
                        </tr>
                       <tr>
                            <td style="width:50px;">Name</td>
                            <td></td>
                            <td></td>
                            <td></td>
                       </tr>
                       <tr>
                            <td>Age</td>
                            <td></td>
                            <td></td>
                            <td></td>
                       </tr>
                       <tr>
                            <td>Gender</td>
                            <td></td>
                            <td></td>
                            <td></td>
                       </tr>
                      <tr>
                            <td>Current School</td>
                            <td></td>
                            <td></td>
                            <td></td>
                       </tr>
                       <tr>
                            <td>Grade</td>
                            <td></td>
                            <td></td>
                            <td></td>
                       </tr>
                    </tbody>
                </table>
                <p><b>UNDERTAKING BY PARENT'S SEEKING ADMISSION FOR THEIR WARDS IN ROYAL INTERNATIONAL SCHOOL</b></p>
                <table cellpadding="5" style="width:100% ;border-collapse: collapse;overflow: wrap;vertical-align:top;text-align: left;" border='1'>
                    <tbody>
                        <tr>
                            <td>We, Mr & Mrs parents of Master/Miss <u><b><?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; ?></b></u> <br>Seeking Admission of the Std. <u><b><?php echo e($class->className); ?></b></u> in ROYAL INTERNATIONAL SCHOOL, do hereby undertake that.</td>
                        </tr>
                    </tbody>
                </table>
                <ol style="font-size:13px;">
                    <li>We will abide by all the rules and regulation from time to time in ROYAL INTERNATIONAL SCHOOL.</li>
                    <li>The admission to ROYAL INTERNATIONAL SCHOOL is provisional and will be regularized only on production of the original mark sheet and transfer certificate from the present school (for classes Il onwards)</li>
                    <li>We agree that the transport fee etc. would be automatically linked with rise in the price index etc. and may be increased in the beginning of the subsequent session, as determined by he Board of management of the school.</li>
                    <li>The information given in the admission form of our ward is true and correct to the best of our knowledge and belief. We understand that in case any information is found incorrect at any point of time, admission of our ward to te ROYAL will be cancelled without any prior intimation to us.</li>
                    <li>We understand that the school will try its level best to provide buses to all the main routes of the city. The school has right to cancel or change any bus route.</li>
                    <li>We understand that ROYAL, being part of the most requested chain of schools and colleges will fulfil all its promises with respect to the infra structural facilities, out development of certain facilities takes its own time and we will cooperate with the school authorities in this regard.</li>
                    <li>In case ward is suffering from any disease/problem that prevents him/her to take part in some games and sports activities, inform the school authorities in writing as soon as possible, along with medical certificate.</li>
                    <li>Once your admission is confirmed in school and for any reason you discontinue, then the admission fee are non-refundable and non transferable</li>
                    <li>We understand that for the purpose of uniformity in books, dresses & other similar items and maintenance of their quality, school may authorize dealers to provide these to our wards and it will be mandatory on our part to take items from them.</li>
                    <li>We will inform the school authorities about any change in our name address or telephone numbers immediately after change for updating the records or will not hold the school responsible for not receiving the information.</li>
                    <li>We agree the fees are payable in two terms. Transports fees to paid for 12 months in quarterly basis June Aug. Sep to Nov., Dec. To Feb., March to May. These fees are non-refundable and non-transferable. </li>
                    <li>I agree to the above said conditions as a parent - guardian of  <u><b> <?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; ?></b></u></li>
                </ol>
                <table style="width:100% ;border-collapse: collapse;overflow: wrap;margin-top:50px;text-align: left;">
                    <tbody>
                        <tr>
                            <td style="text-align:left;">
                                <span>Signature______________________</span><br>
                                <span style="margin-left:40px;"> (Father/Guardian)</span>
                            </td>
                            <th></th>
                            <th></th>
                            <td style="vertical-align: middle;text-align: right;padding: 0px;" colspan="2">
                                Signature______________________<br>
                                (Mother/Guardian)
                            </td>
                        </tr>
                        
                       
                    </tbody>
                </table>
            </div>
        </section>
    <htmlpagefooter name="page-footer" >
    </htmlpagefooter>

</body>
</html>

Copyright © 2021 - 2025 IMMREX7