IMMREX7
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bonafide Certificate</title>
<style>
body {
font-family: 'Times New Roman', serif;
margin-left: 30px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 30px;
line-height: 1.5;
}
.header {
text-align: center;
margin-bottom: 20px;
}
.header h2,
.header h3 {
margin: 0;
}
.certificate-title {
text-align: center;
font-size: 22px;
font-weight: bold;
text-decoration: underline;
margin-bottom: 20px;
}
.content {
font-size: 18px;
}
.table {
width: 100%;
margin-bottom: 20px;
font-size: 18px;
}
.footer {
margin-top: 180px;
text-align: right;
font-weight: bold;
font-size: 18px;
}
.blank-line {
display: inline-block;
border-bottom: 1px solid black;
width: 250px;
min-width: 250px;
margin: 0 5px;
}
p {
margin: 15px 0;
}
.photo-box{
width: 100px; /* Adjust as needed */
height: 130px; /* Adjust as needed */
}
.center {
margin-left: auto;
margin-right: auto;
width: 150px;
}
.footer {
text-decoration: underline;
}
</style>
</head>
<body>
<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; width: 100%; padding-left: 0px; ">
<strong style="font-size:16px;">Jagrut Navyuwak Education Society’s</strong><br>
<strong style="font-size:28px;">Late. Maniklalji Gandhi Jagrut Vidyalaya</strong><br>
<strong style="font-size:20px;">Arts, Science, Commerce & Vocational Junior College</strong><br>
<strong style="font-size:14px;">Warud, Tq. Warud, Dist. Amravati - 444906 (M.S.)</strong><br>
</td>
</tr>
</tbody>
</table>
<table style="width: 100%; margin-top: 10px; font-size: 14px;">
<tr>
<td style="border-top: 1px solid #000;padding-top:10px;"><strong>U.DISE No.2707410516</strong></td>
<td style="text-align: right;border-top: 1px solid #000;padding-top:10px;"><strong>School Code 02.08.013</strong></td>
</tr>
<tr>
<td style="padding-top:10px;padding-bottom:10px;border-bottom: 1px solid #000;"><strong>Voc. Jr. College Code :02.08.906</strong></td>
<td style="padding-top:10px;padding-bottom:10px;text-align: right;border-bottom: 1px solid #000;"><strong>Jr.College Code 02.08.008</strong></td>
</tr>
</table>
<div style=" width: auto;display: flex; height: auto; margin: 0 auto;">
<div class="center" style="display: inline-block;background-color:black; font-weight: bold;border-radius: 20px;color:white;padding: 5px 16px; box-shadow: 0 3px 2px black;border: 1px solid white;margin-top:20px;">
<span style="font-size:20px;word-spacing: 3px;">CERTIFICATE</span></div>
</div>
<table class="table" style="margin-top:20px;">
<tbody>
<tr>
<td style="vertical-align: middle;text-align: left; width: 80%; padding-left: 0px;line-height: 1.8;">
<span style="font-size:18px;">For :</span> <span style="border-bottom: 1px solid #000;"></span><br>
<span style="font-size:18px;">Adm. R. No. :</span> <span style="border-bottom: 1px solid #000;"></span><br>
<span style="font-size:18px;">Adm. Date :</span> <span style="border-bottom: 1px solid #000;"></span><br>
<span style="font-size:18px;">Aadhaar No. :</span> <span style="border-bottom: 1px solid #000;"></span><br>
<span style="font-size:18px;">Student ID :</span> <span style="border-bottom: 1px solid #000;"></span><br>
</td>
<th style="text-align: top;padding: 10px; "> <?php if(isset($student->photo)): ?> <img src="<?php echo e(asset('storage/schools/'.$school->idSchool.'/students/'.$student->photo)); ?>" alt="Student Photo" height="100"
width="90" style="padding: 5px 5px;
border-radius: 20px;
border: 1px solid #000;"><?php endif; ?></th>
</tr>
</tbody>
</table>
<?php $fy = DB::table('financial_years')->where('idFinancialYear',$student->idFinancialYear)->first();
$caste = "";
if($student->idRegistration != null){
$registration = DB::table('student-registration')->where('idRegistration',$student->idRegistration)->first();
if($registration != null){
if($registration->caste != null){
$caste = $registration->caste;
}
}
}
$dob = \Carbon\Carbon::parse($student->studentDob)->format('d.F.Y');
$pieces = explode(".", $dob);
?>
<p style="margin-top: 20px; line-height: 2; font-size: 18px;">
This is to certify that Mast./Miss. <span class="blank-line"><?php echo e(' '.$student->firstName . " " . $student->middleName . " " . $student->lastName.' '); ?></span>
is bonafide Student of this School / Jr. College Since
<span style="border-bottom: 1px solid #000; display: inline-block; width: 100px;"></span>. He / She is Learning in Std.
<span class="blank-line"><?php echo e($student->className); ?></span> Section
<span style="border-bottom: 1px solid #000; width: 40px; display: inline-block;"></span> during <span class="blank-line"><?php echo e($fy->financialYearName); ?></span> the year.
His / Her date of Birth is (in figure) <span class="blank-line"> <?php echo e($student->studentDob); ?> </span>
(In word) <?php if(count($pieces) > 1): ?><em><span class="blank-line"><?php echo e(str_replace("only","",figToWordDob($pieces[0]))); ?> <?php echo e($pieces[1]); ?> <?php echo e(str_replace("only","",figToWordDob($pieces[2]))); ?></span></em> <?php endif; ?>
and Caste is <span class="blank-line"> <?php echo e($caste); ?></span>. Category
<span style="border-bottom: 1px solid #000; width: 150px; display: inline-block;"></span> as per our School Admission Register.<br>
<div style="text-align: center;">
<span style="font-weight: bold; font-size: 18px;font-style: italic;">He / She bears a good moral Character.</span>
</div>
</p>
<table style="width: 100%; margin-top: 220px; font-size: 18px;">
<tr>
<td style="width: 50%;">Class Teacher</td>
<td style="text-align: right;font-weight: bold;">Head Master / Principal</td>
</tr>
<tr>
<td style="padding-top: 10px;">Date : <?php echo e(\Carbon\Carbon::now()->format('d.m.Y')); ?></td>
</tr>
</table>
</html>
Copyright © 2021 -