IMMREX7

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

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Transfer Certificate</title>
    <style>
        @page{
            margin: 30pt;
            background: linear-gradient(to bottom, #9fb7de, #ffffff, #9fb7de);
        }
        * {
            margin: 0;
            padding: 0;
            line-height: 2;
            box-sizing: border-box;
        }

        @media (max-width: 600px) {
            .signature-section {
                flex-direction: column; /* Stack items vertically on small screens */
                align-items: flex-start; /* Align items to the start */
            }
        }
        td, th { /* table cells */
            padding: 6px;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
        }

        .certificate-container {
            border: 6px solid #3a3c68;
            padding: 10px;
            margin: auto;
            width: 95%;
        }

        tr{
            padding:3px;
        }

        .school-header {
            width: 100%;
            text-align: center;
            margin-bottom: 5px;
        }

        .school-header h2 {
            margin: 2px 0;
            font-size: 14px;
            width: 230px;
            margin:0 auto;
            text-align: center;
            display:inline-block;
            border-radius: 5px;
            text-transform: uppercase;
            color: #ffffff;
            background: #00008B;
            padding: 2px;
        }

        .school-header h6 {
            font-size: 9px;
            margin:0 auto;
            text-align: center;
            display:inline-block;
            border-radius: 5px;
            color: #000000;
            background: wheat;
            padding: 5px;
        }

        .info-row, .details p, .row-inline {
            font-size: 14px;
            margin-bottom: 10px;
        }

        .info-row {
            display: flex;
            justify-content: space-between;
        }

        .row-inline {
            display: flex;
            justify-content: space-between;
        }

        .row-inline p {
            margin: 5px 0;
            width: 30%;
        }

        .details p {
            margin: 5px 0;
        }

        .details .row{
            display: flex;
            justify-content: space-between;
        }

        .input-line {
            border-bottom: 1px solid #000;
            display: inline-block;
            width: 200px;
        }
        .blank-line {
            display: inline-block;
            border-bottom: 1px solid black;
            margin: 0 5px;
        }
        .row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 5px;
        }

        .signature-section {
            display: flex;
            justify-content: space-between; 
            align-items: center; 
            margin-top: 30px;
        }

        .signature-item {
            flex: 1; 
            text-align: center; 
        }

        .signature-item p {
            margin: 0; 
            padding: 0; 
            white-space: nowrap; 
        }

        .input-line {
            display: block;
            border-bottom: 1px solid black;
            margin: 0 5px;
        }
    </style>
