IMMREX7
<!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;
}
.full-width-table {
width: 100%;
border-collapse: collapse; /* Remove space between cells */
height: 100vh; /* Optional: make table occupy full viewport height */
}
.column-cell {
width: 45%;
vertical-align: top; /* Align content to the top of the cell */
box-sizing: border-box;
/* Optional: Add borders for visual separation */
border: 1px solid red;
}
.column-space {
width: 10%;
vertical-align: top; /* Align content to the top of the cell */
box-sizing: border-box;
/* Optional: Add borders for visual separation */
border: none;
}
td {
padding-top: .5em;
white-space: nowrap;
padding-bottom: .5em;
}
body {
font-family: 'examplefont', sans-serif;
}
</style>
</head>
<body>
<table class="full-width-table">
<tr>
<td class="column-cell">
<span style="padding: 0px;text-align: left;color:red;">SECOND TERM</span>
</td>
<td class="column-space">
</td>
<td class="column-cell">
<!--<table class="table" style="width:100%;padding: 20px;">
<tbody>
<tr>
<th style="padding: 0px;text-align: left; "><img
src="<?php echo e(asset('storage/schools/' . $school->idSchool . '/cbse.png')); ?>" height="90" width="80"></th>
<td style="vertical-align: middle;text-align: center;padding: 0px; ">
<strong style="color:navy;font-size: 30px;font-family: 'Times New Roman';">ROYAL
INTERNATIONAL<br>SCHOOL</strong>
</td>
<th style="padding: 0px;text-align: left; "><img
src="<?php echo e(asset('storage/schools/' . $school->idSchool . '/' . $school->schoolLogo)); ?>" height="90" width="90"></th>
</tr>
<tr>
<td style="vertical-align: middle;text-align: center;padding: 0px;color:navy;" colspan="3">
<strong>Affiliated to CBSE BOARD</strong><br />
<strong>Affiliation No - 1130824</strong><br />
<strong>Managed by : Dombivali Yuvak Education Trust</strong><br><br>
<span style="font-size: 12px;">P & T Colony, Gandhi Nagar, Dombivli (E), Ph. 8291990505 / 08<br />
Email : royal.international349@gmail.com, Website : www.royalinternationalschool.co.in<br /></span>
</td>
</tr>
</tbody>
</table>
<table class="table" style="width:100%;border-bottom: 1px solid red;padding-bottom:10px;">
<tbody>
<tr>
<td style="vertical-align: middle;text-align: center;padding: 0px;color:navy;" colspan="3">
<span style="font-size: 23px;">CLASS - I to II</span><br />
<span style="font-size: 21px;font-weight: bold;">REPORT CARD <?php echo e($fy->financialYearName); ?></span><br />
</td>
</tr>
</tbody>
</table>-->
</td>
</tr>
</table>
</body>
</html>
Copyright © 2021 -