IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/storage/framework/views/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/storage/framework/views/1dead8943ea3add35ab6cd8291ea0d751a50d751.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>
        * {
            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: 3px solid black;
            padding: 10px;
            margin: auto;
            width: 95%;
        }

        .blank-line {
            display: inline-block;
            border-bottom: 1px solid black;
            width: 250px;
            min-width: 250px;
            margin: 0 5px;
        }

        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: #000000;
            padding: 2px;
        }

        .school-header h6 {
            font-size: 9px;
            margin:0 auto;
            text-align: center;
            display:inline-block;
            border-radius: 5px;
            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; 
        }

        .note{
            margin-top: 30px;
            font-size: 10px;
        }

        .signature-item p {
            margin: 0; 
            padding: 0; 
            white-space: nowrap; 
        }
    </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="90" width="90"></th>
                    <td style="vertical-align: middle;text-align: center; padding-left: 0px; ">
                        <span style="font-size:13px;">Jagrut Navyuwak Education Society’s, Regd.No.M/297/AMT-F-413</span><br>
                        <strong style="font-size:17px;">Late. Maniklalji Gandhi Jagrut Vidyalaya</strong><br>
                        <strong style="font-size:16px;">Arts, Science, Commerce & Vocational Junior College, Warud,</strong><br>
                        <strong style="font-size:16px;"> Tq. Warud, Dist. Amravati - 444906 (M.S.)</strong><br>
                    </td>
                </tr>
            </tbody>
        </table>
        <table style="width: 100%; margin-top: 10px; font-size: 10px;">
            <tr>
                <td style="border-top: 1px solid #000;padding-top:5px;">School Index No. 02.08.013</td>
                <td style="padding-top:5px;border-top: 1px solid #000;">Jr. College Index No. 02.08.008</td>
                <td style="text-align: right;border-top: 1px solid #000;padding-top:5px;"> U-Dise No. 27071410516</td>
            </tr>
            <tr>
                <td style="padding-top:2px;padding-bottom:5px;border-bottom: 1px solid #000;">Vocational Co. Index No. 02.08.906</td>
                <td style="padding-top:2px;padding-bottom:5px;text-align: left;border-bottom: 1px solid #000;"> Email : jvwarud@rediffmail.com</td>
                <td style="padding-top:2px;padding-bottom:5px;text-align: right;border-bottom: 1px solid #000;">Mob : 09423134120</td>
            </tr>
        </table>
        <table style="width: 100%; font-size: 10px;">
            <tr>
                <td style="border-bottom: 1px solid #000;padding-top:5px;"><strong>Sr. No.</strong></td>
                <td style="text-align: right;border-bottom: 1px solid #000;padding-top:5px;"><strong> General Reg. No.</strong></td>
            </tr>
        </table>
        <div class="school-header" style="border-bottom: 1px solid #000;">
            <h2>LEAVING CERTIFICATE</h2>
            <h6>Original / Duplicate / Triplicate</h6>
        </div>
        <table style="width: 100%; font-size: 11px;">
            <tr>
                <td style="padding-top:5px;">Student Id :-</td>
            </tr>
            <tr>
                <td style="text-align: left;border-bottom: 1px solid #000;padding-top:5px;"> Student (UID) Aadhaar No. :-</td>
            </tr>
        </table>
        <table style="width:100% ;border-collapse: collapse;font-size:11px;overflow: wrap;text-align: left;">
            <tbody>
                <tr>
                    <td colspan="7">Student's (Full Name) <?php echo e($student->firstName . " " . $student->middleName . " " . $student->lastName); ?></td>
                </tr> 
                <tr>
                    <td colspan="4">Father's Name: <?php echo e($student->father_fname ." ". $student->father_lname); ?></td>
                    <td colspan="3">Mother's Name:  <?php echo e($student->mother_fname . " " . $student->mother_lname); ?></td>
                </tr>
                <tr>
                    <td colspan="4">Nationality: <b>INDIAN</b></td>
                    <td colspan="3">Mother Tongue: </td>
                </tr>
                <tr>
                    <td colspan="3">Religion: </td>
                    <td colspan="2">Caste: </td>
                    <td colspan="2">Sub-Caste: </td>
                </tr>
                <tr>
                    <td colspan="4">Place of Birth (Village/City): </td>
                    <td colspan="3">Taluka: </td>
                </tr>
                <tr>
                    <td colspan="3">District: </td>
                    <td colspan="2">State: </td>
                    <td colspan="2">Country: <b>INDIA</b></td>
                </tr>
                <tr>
                    <td colspan="7">Date of Birth (in Figures): <?php echo e($student->studentDob); ?></td>
                </tr>
                <?php 
                    $dob = \Carbon\Carbon::parse($student->studentDob)->format('d.F.Y');
                    $pieces = explode(".", $dob);
                    ?>
                <tr>
                    <td colspan="7">Date of Birth (in Words):  <?php if(count($pieces) > 1): ?> <?php echo e(str_replace("only","",figToWordDob($pieces[0]))); ?> <?php echo e($pieces[1]); ?> <?php echo e(str_replace("only","",figToWordDob($pieces[2]))); ?> <?php endif; ?></td>
                </tr>
                <tr>
                    <td colspan="6">Previous School and Class: </td>
                    <td></td>
                </tr>
                <tr>
                    <td colspan="4">Admission Date: </td>
                    <td colspan="3">Class: </td>
                </tr>
                <tr>
                    <td colspan="4">Progress: </td>
                    <td colspan="3">Conduct: </td>
                </tr>
                <tr>
                    <td colspan="6">School Leaving date </td>
                    <td></td>
                </tr>
                <tr>
                    <td colspan="4">Study in class & Since when: </td>
                    <td colspan="3">and: </td>
                </tr>
                <tr>
                    <td colspan="6">Reason for Leaving: </td>
                    <td></td>
                </tr>
                <tr>
                    <td colspan="6">Remarks: </td>
                    <td></td>
                </tr>
                <tr>
                    <td colspan="6"><b>Certified that the above information is in accordance with the School/College general register.</b></td>
                    <td></td>
                </tr>
                <tr>
                    <td colspan="7">Date: </td>
                </tr>
            </tbody>
        </table>

        <table style="width:100% ;border-collapse: collapse;font-size:12px;overflow: wrap;text-align: center;margin-top:40px;">
            <tbody>
                <tr>
                    <td><strong>Class Teacher</strong></td>
                    <td><strong>Clerk</td>
                    <td><strong>Head Master/Principal</strong></td>
                </tr>
            </tbody>
        </table>
        <div class="note">
            <strong>Note:</strong> No change in any entry in this certificate shall be made except by the authority issuing it and any infringement of this requirement involves the imposition of penalty such as that of rustication.
        </div>
</div>
    </div>
</body>
</html>

Copyright © 2021 - 2025 IMMREX7