</head>
<body>
    
    <div class="certificate-container">

        <table class="table">
            <tbody>
                <tr>
                    <th style="text-align: center;padding: 0px; "><img src="<?php echo e(asset('storage/schools/'.$school->idSchool.'/'.$school->schoolLogo)); ?>" height="100" width="100"></th>
                    <td style="vertical-align: middle;text-align: center; padding-left: 0px; ">
                        <strong style="font-size:26px;"><?php echo e($school->schoolName); ?></strong><br>
                        <strong style="font-size:14px;"><?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>
                        <?php if($school->idSchool == 25): ?>
                        <strong style="font-size:14px;">Affiliation No - 1130824</strong><br>
                        <strong style="font-size:12px;">Managed by : Dombivli Yuvak Education Trust</strong><br>
                        <?php endif; ?>
                        <strong style="font-size:9px;">Email : <?php echo e($school->email); ?></strong><?php if($school->idSchool == 25): ?>,<strong style="font-size:9px;">Website : www.royalinternationalschool.co.in</strong><?php endif; ?>,<strong style="font-size:9px;">Mob. : <?php echo e($school->mobile); ?></strong><br>
                        <?php if($school->idSchool == 25): ?>
                        <strong style="font-size:10px;">School recognition No. NOC - 4016 / C.R389 / SM-3 Date - 21/01/2017</strong><br>
                        <?php endif; ?>
                    </td>
                </tr>
            </tbody>
        </table>
    
        <div class="school-header">
            <h2>SCHOOL LEAVING CERTIFICATE</h2>
            <h6 style="margin-top:5px;">(No change in any entry in this certificate shall be made except by the authority issuing it, and any <br> infringement of this requirement is liable to impose a penalty such as that of rustication)</h6>
        </div>

        <table style="width:100% ;border-collapse: collapse;font-size:11px;overflow: wrap;text-align: left;">
            <tbody>
                <tr>
                    <td>Affiliation No : <b>1130824</b></td>
                    <td></td>
                    <td></td>
                    <td>Student ID : <b class="input-line"><?php echo e(strtoupper($saved->student_id)); ?></b></td>
                </tr>
                <tr>
                    <td>School Code : <b>30744</b></td>
                    <td></td>
                    <td></td>
                    <td>UDISE No. : <b class="input-line"><?php echo e(strtoupper($saved->udise_no)); ?></b></td>
                </tr>
                <tr>
                    <td>GR No. : <b class="input-line"><?php echo e(strtoupper($saved->book_no)); ?></b></td>
                    <td></td>
                    <td colspan="2"></td>
                </tr>
            </tbody>
        </table>

        <table style="width:100% ;border-collapse: collapse;font-size:11px;overflow: wrap;text-align: left;">
            <tbody>
                <tr>
                    <td colspan="7">1. Name of Pupil: <b class="input-line"><?php echo e(strtoupper($saved->name_of_pupil)); ?></b></td>
                </tr> 
                <tr>
                    <td colspan="7">2. Mother's Name:  <b class="input-line"><?php echo e(strtoupper($saved->mother_name)); ?></b></td>
                </tr>
                <tr>
                    <td colspan="7">3. Father's / Guardian's Name: <b class="input-line"><?php echo e(strtoupper($saved->father_name)); ?></b></td>
                </tr>
                <tr>
                    <td colspan="7">4. Date of Birth (in Christian Era) according to Admission and Withdrawal Register (in Figures): <b class="input-line"><?php echo e(strtoupper(\Carbon\Carbon::parse($saved->dob_figures)->format('d/m/Y'))); ?></b></td>
                </tr>
                <tr>
                    <td colspan="7">(in Words): <b class="input-line"><?php echo e(strtoupper($saved->dob_words)); ?></b></td>
                </tr>
                <tr>
                    <td>5. Nationality: <b class="input-line"><?php echo e(strtoupper($saved->nationality)); ?></b></td>
                    <td colspan="6"></td>
                </tr>
                <tr>
                    <td colspan="6">6. Whether the candidate belongs to Schedule Caste or Schedule Tribe or OBC: <b class="input-line"><?php echo e(strtoupper($saved->belongs_sc_st_obc)); ?></b></td>
                    <td></td>
                </tr>
                <tr>
                    <td colspan="6">7. Date of First Admission in the school with class: <b class="input-line"><?php echo e(strtoupper(\Carbon\Carbon::parse($saved->first_admission_date_class)->format('d/m/Y'))); ?></b></td>
                    <td></td>
                </tr>
                <tr>
                    <td colspan="5">8. Class in which the pupil last studied (in figures): <span class="input-line"><b><?php echo e(strtoupper($saved->last_class_figures)); ?></b></span></td>
                    <td>(in words):</td>
                    <td> <b  class="input-line"><?php echo e(strtoupper($saved->last_class_words)); ?></b></td>
                </tr>
                <tr>
                    <td colspan="5">9. School/Board Annual examination last taken with result:  <b class="input-line"><?php echo e(strtoupper($saved->last_exam_result)); ?></b></td>
                    <td colspan="2"></td>
                </tr>
                <tr>
                    <td colspan="5">10. Whether failed, if so once/twice in the same class:  <b class="input-line"><?php echo e(strtoupper($saved->failed_info)); ?></b></td>
                    <td colspan="2"></td>
                </tr>
                <tr>
                    <td>11. Subjects studied:</td>
                    <?php $arr = $saved->subjects_studied; 
                        $i =1;?>
                    <td colspan="6">
                        <b class="input-line">
                        <?php if(is_array($arr)): ?>    
                        <?php $__currentLoopData = $arr; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $k=>$v): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <?php if($v != null): ?>
                        <?php echo e($i); ?>. <?php echo e($v); ?>    <?php if($k < count($arr) - 1): ?> , <?php endif; ?>     
                        <?php $i++;?>
                        <?php endif; ?>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        <?php endif; ?>
                        </b>
                    </td>
                </tr>
                <tr>
                    <td colspan="7">12. Whether qualified for promotion to the higher class if so , to which class :  <b class="input-line"><?php echo e(strtoupper($saved->promotion_class_figures)); ?></b></td>
                </tr>
                <tr>
                    <td colspan="5">13. Month up to which school dues have been paid:  <b class="input-line"><?php echo e(strtoupper(\Carbon\Carbon::parse($saved->dues_paid_upto)->format('d/m/Y'))); ?></b></td>
                    <td colspan="2"></td>
                </tr>
                <tr>
                    <td colspan="5">14. Any fee concession availed of, if so, the nature of such concession:  <b class="input-line"><?php echo e(strtoupper($saved->fee_concession)); ?></b></td>
                    <td colspan="2"></td>
                </tr>
                <tr>
                    <td colspan="5">15. School Leaving Date, Month and Year:  <b class="input-line"><?php echo e(strtoupper(\Carbon\Carbon::parse($saved->school_leaving_date)->format('d/m/Y'))); ?></b></td>
                    <td colspan="2"></td>
                </tr>
                <tr>
                    <td colspan="5">16. Total No. of working days in the academic session:  <b class="input-line"><?php echo e(strtoupper($saved->total_working_days)); ?></b></td>
                    <td colspan="2"></td>
                </tr>
                <tr>
                    <td colspan="5">17. Total No. of working days pupil present:  <b class="input-line"><?php echo e(strtoupper($saved->working_days_present)); ?></b></td>
                    <td colspan="2"></td>
                </tr>
                
                <tr>
                    <td colspan="5">18. Weather NCC Cadet Boy Scout/Gide (detials may be given):  <b class="input-line"><?php echo e(strtoupper($saved->ncc_scout_guide)); ?></b></td>
                    <td colspan="2"></td>
                </tr>
                <tr>
                    <td colspan="7">19. Games played of extra circular activities in which the pupil usually took part :  <b class="input-line"><?php echo e(strtoupper($saved->extra_curricular)); ?></b></td>
                </tr>
                <tr>
                    <td colspan="2">20. General Conduct:</td>
                    <td colspan="5"> <b class="input-line"><?php echo e(strtoupper($saved->general_conduct)); ?></b></td>
                </tr>
                <tr>
                    <td colspan="2">21. Date of application for certificate:</td>
                    <td colspan="5"> <b class="input-line"><?php echo e(strtoupper(\Carbon\Carbon::parse($saved->application_date)->format('d/m/Y'))); ?></b></td>
                </tr>
                <tr>
                    <td colspan="2">22. Date of issue for certificate:</td>
                    <td colspan="5"> <b class="input-line"><?php echo e(strtoupper(\Carbon\Carbon::parse($saved->certificate_issue_date)->format('d/m/Y'))); ?></b></td>
                </tr>
                <tr>
                    <td colspan="2">23. Reason for leaving the school:</td>
                    <td colspan="5"> <b class="input-line"><?php echo e(strtoupper($saved->reason_for_leaving)); ?></b></td>
                </tr>
                <tr>
                    <td colspan="2">24. Any other remarks:</td>
                    <td colspan="5"> <b class="input-line"><?php echo e(strtoupper($saved->remarks)); ?></b></td>
                </tr>
            </tbody>
        </table>

        <table style="width:100% ;border-collapse: collapse;font-size:12px;overflow: wrap;margin-top:40px;">
            <tbody>
                <tr>
                    <td class="text-align: left;width: 33.33%;"><strong>Checked by</strong><br>(with full name and designation)</td>
                    <td style="width: 33.33%;"> </td>
                    <td class="text-align: right;width: 33.33%;"><strong>Signature of Principal</strong><br>(with Date and School Seal)</td>
                </tr>
            </tbody>
        </table>
</div>
    </div>
</body>
</html>

Copyright © 2021 - 2025 IMMREX7