<table id="students_lc_tb">
					<thead>
						<tr>
							<th>Sr No.</th>
							<th>TC No.</th>
							<th>Student Name</th>
							<th>Manage</th>
						</tr>
					</thead>
					<tbody><tr>
							<td>3450</td>
							<td>2775</td>
							<td>TASHI KOTA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>1122</td>
							<td>1122</td>
							<td>Protected: Prisha Sojitra</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>22</td>
							<td>2984/41</td>
							<td>LADWA JITEN</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>21</td>
							<td>2719/36</td>
							<td>PRINCE PATEL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>20</td>
							<td>2776/37</td>
							<td>VYAS HEMADRI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>19</td>
							<td>2714/36</td>
							<td>RAO TWISHA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>19</td>
							<td>2725/36</td>
							<td>SAMRTH SIYANI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>18</td>
							<td>2711/36</td>
							<td>RACHHCH TISA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>17</td>
							<td>2718/36</td>
							<td>NANDANI VEDANT</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>16</td>
							<td>2731/36</td>
							<td>NAMRA PADALIA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>15</td>
							<td>2811/38</td>
							<td>MOTERIA RIDDHI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>14</td>
							<td>2767/38</td>
							<td>MARKANA OM</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>13</td>
							<td>2716/36</td>
							<td>KHIMORIYA SAHIL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>12</td>
							<td>2732/36</td>
							<td>KANERIYA AJAY</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>11</td>
							<td>2729/36</td>
							<td>GODHANI DHRUVISHA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>10</td>
							<td>2730/36</td>
							<td>FULTERIYA MANTHAN</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>9</td>
							<td>2783/37</td>
							<td>BHUVA HETBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>8</td>
							<td>2763/36</td>
							<td>MEHTA JILL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>7</td>
							<td>2363/29</td>
							<td>MEHTA RAHUL VIJAYBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>6</td>
							<td>2351/29</td>
							<td>GANDHI PARAM KALPESH</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>5</td>
							<td>2373/29</td>
							<td>DHAIRY TANNA NIPULBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>4</td>
							<td>2371/29</td>
							<td>DHARA SOLANKI VIMALBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>3</td>
							<td>2369/29</td>
							<td>PAGHADAR SARANG CHETANBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>2</td>
							<td>2350/28</td>
							<td>JADEJA AJAYSINH NARPATSINH</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>1</td>
							<td>2340/28</td>
							<td>JAANSI KUBAVAT KALPESHBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr></tbody></table>				
				<style>
					.site-loader {
						border: 8px solid #c3c3c3;
						border-radius: 50%;
						border-top: 8px solid #1e73be;
						width: 60px;
						display: block;
						margin: 0 auto;
						height: 60px;
						-webkit-animation: spin 2s linear infinite;
						animation: spin 2s linear infinite;
					}

					/* Safari */
					@-webkit-keyframes spin {
					  0% { -webkit-transform: rotate(0deg); }
					  100% { -webkit-transform: rotate(360deg); }
					}

					@keyframes spin {
					  0% { transform: rotate(0deg); }
					  100% { transform: rotate(360deg); }
					}
					</style>
				
					<script>
						jQuery('#students_lc_tb').hide();
						jQuery('#students_lc_tb').after('<span class="site-loader"></span>');
						jQuery(document).ready( function () {
							jQuery('.site-loader').remove();
							jQuery('#students_lc_tb').show();
							jQuery('#students_lc_tb').DataTable();
						} );
					</script>
				<table id="students_lc_tb">
					<thead>
						<tr>
							<th>Sr No.</th>
							<th>TC No.</th>
							<th>Student Name</th>
							<th>Manage</th>
						</tr>
					</thead>
					<tbody><tr>
							<td>3450</td>
							<td>2775</td>
							<td>TASHI KOTA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>1122</td>
							<td>1122</td>
							<td>Protected: Prisha Sojitra</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>22</td>
							<td>2984/41</td>
							<td>LADWA JITEN</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>21</td>
							<td>2719/36</td>
							<td>PRINCE PATEL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>20</td>
							<td>2776/37</td>
							<td>VYAS HEMADRI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>19</td>
							<td>2714/36</td>
							<td>RAO TWISHA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>19</td>
							<td>2725/36</td>
							<td>SAMRTH SIYANI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>18</td>
							<td>2711/36</td>
							<td>RACHHCH TISA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>17</td>
							<td>2718/36</td>
							<td>NANDANI VEDANT</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>16</td>
							<td>2731/36</td>
							<td>NAMRA PADALIA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>15</td>
							<td>2811/38</td>
							<td>MOTERIA RIDDHI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>14</td>
							<td>2767/38</td>
							<td>MARKANA OM</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>13</td>
							<td>2716/36</td>
							<td>KHIMORIYA SAHIL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>12</td>
							<td>2732/36</td>
							<td>KANERIYA AJAY</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>11</td>
							<td>2729/36</td>
							<td>GODHANI DHRUVISHA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>10</td>
							<td>2730/36</td>
							<td>FULTERIYA MANTHAN</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>9</td>
							<td>2783/37</td>
							<td>BHUVA HETBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>8</td>
							<td>2763/36</td>
							<td>MEHTA JILL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>7</td>
							<td>2363/29</td>
							<td>MEHTA RAHUL VIJAYBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>6</td>
							<td>2351/29</td>
							<td>GANDHI PARAM KALPESH</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>5</td>
							<td>2373/29</td>
							<td>DHAIRY TANNA NIPULBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>4</td>
							<td>2371/29</td>
							<td>DHARA SOLANKI VIMALBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>3</td>
							<td>2369/29</td>
							<td>PAGHADAR SARANG CHETANBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>2</td>
							<td>2350/28</td>
							<td>JADEJA AJAYSINH NARPATSINH</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>1</td>
							<td>2340/28</td>
							<td>JAANSI KUBAVAT KALPESHBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr></tbody></table>				
				<style>
					.site-loader {
						border: 8px solid #c3c3c3;
						border-radius: 50%;
						border-top: 8px solid #1e73be;
						width: 60px;
						display: block;
						margin: 0 auto;
						height: 60px;
						-webkit-animation: spin 2s linear infinite;
						animation: spin 2s linear infinite;
					}

					/* Safari */
					@-webkit-keyframes spin {
					  0% { -webkit-transform: rotate(0deg); }
					  100% { -webkit-transform: rotate(360deg); }
					}

					@keyframes spin {
					  0% { transform: rotate(0deg); }
					  100% { transform: rotate(360deg); }
					}
					</style>
				
					<script>
						jQuery('#students_lc_tb').hide();
						jQuery('#students_lc_tb').after('<span class="site-loader"></span>');
						jQuery(document).ready( function () {
							jQuery('.site-loader').remove();
							jQuery('#students_lc_tb').show();
							jQuery('#students_lc_tb').DataTable();
						} );
					</script>
				<table id="students_lc_tb">
					<thead>
						<tr>
							<th>Sr No.</th>
							<th>TC No.</th>
							<th>Student Name</th>
							<th>Manage</th>
						</tr>
					</thead>
					<tbody><tr>
							<td>3450</td>
							<td>2775</td>
							<td>TASHI KOTA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>1122</td>
							<td>1122</td>
							<td>Protected: Prisha Sojitra</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>22</td>
							<td>2984/41</td>
							<td>LADWA JITEN</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>21</td>
							<td>2719/36</td>
							<td>PRINCE PATEL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>20</td>
							<td>2776/37</td>
							<td>VYAS HEMADRI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>19</td>
							<td>2714/36</td>
							<td>RAO TWISHA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>19</td>
							<td>2725/36</td>
							<td>SAMRTH SIYANI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>18</td>
							<td>2711/36</td>
							<td>RACHHCH TISA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>17</td>
							<td>2718/36</td>
							<td>NANDANI VEDANT</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>16</td>
							<td>2731/36</td>
							<td>NAMRA PADALIA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>15</td>
							<td>2811/38</td>
							<td>MOTERIA RIDDHI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>14</td>
							<td>2767/38</td>
							<td>MARKANA OM</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>13</td>
							<td>2716/36</td>
							<td>KHIMORIYA SAHIL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>12</td>
							<td>2732/36</td>
							<td>KANERIYA AJAY</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>11</td>
							<td>2729/36</td>
							<td>GODHANI DHRUVISHA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>10</td>
							<td>2730/36</td>
							<td>FULTERIYA MANTHAN</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>9</td>
							<td>2783/37</td>
							<td>BHUVA HETBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>8</td>
							<td>2763/36</td>
							<td>MEHTA JILL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>7</td>
							<td>2363/29</td>
							<td>MEHTA RAHUL VIJAYBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>6</td>
							<td>2351/29</td>
							<td>GANDHI PARAM KALPESH</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>5</td>
							<td>2373/29</td>
							<td>DHAIRY TANNA NIPULBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>4</td>
							<td>2371/29</td>
							<td>DHARA SOLANKI VIMALBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>3</td>
							<td>2369/29</td>
							<td>PAGHADAR SARANG CHETANBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>2</td>
							<td>2350/28</td>
							<td>JADEJA AJAYSINH NARPATSINH</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>1</td>
							<td>2340/28</td>
							<td>JAANSI KUBAVAT KALPESHBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr></tbody></table>				
				<style>
					.site-loader {
						border: 8px solid #c3c3c3;
						border-radius: 50%;
						border-top: 8px solid #1e73be;
						width: 60px;
						display: block;
						margin: 0 auto;
						height: 60px;
						-webkit-animation: spin 2s linear infinite;
						animation: spin 2s linear infinite;
					}

					/* Safari */
					@-webkit-keyframes spin {
					  0% { -webkit-transform: rotate(0deg); }
					  100% { -webkit-transform: rotate(360deg); }
					}

					@keyframes spin {
					  0% { transform: rotate(0deg); }
					  100% { transform: rotate(360deg); }
					}
					</style>
				
					<script>
						jQuery('#students_lc_tb').hide();
						jQuery('#students_lc_tb').after('<span class="site-loader"></span>');
						jQuery(document).ready( function () {
							jQuery('.site-loader').remove();
							jQuery('#students_lc_tb').show();
							jQuery('#students_lc_tb').DataTable();
						} );
					</script>
				<table id="students_lc_tb">
					<thead>
						<tr>
							<th>Sr No.</th>
							<th>TC No.</th>
							<th>Student Name</th>
							<th>Manage</th>
						</tr>
					</thead>
					<tbody><tr>
							<td>3450</td>
							<td>2775</td>
							<td>TASHI KOTA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>1122</td>
							<td>1122</td>
							<td>Protected: Prisha Sojitra</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>22</td>
							<td>2984/41</td>
							<td>LADWA JITEN</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>21</td>
							<td>2719/36</td>
							<td>PRINCE PATEL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>20</td>
							<td>2776/37</td>
							<td>VYAS HEMADRI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>19</td>
							<td>2714/36</td>
							<td>RAO TWISHA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>19</td>
							<td>2725/36</td>
							<td>SAMRTH SIYANI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>18</td>
							<td>2711/36</td>
							<td>RACHHCH TISA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>17</td>
							<td>2718/36</td>
							<td>NANDANI VEDANT</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>16</td>
							<td>2731/36</td>
							<td>NAMRA PADALIA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>15</td>
							<td>2811/38</td>
							<td>MOTERIA RIDDHI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>14</td>
							<td>2767/38</td>
							<td>MARKANA OM</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>13</td>
							<td>2716/36</td>
							<td>KHIMORIYA SAHIL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>12</td>
							<td>2732/36</td>
							<td>KANERIYA AJAY</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>11</td>
							<td>2729/36</td>
							<td>GODHANI DHRUVISHA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>10</td>
							<td>2730/36</td>
							<td>FULTERIYA MANTHAN</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>9</td>
							<td>2783/37</td>
							<td>BHUVA HETBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>8</td>
							<td>2763/36</td>
							<td>MEHTA JILL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>7</td>
							<td>2363/29</td>
							<td>MEHTA RAHUL VIJAYBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>6</td>
							<td>2351/29</td>
							<td>GANDHI PARAM KALPESH</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>5</td>
							<td>2373/29</td>
							<td>DHAIRY TANNA NIPULBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>4</td>
							<td>2371/29</td>
							<td>DHARA SOLANKI VIMALBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>3</td>
							<td>2369/29</td>
							<td>PAGHADAR SARANG CHETANBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>2</td>
							<td>2350/28</td>
							<td>JADEJA AJAYSINH NARPATSINH</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>1</td>
							<td>2340/28</td>
							<td>JAANSI KUBAVAT KALPESHBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr></tbody></table>				
				<style>
					.site-loader {
						border: 8px solid #c3c3c3;
						border-radius: 50%;
						border-top: 8px solid #1e73be;
						width: 60px;
						display: block;
						margin: 0 auto;
						height: 60px;
						-webkit-animation: spin 2s linear infinite;
						animation: spin 2s linear infinite;
					}

					/* Safari */
					@-webkit-keyframes spin {
					  0% { -webkit-transform: rotate(0deg); }
					  100% { -webkit-transform: rotate(360deg); }
					}

					@keyframes spin {
					  0% { transform: rotate(0deg); }
					  100% { transform: rotate(360deg); }
					}
					</style>
				
					<script>
						jQuery('#students_lc_tb').hide();
						jQuery('#students_lc_tb').after('<span class="site-loader"></span>');
						jQuery(document).ready( function () {
							jQuery('.site-loader').remove();
							jQuery('#students_lc_tb').show();
							jQuery('#students_lc_tb').DataTable();
						} );
					</script>
				<table id="students_lc_tb">
					<thead>
						<tr>
							<th>Sr No.</th>
							<th>TC No.</th>
							<th>Student Name</th>
							<th>Manage</th>
						</tr>
					</thead>
					<tbody><tr>
							<td>3450</td>
							<td>2775</td>
							<td>TASHI KOTA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>1122</td>
							<td>1122</td>
							<td>Protected: Prisha Sojitra</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>22</td>
							<td>2984/41</td>
							<td>LADWA JITEN</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>21</td>
							<td>2719/36</td>
							<td>PRINCE PATEL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>20</td>
							<td>2776/37</td>
							<td>VYAS HEMADRI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>19</td>
							<td>2714/36</td>
							<td>RAO TWISHA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>19</td>
							<td>2725/36</td>
							<td>SAMRTH SIYANI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>18</td>
							<td>2711/36</td>
							<td>RACHHCH TISA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>17</td>
							<td>2718/36</td>
							<td>NANDANI VEDANT</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>16</td>
							<td>2731/36</td>
							<td>NAMRA PADALIA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>15</td>
							<td>2811/38</td>
							<td>MOTERIA RIDDHI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>14</td>
							<td>2767/38</td>
							<td>MARKANA OM</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>13</td>
							<td>2716/36</td>
							<td>KHIMORIYA SAHIL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>12</td>
							<td>2732/36</td>
							<td>KANERIYA AJAY</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>11</td>
							<td>2729/36</td>
							<td>GODHANI DHRUVISHA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>10</td>
							<td>2730/36</td>
							<td>FULTERIYA MANTHAN</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>9</td>
							<td>2783/37</td>
							<td>BHUVA HETBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>8</td>
							<td>2763/36</td>
							<td>MEHTA JILL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>7</td>
							<td>2363/29</td>
							<td>MEHTA RAHUL VIJAYBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>6</td>
							<td>2351/29</td>
							<td>GANDHI PARAM KALPESH</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>5</td>
							<td>2373/29</td>
							<td>DHAIRY TANNA NIPULBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>4</td>
							<td>2371/29</td>
							<td>DHARA SOLANKI VIMALBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>3</td>
							<td>2369/29</td>
							<td>PAGHADAR SARANG CHETANBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>2</td>
							<td>2350/28</td>
							<td>JADEJA AJAYSINH NARPATSINH</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>1</td>
							<td>2340/28</td>
							<td>JAANSI KUBAVAT KALPESHBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr></tbody></table>				
				<style>
					.site-loader {
						border: 8px solid #c3c3c3;
						border-radius: 50%;
						border-top: 8px solid #1e73be;
						width: 60px;
						display: block;
						margin: 0 auto;
						height: 60px;
						-webkit-animation: spin 2s linear infinite;
						animation: spin 2s linear infinite;
					}

					/* Safari */
					@-webkit-keyframes spin {
					  0% { -webkit-transform: rotate(0deg); }
					  100% { -webkit-transform: rotate(360deg); }
					}

					@keyframes spin {
					  0% { transform: rotate(0deg); }
					  100% { transform: rotate(360deg); }
					}
					</style>
				
					<script>
						jQuery('#students_lc_tb').hide();
						jQuery('#students_lc_tb').after('<span class="site-loader"></span>');
						jQuery(document).ready( function () {
							jQuery('.site-loader').remove();
							jQuery('#students_lc_tb').show();
							jQuery('#students_lc_tb').DataTable();
						} );
					</script>
				<table id="students_lc_tb">
					<thead>
						<tr>
							<th>Sr No.</th>
							<th>TC No.</th>
							<th>Student Name</th>
							<th>Manage</th>
						</tr>
					</thead>
					<tbody><tr>
							<td>3450</td>
							<td>2775</td>
							<td>TASHI KOTA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>1122</td>
							<td>1122</td>
							<td>Protected: Prisha Sojitra</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>22</td>
							<td>2984/41</td>
							<td>LADWA JITEN</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>21</td>
							<td>2719/36</td>
							<td>PRINCE PATEL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>20</td>
							<td>2776/37</td>
							<td>VYAS HEMADRI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>19</td>
							<td>2714/36</td>
							<td>RAO TWISHA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>19</td>
							<td>2725/36</td>
							<td>SAMRTH SIYANI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>18</td>
							<td>2711/36</td>
							<td>RACHHCH TISA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>17</td>
							<td>2718/36</td>
							<td>NANDANI VEDANT</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>16</td>
							<td>2731/36</td>
							<td>NAMRA PADALIA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>15</td>
							<td>2811/38</td>
							<td>MOTERIA RIDDHI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>14</td>
							<td>2767/38</td>
							<td>MARKANA OM</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>13</td>
							<td>2716/36</td>
							<td>KHIMORIYA SAHIL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>12</td>
							<td>2732/36</td>
							<td>KANERIYA AJAY</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>11</td>
							<td>2729/36</td>
							<td>GODHANI DHRUVISHA</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>10</td>
							<td>2730/36</td>
							<td>FULTERIYA MANTHAN</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>9</td>
							<td>2783/37</td>
							<td>BHUVA HETBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>8</td>
							<td>2763/36</td>
							<td>MEHTA JILL</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>7</td>
							<td>2363/29</td>
							<td>MEHTA RAHUL VIJAYBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>6</td>
							<td>2351/29</td>
							<td>GANDHI PARAM KALPESH</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>5</td>
							<td>2373/29</td>
							<td>DHAIRY TANNA NIPULBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>4</td>
							<td>2371/29</td>
							<td>DHARA SOLANKI VIMALBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>3</td>
							<td>2369/29</td>
							<td>PAGHADAR SARANG CHETANBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>2</td>
							<td>2350/28</td>
							<td>JADEJA AJAYSINH NARPATSINH</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr><tr>
							<td>1</td>
							<td>2340/28</td>
							<td>JAANSI KUBAVAT KALPESHBHAI</td>					
							<td><a href="" target="_blank" class="view-btn">View</a></td>					
					</tr></tbody></table>				
				<style>
					.site-loader {
						border: 8px solid #c3c3c3;
						border-radius: 50%;
						border-top: 8px solid #1e73be;
						width: 60px;
						display: block;
						margin: 0 auto;
						height: 60px;
						-webkit-animation: spin 2s linear infinite;
						animation: spin 2s linear infinite;
					}

					/* Safari */
					@-webkit-keyframes spin {
					  0% { -webkit-transform: rotate(0deg); }
					  100% { -webkit-transform: rotate(360deg); }
					}

					@keyframes spin {
					  0% { transform: rotate(0deg); }
					  100% { transform: rotate(360deg); }
					}
					</style>
				
					<script>
						jQuery('#students_lc_tb').hide();
						jQuery('#students_lc_tb').after('<span class="site-loader"></span>');
						jQuery(document).ready( function () {
							jQuery('.site-loader').remove();
							jQuery('#students_lc_tb').show();
							jQuery('#students_lc_tb').DataTable();
						} );
					</script>
				{"id":390,"date":"2019-06-30T08:09:04","date_gmt":"2019-06-30T08:09:04","guid":{"rendered":"https:\/\/jpmodischool.org\/?page_id=390"},"modified":"2026-08-26T05:03:58","modified_gmt":"2026-08-26T05:03:58","slug":"students-lc","status":"publish","type":"page","link":"https:\/\/modicbseschool.com\/?page_id=390","title":{"rendered":"Student&#8217;s TC111"},"content":{"rendered":"\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\" colspan=\"4\">STUDENT DETAILS LEFT 2026-27<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">SR NO<\/td><td class=\"has-text-align-center\" data-align=\"center\">GR NO<\/td><td class=\"has-text-align-center\" data-align=\"center\">STUDENT NAME<\/td><td class=\"has-text-align-center\" data-align=\"center\">View TC<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">1<\/td><td class=\"has-text-align-center\" data-align=\"center\">6580<\/td><td class=\"has-text-align-center\" data-align=\"center\">AARADHYA KALPESHBHAI KACHROLA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">2<\/td><td class=\"has-text-align-center\" data-align=\"center\">6442<\/td><td class=\"has-text-align-center\" data-align=\"center\">DEVARSH BHAVESHBHAI GHASADIYA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">3<\/td><td class=\"has-text-align-center\" data-align=\"center\">6348<\/td><td class=\"has-text-align-center\" data-align=\"center\">HENI AMITBHAI MENDAPARA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">4<\/td><td class=\"has-text-align-center\" data-align=\"center\">6675<\/td><td class=\"has-text-align-center\" data-align=\"center\">JIYAN IRFANBHAI SHERASIYA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">5<\/td><td class=\"has-text-align-center\" data-align=\"center\">6312<\/td><td class=\"has-text-align-center\" data-align=\"center\">JAWAL RAMNIK BARAIYA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">6<\/td><td class=\"has-text-align-center\" data-align=\"center\">6335<\/td><td class=\"has-text-align-center\" data-align=\"center\">KABIR DHAVAL KATARIYA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">7<\/td><td class=\"has-text-align-center\" data-align=\"center\">6683<\/td><td class=\"has-text-align-center\" data-align=\"center\">KAVY ATULBHAI PETHANI<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">8<\/td><td class=\"has-text-align-center\" data-align=\"center\">6332<\/td><td class=\"has-text-align-center\" data-align=\"center\">KREENA RAJESHBHAI JIVANI<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">9<\/td><td class=\"has-text-align-center\" data-align=\"center\">6394<\/td><td class=\"has-text-align-center\" data-align=\"center\">KRIYANSH JASMIIN KORADIYA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">10<\/td><td class=\"has-text-align-center\" data-align=\"center\">6530<\/td><td class=\"has-text-align-center\" data-align=\"center\">MAHARSHI PATADIA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">11<\/td><td class=\"has-text-align-center\" data-align=\"center\">6089<\/td><td class=\"has-text-align-center\" data-align=\"center\">MAN ASHVINBHAI KAKDIYA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">12<\/td><td class=\"has-text-align-center\" data-align=\"center\">6339<\/td><td class=\"has-text-align-center\" data-align=\"center\">PRANSHI SANJAYBHAI JAKASANIYA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">13<\/td><td class=\"has-text-align-center\" data-align=\"center\">6677<\/td><td class=\"has-text-align-center\" data-align=\"center\">PRINSI VINOD VEKARIYA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">14<\/td><td class=\"has-text-align-center\" data-align=\"center\">6349<\/td><td class=\"has-text-align-center\" data-align=\"center\">RIYA CHETANBHAI VARSADA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">15<\/td><td class=\"has-text-align-center\" data-align=\"center\">6652<\/td><td class=\"has-text-align-center\" data-align=\"center\">SHYAM MODHWADIYA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">16<\/td><td class=\"has-text-align-center\" data-align=\"center\">6658<\/td><td class=\"has-text-align-center\" data-align=\"center\">SNEHA HIRALAL SHARMA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">17<\/td><td class=\"has-text-align-center\" data-align=\"center\">6520<\/td><td class=\"has-text-align-center\" data-align=\"center\">SOHAM JIGNESHBHAI DONGA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">18<\/td><td class=\"has-text-align-center\" data-align=\"center\">6538<\/td><td class=\"has-text-align-center\" data-align=\"center\">VANSH GUPTA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">19<\/td><td class=\"has-text-align-center\" data-align=\"center\">6566<\/td><td class=\"has-text-align-center\" data-align=\"center\">VISHVRAJSINH HARPALSINH ZALA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">20<\/td><td class=\"has-text-align-center\" data-align=\"center\">6531<\/td><td class=\"has-text-align-center\" data-align=\"center\">YASHASHWINI PATADIA<\/td><td class=\"has-text-align-center\" data-align=\"center\">View<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n\n<p>\u00a0<\/p>\n<table style=\"width: 0%; height: 7133px;\">\n<tbody>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 97.5862%;\" colspan=\"5\" width=\"664\">Student LC List\u00a0 2025-2026<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">Sr No.<\/td>\n<td style=\"height: 26px; width: 12.931%;\">LC No.<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">GR No.<\/td>\n<td style=\"height: 26px; width: 41.7405%;\">Name<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">Manage<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">1<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"height: 26px; width: 41.7405%;\">ALO SAMANTA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">2<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">CHARITRA-KEVAL PANCHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">3<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">DEEP GORASIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">4<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">DHOLARIYA URVIK PANKAJBHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">5<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2975<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">GOHEL KARAN RAJENDRABHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">6<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">HIMADRIBA JAYRAJSINH JADEJA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">7<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">HIRANI AANSHI NAYANKUMAR<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">8<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">JAYESH DIPESHBHAI PATEL<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">9<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KATBA NIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">10<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KRISHA RASIKBHAI NOGHANVADRA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">\n<p>View<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">11<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KRUSH KATBA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">12<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">NIHAL PARESHBHAI CHANV<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">13<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">OM SAVALIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">14<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">PRIYANSHI MAKHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">15<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2975<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">PRIYANSHU ASHISHBHAI SANGHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">16<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">REYA-D BARAD<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">17<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">RIDHAM CHHATRALA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">18<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">SAVANI PRIYAL CHETAN<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">19<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">VAIBHAVIBA DODIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">20<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">VIRANI YASH<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">21<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">YUGENDRA MUKESHKUMAR DHANGADIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">22<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\" width=\"237\">ANJALI JEETUBHAI SOLANKI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">23<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">ARPIT PRAVINBHAI KACHHOT<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">24<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">ARYAN SOLANKI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">25<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">BHAVYA GAJERA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">26<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">BRINDA VAGH<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">27<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">DHYEY NAGAPARA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">28<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">DIVYAKUMAR JITENDRABHAI RUDANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">29<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">GANESH CHETAN ANDANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">30<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 26px;\" width=\"237\">GOWAMI MADHURI MANISHBHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">\n<p>31<\/p>\n<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">HALAI KAVYA GOVIND<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">32<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">HEM SUVA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">33<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">JASH SAMPAT<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">34<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">JAY RAMBHAI MODHWADIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">35<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHSHI A BHUT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHSHI-A-BHUT.pdf\">VieViewieww<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">36<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">JASH SAMPAT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JASH-SAMPAT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">37<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">JAY RAMBHAI MODHWADIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">38<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KHSHI A BHUT<\/td>\n<td style=\"height: 22px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHSHI-A-BHUT.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">39<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KIRMI TADHANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KIRMI-TADHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">40<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KRISHIV MINESHBHAI JADAV<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRISHIV-MINESHBHAI-JADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">41<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MAHEK CHAVDA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHEK-CHAVDA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">42<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MAHI AKASH VACHHANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHI-AKASH-VACHHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">43<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANDAVIYA URAV CHANDRESHBHAI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANDAVIYA-URAV-CHANDRESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">44<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANTRA JANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTRA-JANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">45<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MERISH BHAVESHBHAI SISODIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MERISH-BHAVESHBHAI-SISODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">46<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MOHAMMADSARHAN SARFRAJ MALEK<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MOHAMMADSARHAN-SARFRAJ-MALEK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">47<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PAL ABHESHK AJAY<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PAL-ABHISHEK-AJAY.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">48<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PARYAK J YADAV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PARYAK-J-YADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">49<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJVI MANIA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJVI-MANIAR.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">50<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJVI MUKESHBHAI DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJVI-MUKESHBHAI-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">51<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAVAN KISHORBHAI RAIYANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAVAN-KISHORBHAI-RAIYANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">52<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREENA PANSURIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREENA-PANSURIYA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">53<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREYA PATADIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREYA-PATADIA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">54<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHUBHAM GANSHYAMBHAI GARAIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-GHANSHYAMBHAI-GARAIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">55<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHAYAM SONAGARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHYAM-SONAGARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">56<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VAISHNAV BHAVYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VAISHNAV-BHAVYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">57<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VALA DRASHTI HITESHBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VALA-DRASHTI-HITESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">58<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIR RISHIKUMAR TILVA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIR-RISHIKUMAR-TILVA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">59<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHRAJ KIRITBHAI JASANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHRAJ-KIRITBHAI-JASANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">60<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ZEEL CHOVATIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ZEEL-CHOVATIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">61<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AARYA MITESH CHHATRALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AARYA-MITESH-CHHATRALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">62<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">ABHIJEET SOLANKI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ABHIJEET-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">63<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">AVANI SOLANKI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AVANI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">64<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">BHAVYA RUPESH GOL<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAVYA-RUPESH-GOL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">65<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSHI POKAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHI-POKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">66<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">DEVANSHU NAIMISH SHETH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHU-NAIMISH-SHETH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">67<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHRUVA BHALODI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVA-BHALODI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">68<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3004<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHRUVIK RAKESHBHAI SAVALIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVIK-RAKESHBHAI-SAVALIYA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">69<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2967<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHUDHATRA RADHIKA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHUDHATRA-RADHIKA-2.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">70<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2636<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">GRIVA PATEL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GRIVA-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">71<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2980<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">HENNY DHANANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HENNY-DHANANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">72<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JENIL RAJESHBHAI SHINGALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JENIL-RAJESHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">73<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JIYABHAVIN GATHANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYABHAVIN-GATHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">74<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KASHVI AGRAWAL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHVI-AGRAWAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">75<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KASHYAP P THACKER<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHYAP-P-THACKER.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">76<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KESHVI DIPAKBHAI BHUT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KESHVI-DIPAKBHAI-BHUT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">77<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">MAITREYEE KEYUR ACHARYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAITREYEE-KEYUR-ACHARYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">78<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" width=\"296\" height=\"24\">MANAV DELVADIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANAV-DELVADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">79<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">MISHA ANKITBHAI TADA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MISHA-ANKITBHAI-TADA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">80<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">MNAUSHI SHRIMALI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MNAUSHI-SHRIMALI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">81<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">NIVA KULAR\u00a0<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NIVA-KULAR-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">82<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">PARI BIPINKUMAR CHOVATIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PARI-BIPINKUMAR-CHOVATIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">82<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">PRANJAL MAILIKBHAI LIMBASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRANJAL-MAILIKBHAI-LIMBASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">84<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RAKTIM KARMAKAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAKTIM-KARMAKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">85<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RIDRA VIJAY KAREKIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDRA-VIJAY-KAREKIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">86<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RUDRA ASHWINKUMAR VASANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUDRA-ASHWINKUMAR-VASANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">87<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">SAIYAD MOHAMMADNOORANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAIYAD-MOHAMMADNOORANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">88<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SAKHIYA JIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAKHIYA-JIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">89<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SHASHWAT HARESHBHAI MOLIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHASHWAT-HARESHBHAI-MOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">90<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SHUBHAM PIYUSHBHAI SHINGALA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-PIYUSHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">91<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">SIDDH VASANTBHAI KAVAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SIDDH-VASANTBHAI-KAVAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">92<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">VEDANT RACHHADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VEDANT-RACHHADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">93<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2804<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2897<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">VEKARIYA HARSHIL SOHILBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VEKARIYA-HARSHIL-SOHILBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">94<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2805<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2898<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">VIR RAJUL BHALODI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIR-RAJUL-BHALODI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">95<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2806<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2899<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">YAGNA BIPINBHAI HADVANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNA-BIPINBHAI-HADVANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">96<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2807<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2900<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">YAGNAV GHETIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNAV-GHETIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">97<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2808<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2901<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">YANA BHAVIKBHAI VORA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YANA-BHAVIKBHAI-VORA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">98<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2902<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AYUSHKUMAR AMITKUMAR RABADIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AYUSHKUMAR-AMITKUMAR-RABADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">99<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2903<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHAVYA JIMMY DAXINI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAVYA-JIMMY-DAXINI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">100<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2904<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BORISAGAR PRAGATI BHAVESHKUMAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BORISAGAR-PRAGATI-BHAVESHKUMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">101<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2905<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DESAI VEDANT ASHOKBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DESAI-VEDANT-ASHOKBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">102<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2906<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DETRUJA MIT KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DETRUJA-MIT-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">103<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2907<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUVIL JIGNESH BARASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVIL-JIGNESH-BARASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">104<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2908<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GAJERA MEET VIPULBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GAJERA-MEET-VIPULBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">105<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2910<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GUPTA SHOURYA MANOHAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GUPTA-SHOURYA-MANOHAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">106<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2911<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">JADEJA KRIPALSINH SURENDRASINH<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JADEJA-KRIPALSINH-SURENDRASINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">107<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2912<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KUNAL S CHHANGA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KUNAL-S-CHHANGA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">108<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2913<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANSI HUMABAL<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANSI-HUMABAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">109<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2914<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANTHAN R SONI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTHAN-R-SONI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">110<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2915<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MISTRY AADITYA AMIT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MISTRY-AADITYA-AMIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">111<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2916<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NEEL DOBARIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NEEL-DOBARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">112<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2917<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PIPALIYA HEER JAYRAJBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PIPALIYA-HEER-JAYRAJBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">113<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2918<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE DINESH TAMBOLIYA 2<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRINCE-DINESH-TAMBOLIYA-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">114<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2919<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIBADIYA OM KISHORBHAI 2<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIBADIYA-OM-KISHORBHAI-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">115<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2920<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIBADIYA OM KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIBADIYA-OM-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">116<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2921<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SHAAN BHAVISHYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHAAN-BHAVISHYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">117<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2922<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SHIVAM AMITBHAI SHIYANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHIVAM-AMITBHAI-SHIYANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">118<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2923<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SOLANKI DIVYANSHU MUKESH<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SOLANKI-DIVYANSHU-MUKESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">119<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2924<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SUZAL MAKADIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SUZAL-MAKDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">120<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2925<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VORA PARTH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VORA-PARTH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">121<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2804<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2926<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YAGNIK RAJESH GADHVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNIK-RAJESH-GADHVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">122<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2805<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2927<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">HAST BHAVESHBHAI RAMANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAST-BHAVESHBHAI-RAMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">123<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2806<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2928<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JALPAEBEN BALBHADRABHAI SOLANKI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JALPAEBEN-BALBHADRABHAI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">124<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2807<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2929<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">HAST BHAVESHBHAI RAMANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAST-BHAVESHBHAI-RAMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">125<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2808<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2930<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JALPAEBEN BALBHADRABHAI SOLANKI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JALPAEBEN-BALBHADRABHAI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">126<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2809<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2931<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYAN IRFANBHAI SHERASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYAN-IRFANBHAI-SHERASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">127<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2810<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2932<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KABIR DHAVAL KATARIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KABIR-DHAVAL-KATARIYA-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">128<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2811<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2933<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KREENA RAJESHBHAI JIVANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KREENA-RAJESHBHAI-JIVANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">129<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2812<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2934<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHAVIR MUKESHBHAI KIDDIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHAVIR-MUKESHBHAI-KIDDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">130<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2813<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2935<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAN ASHVINBHAI KAKDIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAN-ASHVINBHAI-KAKDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">131<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2814<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2936<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PALKUMAR HARESHBHAI BARAD<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PALKUMAR-HARESHBHAI-BARAD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">132<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2815<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2937<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRANSHI SANJAYBHAI JAKASANIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRANSHI-SANJAYBHAI-JAKASANIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">133<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2816<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2938<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE PUSHAKAR LUJAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRINCE-PUSHAKAR-LUJAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">134<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2817<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2939<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRISHA GHETIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRISHA-GHETIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">135<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2818<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2940<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RASESH SANGANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RASESH-SANGANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">136<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2819<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2941<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIYA CHETANBHAI VARSADA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIYA-CHETANBHAI-VARSADA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">137<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2820<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2942<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUHI BHIMDEVBHAI METRA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUHI-BHIMDEVBHAI-METRA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">138<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2821<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2943<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUSHIL DHARMESHBHAI PATADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUSHIL-DHARMESHBHAI-PATADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">139<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2822<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2944<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHLOK CHANDRSHBHAI CHANGANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHLOK-CHANDRSHBHAI-CHANGANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">140<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2823<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2945<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SOHAM JIGNESHBHAI DONGA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SOHAM-JIGNESHBHAI-DONGA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">141<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2824<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2946<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VISHVRAJSHINH HARPALSINH ZALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VISHVRAJSHINH-HARPALSINH-ZALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">142<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2825<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2947<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">ABHANGI VYOM KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ABHANGI-VYOM-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">143<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2826<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2948<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ADHYA VARSANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ADHYA-VARSANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">144<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2827<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2949<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANSHU ADROJA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ANSHU-ADROJA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">145<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2828<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2950<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BAIDEHI JHA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BAIDEHI-JHA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">146<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2829<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2951<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHARMAL AAMR ABBASBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHARMAL-AAMR-ABBASBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">147<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2830<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2952<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEEP MENPARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEEP-MENPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">148<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2831<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2953<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSH MOTERIA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSH-MOTERIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">149<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2832<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2954<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHORI VAIBHAV ASHOKBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHORI-VAIBHAV-ASHOKBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">150<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2833<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2955<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYEY POPAT JITENBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHYEY-POPAT-JITENBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">151<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2834<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2956<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">FREYA BERA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/FREYA-BERA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">152<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2835<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2957<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARSHIL NIRAVBHAI SHUKLA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARSHIL-NIRAVBHAI-SHUKLA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">153<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2836<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2958<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAINIL BHORANIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JAINIL-BHORANIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">154<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2837<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2959<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KASHYAP THAKKAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHYAP-THAKKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">155<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2838<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2960<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHANT TANVI RASHMIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHANT-TANVI-RASHMIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">156<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2839<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2961<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHIMANIYA TRUSHAL NAGINBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHIMANIYA-TRUSHAL-NAGINBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">157<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2840<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2962<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRUPA GAMI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRUPA-GAMI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">158<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2841<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2963<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHESHWARI KANANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHESHWARI-KANANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">159<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2842<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2964<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAMAN TULSIBHAI GELANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAMAN-TULSIBHAI-GELANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">160<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2843<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2965<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NANDNI SIDHPURI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NANDNI-SIDHPURI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">161<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2844<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2966<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJA CHHAG<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/POOJA-CHHAG.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">162<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2845<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PREET MENDAPARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PREET-MENDAPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">163<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2846<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2968<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RITU KUSHWALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RITU-KUSHWALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">164<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2847<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2969<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SANKHAVARA SHIV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SANKHAVARA-SHIV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">165<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2848<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2970<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SANTOKI MAURYA SUNILBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SANTOKI-MAURYA-SUNILBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">166<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2849<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2971<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREYA RAMOLIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREYA-RAMOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">167<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2850<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2972<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHRUTIBEN RAM<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHRUTIBEN-RAM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">168<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2851<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2973<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANISHKA CHAVDA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TANISHKA-CHAVDA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">169<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2852<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2974<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VATUKIYA ROHAN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VATUKIYA-ROHAN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">170<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2853<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2975<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIDITA KOTADIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIDITA-KOTADIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">171<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2854<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2976<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VISHRUTI BHUT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VISHRUTI-BHUT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">172<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2855<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2977<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YUG PARAG PATEL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YUG-PARAG-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">173<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2856<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2978<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AKSHAT SURESHBHAI KOTECHA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AKSHAT-SURESHBHAI-KOTECHA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">174<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2857<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2979<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ARPITA MAHESHBHAI SUTREJA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ARPITA-MAHESHBHAI-SUTREJA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">175<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2858<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AYUSH HARIBHAI PADHIYAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AYUSH-HARIBHAI-PADHIYAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">176<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2859<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2981<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHALANI VEDANSHI RAJESH<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHALANI-VEDANSHI-RAJESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">177<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2860<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2982<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVSHREE THAKRAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVSHREE-THAKRAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">178<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2861<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2983<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHATRI MORI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHATRI-MORI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">179<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2862<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2984<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUPAD SHAILESHBHAI SHINGALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUPAD-SHAILESHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">180<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2863<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2985<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUVKUMAR SANJAYKUMAR JADAV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVKUMAR-SANJAYKUMAR-JADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">181<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2864<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2986<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYEY HIRAL MODY<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHYEY-HIRAL-MODY.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">182<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2865<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2987<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GUNJANBEN MORI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GUNJANBEN-MORI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">183<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2866<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2988<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARDIPSINH PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARDIPSINH-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">184<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2867<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2989<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HASTI VILESHKUMAR PATEL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HASTI-VILESHKUMAR-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">185<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2868<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2990<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JADAV YASHVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JADAV-YASHVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">186<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2869<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2991<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAGRIT DOLATRAM TRIKLANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JAGRIT-DOLATRAM-TRIKLANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">187<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2870<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2992<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JATAN ASHISH SANGHANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JATAN-ASHISH-SANGHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">188<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2871<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2993<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYA BHIMANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYA-BHIMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">189<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2872<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2994<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KARANGIYA TANVI RAMESH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KARANGIYA-TANVI-RAMESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">190<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2873<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2995<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KORAT DAVISH<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KORAT-DAVISH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">191<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2874<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2996<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KOTECHA DHRUVI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KOTECHA-DHRUVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">192<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2875<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2997<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">LATHIYA PUSHTI ALPESHBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/LATHIYA-PUSHTI-ALPESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">193<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2876<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2998<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANTHAN ANILKUMAR LAKUM<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTHAN-ANILKUMAR-LAKUM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">194<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2877<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2999<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MEETESH RAMESH NATHANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MEETESH-RAMESH-NATHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">195<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2878<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3000<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAIMISH PARMAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAIMISH-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">196<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2879<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3001<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NEHA JERAMBHAI NAKUM<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NEHA-JERAMBHAI-NAKUM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">197<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2880<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3002<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PANDYA KHUSHI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PANDYA-KHUSHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">198<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2881<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3003<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIDDHI KRISHNAKUMAR SOLANKI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDDHI-KRISHNAKUMAR-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">199<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2882<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIDHIMA HARESH LALWANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDHIMA-HARESH-LALWANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">200<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2883<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3005<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SARA JIGNESHBHAI TAMBOLI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SARA-JIGNESHBHAI-TAMBOLI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">201<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2884<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3006<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAVSANI RASHI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAVSANI-RASHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">202<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2885<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3007<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">UDIPT PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/UDIPT-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">203<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2886<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3008<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIDHI LADANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIDHI-LADANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">204<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2887<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3009<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIHAAN DESAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIHAAN-DESAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">205<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2888<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3010<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VRUSHABH BHALSOD<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VRUSHABH-BHALSOD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">206<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2889<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3011<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHVI KALPESHBHAI MAIYAD<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHVI-KALPESHBHAI-MAIYAD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">207<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2890<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">3012<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AAMENA BHARMAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AAMENA-BHARMAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">208<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2891<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3013<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AMALIYAR YASHRIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AMALIYAR-YASHRIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">209<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2892<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3014<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BORSADIYA HARSHIL DHIRAJLAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BORSADIYA-HARSHIL-DHIRAJLAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">210<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2893<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3015<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BUSA DEVANSH BHAGVANJIBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BUSA-DEVANSH-BHAGVANJIBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">211<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2894<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3016<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">CHUDASAMA-KRISHABA MAHAVIRSINH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/CHUDASAMA-KRISHABA-MAHAVIRSINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">212<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2895<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3017<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARKHANI MAHI BAKULBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARKHANI-MAHI-BAKULBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">213<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2896<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3018<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYA DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYA-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">214<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2897<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3019<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JOSHI ANSH VIRENBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JOSHI-ANSH-VIRENBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">215<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2898<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3020<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KATARIYA PRINCE SURESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KATARIYA-PRINCE-SURESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">216<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2899<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3021<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHACHARIYA UJWAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHACHARIYA-UJWAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">217<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2900<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3022<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MADHAVI TILALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MADHAVI-TILALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">218<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2901<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3023<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHIDA NIRALI BEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHIDA-NIRALI-BEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">219<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2902<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3024<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANN LIMBANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANN-LIMBANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">220<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2903<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3025<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MOLIYA TIRTHA SANJAYBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MOLIYA-TIRTHA-SANJAYBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">221<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2904<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3026<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAGARI-PURVIN KETANBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAGARI-PURVIN-KETANBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">222<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2905<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3027<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NARODIA DEV ASHWINBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NARODIA-DE4V-ASHWINBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">223<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2906<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3028<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PANSURIYA DHARAMAKUMAR PARASBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PANSURIYA-DHARAMAKUMAR-PARASBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">224<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2907<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3029<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PATEL NIDHIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PATEL-NIDHIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">225<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2908<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3030<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PIYA KARIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PIYA-KARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">226<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2909<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3031<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAMANI HITARTH BHAVESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAMANI-HITARTH-BHAVESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">227<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2910<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3032<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RANPARIYA YASHVI BHAVESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RANPARIYA-YASHVI-BHAVESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">228<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2911<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3033<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RASHI VED<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RASHI-VED.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">229<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2912<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3034<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAY BINIT ASHOK<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAY-BINIT-ASHOK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">230<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2913<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3035<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SEJPAL AKSHAY SANJAY<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SEJPAL-AKSHAY-SANJAY.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">231<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2914<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANK-YASH RAKESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TANK-YASH-RAKESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">232<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2915<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3037<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHVI TURAKHIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHVI-TURAKHIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">233<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2916<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3038<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AARYAN BAVISHI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AARYAN-BAVISHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">234<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2917<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3039<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AAYUSH LALIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AAYUSH-LALIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">235<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2918<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3040<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BAROCHIYA DHRUVKUMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BAROCHIYA-DHRUVKUMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">236<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2919<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3041<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHAGIRATH RAM<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAGIRATH-RAM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">237<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2920<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3042<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSHI VAISHNAV<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHI-VAISHNAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">238<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2921<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3043<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HAMIPARA TIRTH SANJAYBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAMIPARA-TIRTH-SANJAYBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">239<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2922<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3044<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARSH DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARSH-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">240<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2923<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3045<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIGNESH THACKER<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIGNESH-THACKER.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">241<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2924<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3046<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAPADIYA RAKSHIT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KAPADIYA-RAKSHIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">242<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2925<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3047<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KARYA KIRTIBHAI SANKHALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KARYA-KIRTIBHAI-SANKHALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">243<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2926<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3048<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAVYA HITENDRABHAI PAMBHAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KAVYA-HITENDRABHAI-PAMBHAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">244<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2927<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3049<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KESHAV PILLAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KESHAV-PILLAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">245<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2928<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3050<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KOTECHA MOHIT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KOTECHA-MOHIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">246<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2929<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3051<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRISHNABEN VARIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRISHNABEN-VARIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">247<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2930<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3052<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHI RAKHOLIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHI-RAKHOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">248<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2931<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3053<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANAV ASHOKBHAI PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANAV-ASHOKBHAI-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 20px;\">\n<td style=\"width: 11.8966%; height: 20px;\">249<\/td>\n<td style=\"width: 12.931%; height: 20px;\">2932<\/td>\n<td style=\"width: 14.6388%; height: 20px;\">3054<\/td>\n<td style=\"width: 41.7405%; height: 20px;\">MEET ARJANBHAI PANSURIYA<\/td>\n<td style=\"width: 16.3793%; height: 20px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MEET-ARJANBHAI-PANSURIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">250<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2933<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3055<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NIR PATADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NIR-PATADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">251<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2934<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3056<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">OM LADUMOR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/OM-LADUMOR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">252<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2935<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3057<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PALWAR RUTURAJSINH PARESHSINH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PALWAR-RUTURAJSINH-PARESHSINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">253<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2936<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3058<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PITHIYA YASH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PITHIYA-YASH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">254<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2937<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3059<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJAN PATEL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/POOJAN-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">255<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2938<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3060<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRACHI SATISHBHAI VEKARIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRACHI-SATISHBHAI-VEKARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">256<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2939<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3061<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PREET RUPAREL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PREET-RUPAREL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">257<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2940<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3062<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRUTHVIDAN GADHAVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRUTHVIDAN-GADHAVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">258<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2941<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3063<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAHULBHAI DINESHBHAI AMALIYAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAHULBHAI-DINESHBHAI-AMALIYAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">259<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2942<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3064<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJ DHARMESH MONPARA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJ-DHARMESH-MONPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">260<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2943<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3065<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SETUL PIPROTAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SETUL-PIPROTAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">261<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2944<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3066<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHIVAM PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHIVAM-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">262<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2945<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3067<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHUBHAM-NIKUNJ PATANIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-NIKUNJ-PATANIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">263<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2946<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3068<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SINGH ANISH RAUSHAN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SINGH-ANISH-RAUSHAN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">264<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2947<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3069<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TIRTH JASMINBHAI POPAT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TIRTH-JASMINBHAI-POPAT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">265<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2948<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3070<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TRIVEDI DHRUVI JAYDEEPBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TRIVEDI-DHRUVI-JAYDEEPBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">266<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2949<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3071<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VASU VAGADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VASU-VAGADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">267<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2950<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3072<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIVEKCHANDRA ANILCHANDRA PRANAMI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIVEKCHANDRA-ANILCHANDRA-PRANAMI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">268<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2951<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3073<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YUVRAJSINH MANEK<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YUVRAJSINH-MANEK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">269<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2952<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">3074<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AJAY LAKHAMANBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">270<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2953<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3075<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANGEL MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">271<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2954<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3076<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANSHIKA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">272<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2955<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3077<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANUJ PARESHKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">273<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2956<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3078<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ARYAN KARSAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">274<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2957<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3079<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AVINASH HITESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">275<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2958<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3080<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BERA HARSH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">276<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2959<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3081<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHADARKA DHRUV MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">277<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2960<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3082<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHALODI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">278<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2961<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3083<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BIRVA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">279<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2962<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">CHOLERA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">280<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2963<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3085<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DARSH HIMMAT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">281<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2964<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3086<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEEP KETANBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">282<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2965<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3087<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DETROJA GOPI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">283<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2966<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3088<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEV MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">284<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2967<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3089<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVAM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">285<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2968<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3090<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHARA MALDE MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">286<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2969<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3091<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHARM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">287<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2970<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3092<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYANA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">288<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2971<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3093<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DUBEY SHIVAMKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">289<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2972<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3094<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">FALGUNI SAGARBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">290<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2973<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3095<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GADHIYA DEEP MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">291<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2974<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3096<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GANGANI SIDDHI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">292<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3097<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARVI PRAKASHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">293<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2976<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3098<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HEER RAJESHKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">294<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2977<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3099<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ISHA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">295<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2978<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3100<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAIMIN KEYUR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">296<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2979<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3101<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JANVI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">297<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2980<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3102<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JINISH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">298<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2981<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3103<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KACHHOT ALPESH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">299<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2982<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3104<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAUSHAL SHAILESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">300<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2983<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3105<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHUSHI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">301<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2984<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3106<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRINSY MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">302<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2985<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3107<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">LAKSHYA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">303<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2986<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3108<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANASIYA MOHAMADRUHAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">304<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2987<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3109<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MEVADA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">305<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2988<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3110<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NIKUNJ MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">306<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2989<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3111<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PARMAR BALVANT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">307<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2990<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3112<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJA RAJSHIBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">308<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2991<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3113<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRANAY MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">309<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2992<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3114<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRATVI MUKESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">310<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2993<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3115<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE GIRDHARBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">311<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2994<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3116<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RATHOD MANAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">312<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2995<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3117<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIVA BALVANT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">313<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2996<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3118<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUDRA V MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">314<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2997<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3119<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUDRARAJSINH SHAKTISINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">315<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2998<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3120<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUTVI YOGESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">316<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2999<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3121<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAIPARIYA HEEMA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">317<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3000<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3122<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHAKTISINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">318<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3001<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3123<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SUJAL D MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">319<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3002<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3124<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANVI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">320<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3003<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3125<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">THAKKAR RIDHAM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">321<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3004<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3126<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">UMESH H MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">322<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3005<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3127<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">URVIBEN KIRANKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">323<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3006<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3128<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VANOL SURYARAJ MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">324<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3007<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3129<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VEDANTSINH KISHORBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">325<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3008<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3130<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YAKSH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">326<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3009<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3131<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YANA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">327<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3010<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3132<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHPALSINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">328<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3011<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3133<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YATRI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">\u00a0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 100%; height: 6552px;\" width=\"664\">\n<tbody>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 97.5862%;\" colspan=\"5\" width=\"664\">Student LC List<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">Sr No.<\/td>\n<td style=\"height: 26px; width: 12.931%;\">LC No.<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">GR No.<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Name<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">Manage<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">1<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3041<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harshil Hirpara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harshil-Hirpara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">2<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3036<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhay Hindocha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhay-Hindocha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">3<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3004<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhishek Pambhaniya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhishek-Pampaniya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">4<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2967<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhi Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhi-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">5<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2975<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aditi Ruparel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aditi-Ruparel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">6<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2636<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aditya Yadav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aditya-Yadav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">7<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2980<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Africawala Yusuf<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Africawala-Murtaza.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">8<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3084<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ahuja Yukta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ahuja-Yukta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">9<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">465<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ajani Het<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ajani-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">10<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2895<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Akshara Mehta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Akshara-Mehta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">11<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2939<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2349<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Amrerndersinh Tomar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Amrendersingh-Tomar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">12<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2994<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2977<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Andrapiya Disha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Andrapiya-Disha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">13<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2858<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2927<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Anubhab Panda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Anubhab-Panda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">14<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2801<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2262<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arjun Kareliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arjun-Kareliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">15<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2947<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2572<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arsh Gangani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arsh-Gangani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">16<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2923<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1557<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arva Vainshnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arva-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">17<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3015<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2497<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arya Pandey<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arya-Pandey.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">18<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3001<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2984<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aryan Soni<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aryan-Soni.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">19<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3035<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3022<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aryan Vadher<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aryan-Vadher.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">20<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2816<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">120<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashar Karan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ashar-Karan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">21<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2909<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">441<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashodariya Shyam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Asodariya-Shyam.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">22<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3003<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2986<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashtha Rawal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Astha-Rawal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">23<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3023<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3008<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aum Pipalva<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aum-Pipalva.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">24<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2941<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2442<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ayushi Bayal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ayushi-Bayal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">25<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2996<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2979<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Balister Hawra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Balister-Aliasagar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">26<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2856<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2916<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Barvaliya Keshar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Barvaliya-Kesar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">27<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2751<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">872<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhadada Nikhil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhadada-Nikhil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">28<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2973<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2965<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhakti Sakariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhakti-Sakariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">29<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2786<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1417<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhalara Rahul<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhalara-Rushil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">30<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2926<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1595<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhatt Darsh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhatt-Darsh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">31<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2761<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2357<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhansdadia Prenshu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhensdadia-Prenshu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">32<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2783<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3150<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhuva Hetbhai<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhuga-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">33<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2901<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">349<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Butani Dev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Butani-Dev.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">34<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3033<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3020<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Ravrani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Ravrani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">35<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2912<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">455<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chhaniya Sofiyan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chaniya-Sofiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">36<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2754<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">771<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chauhan Yashrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chauhan-Yashrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">37<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2768<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3284<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chavda Pruthviraj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chavda-Pruthviraj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">38<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2922<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1498<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chovatiya Vinay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chovatiya-Vinay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">39<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2817<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">467<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dabhi Prarthana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dabhi-Prathana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">40<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2812<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1623<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dabhi Shaktisinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dabhi-Shaktisinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">41<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2863<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3034<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Darshan Surani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Darshan-Surani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">42<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2733<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2290<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Davda Maanya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Davda-Maanya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">43<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2983<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3371<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dave Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dave-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">44<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2820<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3066<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dave Vedansh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dave-Vedansh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">45<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3022<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3007<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dax Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dax-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">46<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3024<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3009<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Densi Vachhani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Densi-Vachhani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">47<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3027<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3013<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dev faldu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dev-Faldu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">48<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2925<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1591<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhakan Smit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhakan-Smit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">49<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2854<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2907<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhakan Vanshika<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhakan-Vanshika.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">50<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2748<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">4140<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhanak Mahi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhanak-Mahi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">51<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3000<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2983<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhaval Chauhan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhaval-Chauhan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">52<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3041<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3027<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Diya Dangar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhiya-Dangar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">53<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2976<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2968<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dishant Solanki<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dishant-Solanki.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">54<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2958<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2942<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Diya Ganatra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Diya-Ganatra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">55<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2968<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2961<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dodiya Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dodiya-Dhruvil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">56<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2853<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2524<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dolly Oza<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dolly-Oza.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">57<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2845<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2044<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dudhagra Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dudhagara-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">58<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2999<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2983<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Eva Fasra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Eva-Fasra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">59<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2730<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3207<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Fultariya Manthan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Fultariya-Manthan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">60<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2720<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1275<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gadhiya Netra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gadhiya-Netra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">61<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2974<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2966<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Galchar Kavita<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Galchar-Kavita.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">62<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2980<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">438<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Garachh Vibhuti<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Garach-Vibhuti.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">63<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2850<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2285<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gaurav Gojiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gaurav-Gojiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">64<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2945<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2580<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ghela Nishra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ghela-Nishra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">65<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2729<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3166<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Godhani Dhruvisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Godhani-Dhruvisha1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">66<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3019<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3001<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gohil Nayan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gohil-Nayan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">67<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3005<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2988<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gondaliya Angel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gondaliya-Angel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">68<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2773<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3442<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gopani Pankil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gopani-Pankil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">69<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2987<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3217<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gope Roshanlal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gope-Roshanlal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">70<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2868<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3064<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Happy Bhimbha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Happy-Bhimbha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">71<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3043<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3032<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harihar Ashish<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harihar-Ashish.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">72<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2937<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2323<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harita Vala<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harita-Vala.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">73<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3047<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3038<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Jani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Jani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">74<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2971<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2964<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Loriya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Loriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">75<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3029<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3015<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harshraj Pandey<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harshraj-Pandey.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">76<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2967<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2957<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Heet Gojiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Heet-Gojiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">77<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2944<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2527<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Hitarth Siddhapara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Hitarth-Siddhapara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">78<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2966<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2156<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Isha Javia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Isha-Javiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">79<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2998<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2981<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Isha Limbasiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Isha-Limbasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">80<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2766<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2861<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Aditiba<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Aditiba.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">81<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2807<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3085<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Dhara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Dhara-Kiritsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">82<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3017<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2999<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Kripalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Kripalsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">83<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2835<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3322<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Manavrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Manavrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">84<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2798<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1641<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Yashrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Yashrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">85<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2979<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2973<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Javia Aum<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Javia-Aum.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">86<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2806<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1263<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Javia Yash<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Javiya-Yash.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">87<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2903<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3120<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jaydev Kansagara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jaydev-Kansagara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">88<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3004<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2987<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jaydutt Sareriya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jaydutt-Sareriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">89<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3032<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3019<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jeen Bhansdadia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jeet-Bhensdadia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">90<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2964<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2955<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jill Gajera<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jill-Gajera.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">91<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2957<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2941<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jinali Vora<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jinali-Vora.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">92<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2742<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3423<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Joshi Sarthak<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Joshi-Sarthak.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">93<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2938<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2325<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Joshna Kanjariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Joshna-Kanjariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">94<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2741<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2144<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kachhadiya Dhyani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kachhadiya-Dhyani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">95<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2795<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2888<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kadam Nagariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kadam-Nagariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">96<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2753<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1226<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kalariya Rahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kalariya-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">97<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2951<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3345<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kanani Anjan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kanani-Anjan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">98<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3012<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2995<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kandoriya Pranjal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kandoriya-Pranjal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">99<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2732<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3190<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kaneriya Ajay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kaneriya-Ajay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">100<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2707<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2906<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kaneriya Kavya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kaneriya-Kavya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">101<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2744<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1420<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Karn Shubham<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Karn-Shubham.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">102<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2818<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2333<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kartikkumar Lathia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kartikkumar-Lathia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">103<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2955<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2939<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kavya Mewar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kavya-Mewar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">104<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2860<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2937<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kevin Mathew<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kevin-Mathew.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">105<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2916<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">731<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khandhar Jainam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khandhar-Jainam.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">106<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2716<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3298<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khimoriya Sahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khimoriya-Sahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">107<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2772<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1222<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khunt Het<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khunt-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">108<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2978<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2970<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khunt Priyal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khunt-Priyal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">109<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2824<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3104<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Komalba Rana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Komalba-Rana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">110<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2739<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3450<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kota Tashi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kota-Taashi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">111<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2873<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3075<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Krishi Radadiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Krishi-Radadiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">112<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3031<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3014<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Labana Vidhitkumar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Labana-Vidhitkumar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">113<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2984<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3155<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jiten Ladwa<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">V<a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ladwa-Jiten.pdf\">i<\/a>ew<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">114<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3036<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3033<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Liza Der<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Liza-Der.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">115<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2942<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2514<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Madhav Sampat<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Madhav-Sampat.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">116<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3009<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2992<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Maheswari Man<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Madhav-Sampat.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">117<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2774<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2331<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mahir Nurali<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mahir-Nurali.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">118<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2855<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2911<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Dhruvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">119<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2747<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1827<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Dharmik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Dharmik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">120<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2870<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3010<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Twinkle<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Twinkle.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">121<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2943<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2515<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Malhar Chavda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Malhar-Chavda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">122<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2914<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">474<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Malvi Devangiben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Malvi-Devangiben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">123<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2749<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2121<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mandh Vaibhav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mandh-Vaibhav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">124<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2787<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1060<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mane Pratik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mane-Pratik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">125<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2963<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2954<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Manthan Kaku<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Manthan-Kaku.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">126<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2828<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3247<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Manvar rajvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Manvar-Rajvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">127<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2767<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">365<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Markana Om<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Markana-Om.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">128<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2724<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3138<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meer Mehta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meer-Mehta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">129<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3007<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2990<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meet Sindhav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meet-Sindhav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">130<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2960<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2944<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meghanaba Jadeja<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meghanaba-Jadeja.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">131<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2763<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3154<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehia Jill<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehia-Jill.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">132<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2794<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1318<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Hetav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Hetav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">133<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2799<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2118<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Param<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Param.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">134<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2803<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">668<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Rishika<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Rishika.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">135<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3006<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2989<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mishri Kalariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mishri-Kalariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">136<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2859<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2936<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mohmad Ghanchi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mohmad-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">137<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2921<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">489<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Moliya Rutvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Moliya-Rutvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">138<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2735<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2301<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mondal Sbhubhdip<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mondal-Shubhdip.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">139<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2811<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3287<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Moteria Riddhi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Moteriya-Riddhi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">140<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2706<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1505<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Muhmmad Serasiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Muhammad-Arman-Sherasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">141<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2793<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2630<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nakum Rushabh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nakum-Rushabh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">142<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2731<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1607<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Namra Padalia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Namra-Padalia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">143<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2809<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1944<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nathawani Isha\u00a0<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nathawani-Isha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">144<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3011<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2994<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nisarg Bhanderi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nisarg-Bhanderi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">145<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2769<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2519<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Bhardwaj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Bhardwaj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">146<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2954<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2928<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Buddhadev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Buddhadev.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">147<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3040<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3025<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Chaudhary<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Chaudhary.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">148<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2940<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2355<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Goswami<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Goswami.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">149<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2738<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3266<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Aditiben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Aditiben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">150<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2727<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3239<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Aniket<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Aniket.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">151<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2737<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3238<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Om<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Om.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">152<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2846<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2168<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pambhar Vishwa<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pambhar-Vishwa.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">153<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2823<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2510<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pandya Vihaan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pandya-Vihan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">154<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2864<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3047<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Panseriya Aryan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Panseriya-Aryan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">155<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3030<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3016<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Paramjeet Dahima<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Paramjeet-Dahima.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">156<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2755<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Deep<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Deep.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">157<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2740<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2648<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pambhar Jenish<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Jenish.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">158<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2810<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3777<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Krisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Krisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">159<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2950<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2925<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Rahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">160<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2765<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2305<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Rajveersinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Rajveersinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">161<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2869<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3069<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Unnati<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Unnati.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">162<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2931<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">451<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parsana Khushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parsana-Khushi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">163<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2852<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2498<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patel Aryan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patel-Aryan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">164<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2862<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3026<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patel Rushil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patel-Rushil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">165<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2792<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2114<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pathak Jigar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pathak-Jigar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">166<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2992<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3470<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patoliya Preet<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patoliya-Preet.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">167<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3021<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3005<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Prajveen Vaishnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Prajveen-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">168<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2970<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2963<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pranshu Sharma<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pranshu-Sharma.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">169<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2961<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2951<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Barad Preet<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Preet-Barad.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">170<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2719<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3389<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Prince Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Prince-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">171<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2861<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2958<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Priya Gondaliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Priya-Gondaliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">172<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2980<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2974<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Priyansha Pradhan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Priyansha-Pradhan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">173<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2711<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rachchh Tisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rachh-Tisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">174<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2717<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3388<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rahul Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rahul-Patel-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">175<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2714<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3220<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rao Twisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rai-Twisha-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">176<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2752<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">670<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Dev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Dev-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">177<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2920<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">889<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Kevin<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Kevin-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">178<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2813<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1308<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Netra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Netra-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">179<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3002<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2985<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajal Dodiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajal-Dodiya-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">180<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2969<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2962<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajal Lashkari<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajal-Lashkari-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">181<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2928<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1891<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajgor Khushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajgor-Khushi1-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">182<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2919<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">742<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ramani Rakshit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajgor-Khushi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">183<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3014<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2996<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rana Satyapalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rana-Satyapalsinh-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">184<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2952<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2926<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rashida Mannan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rashida-Mannan-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">185<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2993<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2976<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dharmiben Ribadiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ribadiya-Dharmi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">186<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2875<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3076<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rudra Butani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rudra-Butani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">187<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2760<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1742<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Aditi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Aditi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">188<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2758<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1743<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Ami<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Ami-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">189<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2759<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2111<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Shyam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Shyam-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">190<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2871<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3071<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ruparel Brinda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ruparel-Brinda-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">191<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2953<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2931<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rushi Desai<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rushi-Desai-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">192<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3028<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3014<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rushi Kardani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rushi-Kardani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">193<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2797<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1794<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sadariya Krishiv<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sadariya-Krishiv.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">194<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3016<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2998<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Saini Nandni<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Saini-Nandni.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">195<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2838<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1002<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sakariya Kashyap<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sakariya-Kashyap.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">196<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2705<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2313<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sherasiya Samin<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Samin-Sherasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">197<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2962<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2953<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Savaliya Vatsal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Savaliya-Vatsal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">198<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2907<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sejpal Devanshi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sejpal-Devanshi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">199<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2935<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2215<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shekh Suliana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shekh-Suliana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">200<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2788<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2312<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shekhaliya Druthi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shekhaliya-Druthi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">201<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2995<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2978<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shivam Vaishnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shivam-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">202<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2949<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2924<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shlok Joshi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shlok-Joshi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">203<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2726<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3147<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shrivastava Akshay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shrivastava-Akshay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">204<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2986<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2522<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shyam Virda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shyam-Virda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">205<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2977<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2969<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Siddhi Savjani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Siddhi-Savjani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">206<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3025<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3010<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sindhav Ranjitsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sindhav-Ranjitsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">207<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2848<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2222<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Arjun<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Arjun.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">208<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2991<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2556<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">209<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2781<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2881<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Shubhamkumar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Shubham-Kumar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">210<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3026<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3012<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sinojia Pranshu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sinojia-Pranshu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">211<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2725<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">298<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Siyani Samarth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Siyani-Samarth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">212<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2902<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3125<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Smit Chhabhaiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Smit-Chhabhaiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">213<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2757<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2108<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sojitra Prisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sojitra-Prisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">214<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2756<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2559<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sojitra Tirth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sojitra-Tirth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">215<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3034<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3021<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Solanki Mahek<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Solanki-Mahek.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">216<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2849<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2266<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Solanki Parag<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Solanki-Parag.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">217<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3048<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3039<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Suhem Dakora<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Suhem-Dakora.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">218<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3049<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3040<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sumit Chavda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/sumit-Chavda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">219<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2956<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2940<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sunanda Ghosh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sunanda-Ghosh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">220<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2929<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1941<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Surani Jit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Surani-Jit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">221<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2775<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3450<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Taashi Kota<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Taashi-Kota.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">222<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2918<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">738<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tanna Hritik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tanna-Hritik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">223<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3044<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3035<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tanveersinh Sodha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tanveersingh-Sodha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">224<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2780<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2170<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Thanki Jay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Thanki-Jay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">225<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2750<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2476<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Thummar Vraj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Thummar-Vraj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">226<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2800<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2261<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tulja Kaleriya\u00a0<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tulja-Kaleriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">227<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2915<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">730<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Udiyar Rohit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Udiyar-Rohit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">228<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2745<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2561<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Umaraniya Miwi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Umraniya-Miwi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">229<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3018<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3000<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Utsav Ghedia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Utsav-Ghedia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">230<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3042<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3028<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Utsav Gondaliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Utsav-Gondaliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">231<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2822<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2872<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghela Brijpalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghela-Brijpalsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">232<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2917<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">734<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghela Harsh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghela-Harsh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">233<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2934<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2163<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghamshi Pavan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghmashi-Pavan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">234<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2927<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1888<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaid Ismail<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaid-Ismail.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">235<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2815<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3211<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vainsh Kenilben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vainsh-Kenilben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">236<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2782<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3083<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaishnani Prince<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaishnani-Prince.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">237<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2842<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1889<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaishnani Rushikesh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaishnani-Rushikesh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">238<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2830<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">421<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vasani Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vasani-Dhruvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">239<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2718<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3385<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nandani Vedant<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vedant-Nandani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">240<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2721<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3065<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vekariya Shreya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vekariya-Shreya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">241<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3008<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2991<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vibha Samani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vibha-Samani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">242<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3046<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3037<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vikas Zala<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vikas-Zala.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">243<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2904<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3127<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Viradia Abhay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Viradia-Abhay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">244<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2796<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">696<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Virani Kunj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Virani-Kunj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">245<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3010<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2993<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vishal Ranpariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vishal-Ranpariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">246<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2911<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">446<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vora Ayushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vora-Ayushi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">247<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2930<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2048<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vora Tirth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vora-Tirth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">248<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2709<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3183<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vyas Darp<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vyas-Darp.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">249<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2776<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3269<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vyas Hemadri<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vyas-Hemadri.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">250<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2990<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3489<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Zalak Jani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Zalak-Jani.pdf\">View<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/p>\n\n\n\n\n<p>&nbsp;<\/p>\n<table style=\"width: 0%; height: 7133px;\">\n<tbody>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 97.5862%;\" colspan=\"5\" width=\"664\">Student LC List&nbsp; 2025-2026<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">Sr No.<\/td>\n<td style=\"height: 26px; width: 12.931%;\">LC No.<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">GR No.<\/td>\n<td style=\"height: 26px; width: 41.7405%;\">Name<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">Manage<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">1<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"height: 26px; width: 41.7405%;\">ALO SAMANTA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">2<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">CHARITRA-KEVAL PANCHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">3<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">DEEP GORASIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">4<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">DHOLARIYA URVIK PANKAJBHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">5<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2975<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">GOHEL KARAN RAJENDRABHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">6<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">HIMADRIBA JAYRAJSINH JADEJA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">7<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">HIRANI AANSHI NAYANKUMAR<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">8<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">JAYESH DIPESHBHAI PATEL<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">9<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KATBA NIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">10<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KRISHA RASIKBHAI NOGHANVADRA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">\n<p>View<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">11<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KRUSH KATBA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">12<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">NIHAL PARESHBHAI CHANV<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">13<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">OM SAVALIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">14<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">PRIYANSHI MAKHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">15<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2975<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">PRIYANSHU ASHISHBHAI SANGHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">16<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">REYA-D BARAD<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">17<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">RIDHAM CHHATRALA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">18<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">SAVANI PRIYAL CHETAN<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">19<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">VAIBHAVIBA DODIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">20<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">VIRANI YASH<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">21<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">YUGENDRA MUKESHKUMAR DHANGADIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">22<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\" width=\"237\">ANJALI JEETUBHAI SOLANKI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">23<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">ARPIT PRAVINBHAI KACHHOT<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">24<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">ARYAN SOLANKI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">25<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">BHAVYA GAJERA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">26<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">BRINDA VAGH<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">27<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">DHYEY NAGAPARA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">28<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">DIVYAKUMAR JITENDRABHAI RUDANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">29<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">GANESH CHETAN ANDANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">30<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 26px;\" width=\"237\">GOWAMI MADHURI MANISHBHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">\n<p>31<\/p>\n<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">HALAI KAVYA GOVIND<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">32<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">HEM SUVA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">33<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">JASH SAMPAT<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">34<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">JAY RAMBHAI MODHWADIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">35<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHSHI A BHUT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHSHI-A-BHUT.pdf\">VieViewieww<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">36<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">JASH SAMPAT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JASH-SAMPAT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">37<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">JAY RAMBHAI MODHWADIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">38<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KHSHI A BHUT<\/td>\n<td style=\"height: 22px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHSHI-A-BHUT.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">39<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KIRMI TADHANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KIRMI-TADHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">40<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KRISHIV MINESHBHAI JADAV<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRISHIV-MINESHBHAI-JADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">41<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MAHEK CHAVDA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHEK-CHAVDA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">42<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MAHI AKASH VACHHANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHI-AKASH-VACHHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">43<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANDAVIYA URAV CHANDRESHBHAI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANDAVIYA-URAV-CHANDRESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">44<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANTRA JANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTRA-JANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">45<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MERISH BHAVESHBHAI SISODIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MERISH-BHAVESHBHAI-SISODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">46<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MOHAMMADSARHAN SARFRAJ MALEK<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MOHAMMADSARHAN-SARFRAJ-MALEK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">47<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PAL ABHESHK AJAY<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PAL-ABHISHEK-AJAY.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">48<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PARYAK J YADAV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PARYAK-J-YADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">49<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJVI MANIA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJVI-MANIAR.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">50<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJVI MUKESHBHAI DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJVI-MUKESHBHAI-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">51<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAVAN KISHORBHAI RAIYANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAVAN-KISHORBHAI-RAIYANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">52<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREENA PANSURIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREENA-PANSURIYA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">53<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREYA PATADIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREYA-PATADIA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">54<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHUBHAM GANSHYAMBHAI GARAIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-GHANSHYAMBHAI-GARAIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">55<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHAYAM SONAGARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHYAM-SONAGARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">56<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VAISHNAV BHAVYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VAISHNAV-BHAVYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">57<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VALA DRASHTI HITESHBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VALA-DRASHTI-HITESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">58<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIR RISHIKUMAR TILVA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIR-RISHIKUMAR-TILVA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">59<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHRAJ KIRITBHAI JASANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHRAJ-KIRITBHAI-JASANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">60<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ZEEL CHOVATIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ZEEL-CHOVATIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">61<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AARYA MITESH CHHATRALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AARYA-MITESH-CHHATRALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">62<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">ABHIJEET SOLANKI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ABHIJEET-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">63<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">AVANI SOLANKI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AVANI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">64<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">BHAVYA RUPESH GOL<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAVYA-RUPESH-GOL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">65<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSHI POKAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHI-POKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">66<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">DEVANSHU NAIMISH SHETH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHU-NAIMISH-SHETH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">67<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHRUVA BHALODI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVA-BHALODI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">68<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3004<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHRUVIK RAKESHBHAI SAVALIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVIK-RAKESHBHAI-SAVALIYA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">69<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2967<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHUDHATRA RADHIKA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHUDHATRA-RADHIKA-2.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">70<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2636<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">GRIVA PATEL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GRIVA-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">71<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2980<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">HENNY DHANANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HENNY-DHANANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">72<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JENIL RAJESHBHAI SHINGALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JENIL-RAJESHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">73<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JIYABHAVIN GATHANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYABHAVIN-GATHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">74<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KASHVI AGRAWAL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHVI-AGRAWAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">75<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KASHYAP P THACKER<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHYAP-P-THACKER.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">76<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KESHVI DIPAKBHAI BHUT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KESHVI-DIPAKBHAI-BHUT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">77<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">MAITREYEE KEYUR ACHARYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAITREYEE-KEYUR-ACHARYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">78<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" width=\"296\" height=\"24\">MANAV DELVADIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANAV-DELVADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">79<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">MISHA ANKITBHAI TADA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MISHA-ANKITBHAI-TADA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">80<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">MNAUSHI SHRIMALI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MNAUSHI-SHRIMALI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">81<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">NIVA KULAR&nbsp;<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NIVA-KULAR-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">82<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">PARI BIPINKUMAR CHOVATIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PARI-BIPINKUMAR-CHOVATIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">82<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">PRANJAL MAILIKBHAI LIMBASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRANJAL-MAILIKBHAI-LIMBASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">84<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RAKTIM KARMAKAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAKTIM-KARMAKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">85<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RIDRA VIJAY KAREKIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDRA-VIJAY-KAREKIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">86<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RUDRA ASHWINKUMAR VASANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUDRA-ASHWINKUMAR-VASANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">87<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">SAIYAD MOHAMMADNOORANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAIYAD-MOHAMMADNOORANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">88<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SAKHIYA JIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAKHIYA-JIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">89<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SHASHWAT HARESHBHAI MOLIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHASHWAT-HARESHBHAI-MOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">90<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SHUBHAM PIYUSHBHAI SHINGALA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-PIYUSHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">91<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">SIDDH VASANTBHAI KAVAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SIDDH-VASANTBHAI-KAVAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">92<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">VEDANT RACHHADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VEDANT-RACHHADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">93<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2804<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2897<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">VEKARIYA HARSHIL SOHILBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VEKARIYA-HARSHIL-SOHILBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">94<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2805<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2898<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">VIR RAJUL BHALODI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIR-RAJUL-BHALODI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">95<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2806<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2899<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">YAGNA BIPINBHAI HADVANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNA-BIPINBHAI-HADVANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">96<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2807<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2900<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">YAGNAV GHETIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNAV-GHETIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">97<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2808<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2901<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">YANA BHAVIKBHAI VORA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YANA-BHAVIKBHAI-VORA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">98<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2902<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AYUSHKUMAR AMITKUMAR RABADIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AYUSHKUMAR-AMITKUMAR-RABADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">99<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2903<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHAVYA JIMMY DAXINI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAVYA-JIMMY-DAXINI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">100<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2904<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BORISAGAR PRAGATI BHAVESHKUMAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BORISAGAR-PRAGATI-BHAVESHKUMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">101<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2905<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DESAI VEDANT ASHOKBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DESAI-VEDANT-ASHOKBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">102<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2906<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DETRUJA MIT KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DETRUJA-MIT-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">103<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2907<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUVIL JIGNESH BARASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVIL-JIGNESH-BARASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">104<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2908<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GAJERA MEET VIPULBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GAJERA-MEET-VIPULBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">105<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2910<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GUPTA SHOURYA MANOHAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GUPTA-SHOURYA-MANOHAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">106<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2911<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">JADEJA KRIPALSINH SURENDRASINH<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JADEJA-KRIPALSINH-SURENDRASINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">107<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2912<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KUNAL S CHHANGA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KUNAL-S-CHHANGA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">108<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2913<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANSI HUMABAL<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANSI-HUMABAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">109<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2914<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANTHAN R SONI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTHAN-R-SONI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">110<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2915<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MISTRY AADITYA AMIT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MISTRY-AADITYA-AMIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">111<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2916<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NEEL DOBARIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NEEL-DOBARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">112<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2917<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PIPALIYA HEER JAYRAJBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PIPALIYA-HEER-JAYRAJBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">113<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2918<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE DINESH TAMBOLIYA 2<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRINCE-DINESH-TAMBOLIYA-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">114<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2919<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIBADIYA OM KISHORBHAI 2<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIBADIYA-OM-KISHORBHAI-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">115<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2920<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIBADIYA OM KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIBADIYA-OM-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">116<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2921<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SHAAN BHAVISHYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHAAN-BHAVISHYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">117<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2922<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SHIVAM AMITBHAI SHIYANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHIVAM-AMITBHAI-SHIYANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">118<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2923<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SOLANKI DIVYANSHU MUKESH<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SOLANKI-DIVYANSHU-MUKESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">119<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2924<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SUZAL MAKADIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SUZAL-MAKDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">120<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2925<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VORA PARTH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VORA-PARTH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">121<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2804<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2926<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YAGNIK RAJESH GADHVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNIK-RAJESH-GADHVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">122<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2805<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2927<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">HAST BHAVESHBHAI RAMANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAST-BHAVESHBHAI-RAMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">123<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2806<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2928<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JALPAEBEN BALBHADRABHAI SOLANKI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JALPAEBEN-BALBHADRABHAI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">124<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2807<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2929<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">HAST BHAVESHBHAI RAMANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAST-BHAVESHBHAI-RAMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">125<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2808<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2930<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JALPAEBEN BALBHADRABHAI SOLANKI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JALPAEBEN-BALBHADRABHAI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">126<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2809<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2931<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYAN IRFANBHAI SHERASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYAN-IRFANBHAI-SHERASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">127<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2810<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2932<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KABIR DHAVAL KATARIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KABIR-DHAVAL-KATARIYA-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">128<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2811<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2933<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KREENA RAJESHBHAI JIVANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KREENA-RAJESHBHAI-JIVANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">129<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2812<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2934<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHAVIR MUKESHBHAI KIDDIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHAVIR-MUKESHBHAI-KIDDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">130<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2813<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2935<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAN ASHVINBHAI KAKDIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAN-ASHVINBHAI-KAKDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">131<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2814<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2936<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PALKUMAR HARESHBHAI BARAD<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PALKUMAR-HARESHBHAI-BARAD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">132<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2815<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2937<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRANSHI SANJAYBHAI JAKASANIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRANSHI-SANJAYBHAI-JAKASANIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">133<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2816<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2938<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE PUSHAKAR LUJAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRINCE-PUSHAKAR-LUJAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">134<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2817<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2939<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRISHA GHETIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRISHA-GHETIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">135<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2818<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2940<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RASESH SANGANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RASESH-SANGANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">136<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2819<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2941<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIYA CHETANBHAI VARSADA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIYA-CHETANBHAI-VARSADA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">137<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2820<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2942<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUHI BHIMDEVBHAI METRA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUHI-BHIMDEVBHAI-METRA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">138<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2821<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2943<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUSHIL DHARMESHBHAI PATADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUSHIL-DHARMESHBHAI-PATADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">139<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2822<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2944<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHLOK CHANDRSHBHAI CHANGANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHLOK-CHANDRSHBHAI-CHANGANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">140<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2823<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2945<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SOHAM JIGNESHBHAI DONGA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SOHAM-JIGNESHBHAI-DONGA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">141<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2824<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2946<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VISHVRAJSHINH HARPALSINH ZALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VISHVRAJSHINH-HARPALSINH-ZALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">142<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2825<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2947<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">ABHANGI VYOM KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ABHANGI-VYOM-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">143<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2826<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2948<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ADHYA VARSANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ADHYA-VARSANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">144<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2827<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2949<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANSHU ADROJA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ANSHU-ADROJA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">145<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2828<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2950<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BAIDEHI JHA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BAIDEHI-JHA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">146<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2829<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2951<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHARMAL AAMR ABBASBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHARMAL-AAMR-ABBASBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">147<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2830<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2952<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEEP MENPARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEEP-MENPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">148<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2831<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2953<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSH MOTERIA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSH-MOTERIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">149<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2832<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2954<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHORI VAIBHAV ASHOKBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHORI-VAIBHAV-ASHOKBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">150<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2833<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2955<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYEY POPAT JITENBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHYEY-POPAT-JITENBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">151<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2834<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2956<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">FREYA BERA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/FREYA-BERA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">152<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2835<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2957<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARSHIL NIRAVBHAI SHUKLA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARSHIL-NIRAVBHAI-SHUKLA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">153<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2836<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2958<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAINIL BHORANIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JAINIL-BHORANIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">154<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2837<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2959<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KASHYAP THAKKAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHYAP-THAKKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">155<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2838<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2960<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHANT TANVI RASHMIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHANT-TANVI-RASHMIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">156<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2839<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2961<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHIMANIYA TRUSHAL NAGINBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHIMANIYA-TRUSHAL-NAGINBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">157<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2840<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2962<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRUPA GAMI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRUPA-GAMI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">158<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2841<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2963<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHESHWARI KANANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHESHWARI-KANANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">159<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2842<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2964<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAMAN TULSIBHAI GELANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAMAN-TULSIBHAI-GELANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">160<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2843<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2965<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NANDNI SIDHPURI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NANDNI-SIDHPURI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">161<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2844<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2966<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJA CHHAG<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/POOJA-CHHAG.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">162<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2845<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PREET MENDAPARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PREET-MENDAPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">163<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2846<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2968<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RITU KUSHWALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RITU-KUSHWALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">164<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2847<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2969<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SANKHAVARA SHIV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SANKHAVARA-SHIV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">165<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2848<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2970<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SANTOKI MAURYA SUNILBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SANTOKI-MAURYA-SUNILBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">166<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2849<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2971<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREYA RAMOLIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREYA-RAMOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">167<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2850<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2972<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHRUTIBEN RAM<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHRUTIBEN-RAM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">168<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2851<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2973<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANISHKA CHAVDA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TANISHKA-CHAVDA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">169<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2852<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2974<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VATUKIYA ROHAN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VATUKIYA-ROHAN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">170<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2853<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2975<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIDITA KOTADIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIDITA-KOTADIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">171<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2854<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2976<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VISHRUTI BHUT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VISHRUTI-BHUT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">172<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2855<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2977<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YUG PARAG PATEL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YUG-PARAG-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">173<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2856<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2978<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AKSHAT SURESHBHAI KOTECHA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AKSHAT-SURESHBHAI-KOTECHA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">174<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2857<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2979<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ARPITA MAHESHBHAI SUTREJA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ARPITA-MAHESHBHAI-SUTREJA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">175<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2858<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AYUSH HARIBHAI PADHIYAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AYUSH-HARIBHAI-PADHIYAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">176<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2859<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2981<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHALANI VEDANSHI RAJESH<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHALANI-VEDANSHI-RAJESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">177<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2860<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2982<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVSHREE THAKRAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVSHREE-THAKRAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">178<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2861<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2983<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHATRI MORI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHATRI-MORI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">179<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2862<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2984<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUPAD SHAILESHBHAI SHINGALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUPAD-SHAILESHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">180<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2863<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2985<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUVKUMAR SANJAYKUMAR JADAV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVKUMAR-SANJAYKUMAR-JADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">181<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2864<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2986<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYEY HIRAL MODY<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHYEY-HIRAL-MODY.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">182<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2865<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2987<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GUNJANBEN MORI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GUNJANBEN-MORI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">183<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2866<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2988<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARDIPSINH PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARDIPSINH-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">184<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2867<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2989<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HASTI VILESHKUMAR PATEL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HASTI-VILESHKUMAR-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">185<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2868<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2990<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JADAV YASHVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JADAV-YASHVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">186<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2869<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2991<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAGRIT DOLATRAM TRIKLANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JAGRIT-DOLATRAM-TRIKLANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">187<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2870<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2992<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JATAN ASHISH SANGHANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JATAN-ASHISH-SANGHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">188<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2871<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2993<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYA BHIMANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYA-BHIMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">189<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2872<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2994<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KARANGIYA TANVI RAMESH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KARANGIYA-TANVI-RAMESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">190<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2873<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2995<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KORAT DAVISH<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KORAT-DAVISH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">191<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2874<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2996<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KOTECHA DHRUVI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KOTECHA-DHRUVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">192<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2875<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2997<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">LATHIYA PUSHTI ALPESHBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/LATHIYA-PUSHTI-ALPESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">193<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2876<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2998<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANTHAN ANILKUMAR LAKUM<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTHAN-ANILKUMAR-LAKUM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">194<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2877<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2999<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MEETESH RAMESH NATHANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MEETESH-RAMESH-NATHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">195<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2878<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3000<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAIMISH PARMAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAIMISH-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">196<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2879<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3001<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NEHA JERAMBHAI NAKUM<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NEHA-JERAMBHAI-NAKUM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">197<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2880<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3002<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PANDYA KHUSHI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PANDYA-KHUSHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">198<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2881<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3003<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIDDHI KRISHNAKUMAR SOLANKI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDDHI-KRISHNAKUMAR-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">199<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2882<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIDHIMA HARESH LALWANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDHIMA-HARESH-LALWANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">200<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2883<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3005<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SARA JIGNESHBHAI TAMBOLI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SARA-JIGNESHBHAI-TAMBOLI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">201<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2884<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3006<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAVSANI RASHI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAVSANI-RASHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">202<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2885<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3007<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">UDIPT PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/UDIPT-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">203<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2886<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3008<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIDHI LADANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIDHI-LADANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">204<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2887<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3009<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIHAAN DESAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIHAAN-DESAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">205<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2888<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3010<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VRUSHABH BHALSOD<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VRUSHABH-BHALSOD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">206<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2889<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3011<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHVI KALPESHBHAI MAIYAD<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHVI-KALPESHBHAI-MAIYAD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">207<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2890<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">3012<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AAMENA BHARMAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AAMENA-BHARMAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">208<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2891<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3013<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AMALIYAR YASHRIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AMALIYAR-YASHRIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">209<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2892<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3014<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BORSADIYA HARSHIL DHIRAJLAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BORSADIYA-HARSHIL-DHIRAJLAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">210<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2893<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3015<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BUSA DEVANSH BHAGVANJIBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BUSA-DEVANSH-BHAGVANJIBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">211<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2894<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3016<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">CHUDASAMA-KRISHABA MAHAVIRSINH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/CHUDASAMA-KRISHABA-MAHAVIRSINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">212<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2895<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3017<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARKHANI MAHI BAKULBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARKHANI-MAHI-BAKULBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">213<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2896<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3018<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYA DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYA-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">214<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2897<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3019<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JOSHI ANSH VIRENBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JOSHI-ANSH-VIRENBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">215<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2898<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3020<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KATARIYA PRINCE SURESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KATARIYA-PRINCE-SURESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">216<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2899<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3021<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHACHARIYA UJWAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHACHARIYA-UJWAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">217<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2900<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3022<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MADHAVI TILALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MADHAVI-TILALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">218<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2901<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3023<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHIDA NIRALI BEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHIDA-NIRALI-BEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">219<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2902<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3024<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANN LIMBANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANN-LIMBANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">220<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2903<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3025<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MOLIYA TIRTHA SANJAYBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MOLIYA-TIRTHA-SANJAYBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">221<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2904<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3026<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAGARI-PURVIN KETANBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAGARI-PURVIN-KETANBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">222<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2905<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3027<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NARODIA DEV ASHWINBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NARODIA-DE4V-ASHWINBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">223<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2906<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3028<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PANSURIYA DHARAMAKUMAR PARASBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PANSURIYA-DHARAMAKUMAR-PARASBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">224<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2907<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3029<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PATEL NIDHIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PATEL-NIDHIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">225<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2908<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3030<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PIYA KARIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PIYA-KARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">226<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2909<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3031<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAMANI HITARTH BHAVESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAMANI-HITARTH-BHAVESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">227<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2910<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3032<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RANPARIYA YASHVI BHAVESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RANPARIYA-YASHVI-BHAVESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">228<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2911<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3033<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RASHI VED<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RASHI-VED.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">229<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2912<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3034<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAY BINIT ASHOK<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAY-BINIT-ASHOK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">230<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2913<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3035<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SEJPAL AKSHAY SANJAY<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SEJPAL-AKSHAY-SANJAY.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">231<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2914<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANK-YASH RAKESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TANK-YASH-RAKESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">232<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2915<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3037<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHVI TURAKHIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHVI-TURAKHIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">233<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2916<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3038<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AARYAN BAVISHI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AARYAN-BAVISHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">234<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2917<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3039<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AAYUSH LALIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AAYUSH-LALIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">235<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2918<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3040<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BAROCHIYA DHRUVKUMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BAROCHIYA-DHRUVKUMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">236<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2919<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3041<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHAGIRATH RAM<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAGIRATH-RAM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">237<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2920<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3042<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSHI VAISHNAV<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHI-VAISHNAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">238<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2921<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3043<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HAMIPARA TIRTH SANJAYBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAMIPARA-TIRTH-SANJAYBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">239<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2922<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3044<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARSH DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARSH-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">240<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2923<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3045<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIGNESH THACKER<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIGNESH-THACKER.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">241<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2924<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3046<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAPADIYA RAKSHIT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KAPADIYA-RAKSHIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">242<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2925<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3047<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KARYA KIRTIBHAI SANKHALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KARYA-KIRTIBHAI-SANKHALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">243<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2926<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3048<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAVYA HITENDRABHAI PAMBHAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KAVYA-HITENDRABHAI-PAMBHAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">244<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2927<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3049<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KESHAV PILLAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KESHAV-PILLAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">245<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2928<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3050<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KOTECHA MOHIT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KOTECHA-MOHIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">246<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2929<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3051<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRISHNABEN VARIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRISHNABEN-VARIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">247<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2930<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3052<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHI RAKHOLIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHI-RAKHOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">248<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2931<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3053<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANAV ASHOKBHAI PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANAV-ASHOKBHAI-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 20px;\">\n<td style=\"width: 11.8966%; height: 20px;\">249<\/td>\n<td style=\"width: 12.931%; height: 20px;\">2932<\/td>\n<td style=\"width: 14.6388%; height: 20px;\">3054<\/td>\n<td style=\"width: 41.7405%; height: 20px;\">MEET ARJANBHAI PANSURIYA<\/td>\n<td style=\"width: 16.3793%; height: 20px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MEET-ARJANBHAI-PANSURIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">250<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2933<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3055<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NIR PATADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NIR-PATADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">251<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2934<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3056<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">OM LADUMOR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/OM-LADUMOR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">252<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2935<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3057<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PALWAR RUTURAJSINH PARESHSINH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PALWAR-RUTURAJSINH-PARESHSINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">253<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2936<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3058<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PITHIYA YASH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PITHIYA-YASH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">254<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2937<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3059<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJAN PATEL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/POOJAN-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">255<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2938<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3060<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRACHI SATISHBHAI VEKARIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRACHI-SATISHBHAI-VEKARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">256<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2939<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3061<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PREET RUPAREL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PREET-RUPAREL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">257<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2940<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3062<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRUTHVIDAN GADHAVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRUTHVIDAN-GADHAVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">258<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2941<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3063<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAHULBHAI DINESHBHAI AMALIYAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAHULBHAI-DINESHBHAI-AMALIYAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">259<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2942<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3064<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJ DHARMESH MONPARA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJ-DHARMESH-MONPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">260<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2943<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3065<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SETUL PIPROTAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SETUL-PIPROTAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">261<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2944<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3066<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHIVAM PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHIVAM-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">262<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2945<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3067<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHUBHAM-NIKUNJ PATANIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-NIKUNJ-PATANIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">263<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2946<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3068<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SINGH ANISH RAUSHAN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SINGH-ANISH-RAUSHAN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">264<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2947<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3069<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TIRTH JASMINBHAI POPAT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TIRTH-JASMINBHAI-POPAT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">265<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2948<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3070<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TRIVEDI DHRUVI JAYDEEPBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TRIVEDI-DHRUVI-JAYDEEPBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">266<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2949<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3071<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VASU VAGADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VASU-VAGADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">267<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2950<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3072<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIVEKCHANDRA ANILCHANDRA PRANAMI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIVEKCHANDRA-ANILCHANDRA-PRANAMI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">268<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2951<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3073<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YUVRAJSINH MANEK<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YUVRAJSINH-MANEK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">269<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2952<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">3074<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AJAY LAKHAMANBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">270<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2953<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3075<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANGEL MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">271<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2954<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3076<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANSHIKA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">272<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2955<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3077<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANUJ PARESHKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">273<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2956<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3078<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ARYAN KARSAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">274<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2957<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3079<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AVINASH HITESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">275<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2958<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3080<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BERA HARSH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">276<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2959<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3081<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHADARKA DHRUV MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">277<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2960<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3082<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHALODI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">278<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2961<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3083<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BIRVA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">279<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2962<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">CHOLERA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">280<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2963<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3085<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DARSH HIMMAT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">281<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2964<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3086<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEEP KETANBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">282<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2965<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3087<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DETROJA GOPI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">283<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2966<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3088<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEV MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">284<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2967<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3089<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVAM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">285<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2968<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3090<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHARA MALDE MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">286<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2969<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3091<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHARM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">287<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2970<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3092<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYANA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">288<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2971<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3093<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DUBEY SHIVAMKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">289<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2972<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3094<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">FALGUNI SAGARBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">290<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2973<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3095<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GADHIYA DEEP MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">291<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2974<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3096<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GANGANI SIDDHI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">292<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3097<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARVI PRAKASHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">293<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2976<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3098<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HEER RAJESHKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">294<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2977<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3099<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ISHA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">295<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2978<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3100<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAIMIN KEYUR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">296<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2979<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3101<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JANVI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">297<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2980<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3102<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JINISH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">298<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2981<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3103<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KACHHOT ALPESH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">299<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2982<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3104<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAUSHAL SHAILESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">300<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2983<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3105<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHUSHI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">301<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2984<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3106<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRINSY MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">302<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2985<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3107<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">LAKSHYA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">303<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2986<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3108<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANASIYA MOHAMADRUHAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">304<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2987<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3109<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MEVADA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">305<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2988<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3110<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NIKUNJ MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">306<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2989<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3111<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PARMAR BALVANT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">307<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2990<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3112<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJA RAJSHIBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">308<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2991<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3113<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRANAY MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">309<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2992<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3114<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRATVI MUKESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">310<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2993<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3115<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE GIRDHARBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">311<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2994<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3116<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RATHOD MANAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">312<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2995<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3117<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIVA BALVANT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">313<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2996<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3118<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUDRA V MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">314<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2997<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3119<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUDRARAJSINH SHAKTISINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">315<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2998<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3120<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUTVI YOGESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">316<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2999<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3121<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAIPARIYA HEEMA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">317<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3000<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3122<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHAKTISINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">318<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3001<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3123<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SUJAL D MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">319<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3002<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3124<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANVI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">320<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3003<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3125<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">THAKKAR RIDHAM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">321<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3004<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3126<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">UMESH H MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">322<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3005<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3127<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">URVIBEN KIRANKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">323<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3006<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3128<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VANOL SURYARAJ MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">324<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3007<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3129<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VEDANTSINH KISHORBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">325<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3008<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3130<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YAKSH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">326<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3009<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3131<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YANA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">327<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3010<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3132<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHPALSINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">328<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3011<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3133<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YATRI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 100%; height: 6552px;\" width=\"664\">\n<tbody>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 97.5862%;\" colspan=\"5\" width=\"664\">Student LC List<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">Sr No.<\/td>\n<td style=\"height: 26px; width: 12.931%;\">LC No.<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">GR No.<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Name<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">Manage<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">1<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3041<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harshil Hirpara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harshil-Hirpara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">2<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3036<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhay Hindocha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhay-Hindocha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">3<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3004<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhishek Pambhaniya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhishek-Pampaniya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">4<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2967<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhi Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhi-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">5<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2975<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aditi Ruparel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aditi-Ruparel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">6<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2636<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aditya Yadav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aditya-Yadav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">7<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2980<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Africawala Yusuf<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Africawala-Murtaza.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">8<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3084<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ahuja Yukta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ahuja-Yukta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">9<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">465<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ajani Het<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ajani-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">10<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2895<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Akshara Mehta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Akshara-Mehta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">11<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2939<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2349<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Amrerndersinh Tomar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Amrendersingh-Tomar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">12<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2994<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2977<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Andrapiya Disha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Andrapiya-Disha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">13<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2858<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2927<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Anubhab Panda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Anubhab-Panda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">14<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2801<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2262<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arjun Kareliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arjun-Kareliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">15<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2947<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2572<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arsh Gangani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arsh-Gangani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">16<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2923<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1557<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arva Vainshnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arva-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">17<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3015<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2497<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arya Pandey<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arya-Pandey.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">18<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3001<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2984<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aryan Soni<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aryan-Soni.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">19<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3035<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3022<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aryan Vadher<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aryan-Vadher.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">20<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2816<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">120<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashar Karan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ashar-Karan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">21<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2909<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">441<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashodariya Shyam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Asodariya-Shyam.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">22<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3003<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2986<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashtha Rawal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Astha-Rawal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">23<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3023<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3008<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aum Pipalva<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aum-Pipalva.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">24<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2941<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2442<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ayushi Bayal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ayushi-Bayal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">25<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2996<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2979<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Balister Hawra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Balister-Aliasagar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">26<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2856<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2916<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Barvaliya Keshar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Barvaliya-Kesar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">27<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2751<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">872<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhadada Nikhil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhadada-Nikhil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">28<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2973<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2965<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhakti Sakariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhakti-Sakariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">29<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2786<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1417<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhalara Rahul<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhalara-Rushil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">30<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2926<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1595<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhatt Darsh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhatt-Darsh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">31<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2761<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2357<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhansdadia Prenshu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhensdadia-Prenshu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">32<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2783<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3150<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhuva Hetbhai<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhuga-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">33<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2901<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">349<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Butani Dev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Butani-Dev.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">34<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3033<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3020<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Ravrani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Ravrani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">35<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2912<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">455<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chhaniya Sofiyan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chaniya-Sofiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">36<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2754<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">771<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chauhan Yashrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chauhan-Yashrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">37<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2768<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3284<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chavda Pruthviraj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chavda-Pruthviraj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">38<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2922<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1498<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chovatiya Vinay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chovatiya-Vinay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">39<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2817<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">467<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dabhi Prarthana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dabhi-Prathana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">40<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2812<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1623<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dabhi Shaktisinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dabhi-Shaktisinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">41<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2863<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3034<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Darshan Surani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Darshan-Surani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">42<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2733<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2290<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Davda Maanya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Davda-Maanya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">43<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2983<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3371<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dave Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dave-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">44<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2820<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3066<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dave Vedansh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dave-Vedansh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">45<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3022<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3007<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dax Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dax-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">46<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3024<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3009<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Densi Vachhani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Densi-Vachhani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">47<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3027<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3013<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dev faldu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dev-Faldu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">48<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2925<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1591<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhakan Smit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhakan-Smit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">49<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2854<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2907<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhakan Vanshika<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhakan-Vanshika.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">50<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2748<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">4140<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhanak Mahi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhanak-Mahi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">51<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3000<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2983<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhaval Chauhan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhaval-Chauhan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">52<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3041<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3027<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Diya Dangar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhiya-Dangar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">53<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2976<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2968<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dishant Solanki<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dishant-Solanki.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">54<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2958<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2942<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Diya Ganatra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Diya-Ganatra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">55<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2968<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2961<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dodiya Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dodiya-Dhruvil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">56<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2853<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2524<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dolly Oza<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dolly-Oza.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">57<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2845<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2044<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dudhagra Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dudhagara-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">58<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2999<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2983<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Eva Fasra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Eva-Fasra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">59<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2730<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3207<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Fultariya Manthan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Fultariya-Manthan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">60<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2720<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1275<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gadhiya Netra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gadhiya-Netra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">61<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2974<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2966<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Galchar Kavita<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Galchar-Kavita.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">62<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2980<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">438<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Garachh Vibhuti<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Garach-Vibhuti.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">63<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2850<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2285<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gaurav Gojiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gaurav-Gojiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">64<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2945<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2580<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ghela Nishra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ghela-Nishra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">65<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2729<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3166<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Godhani Dhruvisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Godhani-Dhruvisha1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">66<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3019<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3001<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gohil Nayan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gohil-Nayan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">67<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3005<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2988<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gondaliya Angel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gondaliya-Angel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">68<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2773<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3442<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gopani Pankil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gopani-Pankil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">69<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2987<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3217<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gope Roshanlal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gope-Roshanlal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">70<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2868<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3064<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Happy Bhimbha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Happy-Bhimbha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">71<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3043<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3032<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harihar Ashish<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harihar-Ashish.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">72<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2937<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2323<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harita Vala<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harita-Vala.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">73<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3047<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3038<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Jani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Jani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">74<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2971<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2964<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Loriya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Loriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">75<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3029<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3015<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harshraj Pandey<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harshraj-Pandey.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">76<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2967<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2957<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Heet Gojiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Heet-Gojiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">77<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2944<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2527<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Hitarth Siddhapara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Hitarth-Siddhapara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">78<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2966<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2156<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Isha Javia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Isha-Javiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">79<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2998<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2981<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Isha Limbasiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Isha-Limbasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">80<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2766<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2861<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Aditiba<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Aditiba.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">81<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2807<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3085<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Dhara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Dhara-Kiritsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">82<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3017<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2999<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Kripalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Kripalsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">83<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2835<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3322<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Manavrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Manavrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">84<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2798<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1641<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Yashrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Yashrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">85<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2979<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2973<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Javia Aum<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Javia-Aum.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">86<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2806<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1263<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Javia Yash<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Javiya-Yash.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">87<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2903<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3120<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jaydev Kansagara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jaydev-Kansagara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">88<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3004<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2987<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jaydutt Sareriya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jaydutt-Sareriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">89<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3032<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3019<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jeen Bhansdadia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jeet-Bhensdadia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">90<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2964<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2955<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jill Gajera<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jill-Gajera.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">91<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2957<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2941<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jinali Vora<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jinali-Vora.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">92<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2742<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3423<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Joshi Sarthak<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Joshi-Sarthak.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">93<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2938<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2325<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Joshna Kanjariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Joshna-Kanjariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">94<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2741<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2144<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kachhadiya Dhyani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kachhadiya-Dhyani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">95<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2795<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2888<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kadam Nagariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kadam-Nagariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">96<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2753<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1226<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kalariya Rahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kalariya-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">97<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2951<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3345<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kanani Anjan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kanani-Anjan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">98<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3012<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2995<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kandoriya Pranjal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kandoriya-Pranjal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">99<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2732<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3190<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kaneriya Ajay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kaneriya-Ajay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">100<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2707<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2906<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kaneriya Kavya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kaneriya-Kavya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">101<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2744<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1420<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Karn Shubham<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Karn-Shubham.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">102<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2818<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2333<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kartikkumar Lathia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kartikkumar-Lathia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">103<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2955<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2939<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kavya Mewar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kavya-Mewar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">104<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2860<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2937<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kevin Mathew<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kevin-Mathew.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">105<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2916<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">731<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khandhar Jainam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khandhar-Jainam.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">106<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2716<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3298<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khimoriya Sahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khimoriya-Sahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">107<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2772<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1222<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khunt Het<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khunt-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">108<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2978<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2970<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khunt Priyal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khunt-Priyal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">109<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2824<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3104<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Komalba Rana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Komalba-Rana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">110<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2739<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3450<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kota Tashi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kota-Taashi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">111<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2873<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3075<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Krishi Radadiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Krishi-Radadiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">112<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3031<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3014<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Labana Vidhitkumar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Labana-Vidhitkumar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">113<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2984<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3155<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jiten Ladwa<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">V<a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ladwa-Jiten.pdf\">i<\/a>ew<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">114<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3036<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3033<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Liza Der<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Liza-Der.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">115<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2942<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2514<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Madhav Sampat<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Madhav-Sampat.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">116<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3009<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2992<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Maheswari Man<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Madhav-Sampat.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">117<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2774<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2331<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mahir Nurali<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mahir-Nurali.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">118<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2855<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2911<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Dhruvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">119<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2747<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1827<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Dharmik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Dharmik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">120<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2870<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3010<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Twinkle<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Twinkle.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">121<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2943<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2515<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Malhar Chavda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Malhar-Chavda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">122<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2914<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">474<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Malvi Devangiben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Malvi-Devangiben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">123<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2749<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2121<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mandh Vaibhav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mandh-Vaibhav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">124<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2787<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1060<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mane Pratik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mane-Pratik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">125<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2963<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2954<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Manthan Kaku<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Manthan-Kaku.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">126<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2828<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3247<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Manvar rajvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Manvar-Rajvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">127<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2767<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">365<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Markana Om<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Markana-Om.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">128<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2724<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3138<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meer Mehta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meer-Mehta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">129<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3007<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2990<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meet Sindhav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meet-Sindhav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">130<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2960<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2944<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meghanaba Jadeja<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meghanaba-Jadeja.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">131<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2763<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3154<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehia Jill<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehia-Jill.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">132<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2794<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1318<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Hetav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Hetav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">133<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2799<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2118<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Param<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Param.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">134<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2803<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">668<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Rishika<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Rishika.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">135<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3006<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2989<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mishri Kalariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mishri-Kalariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">136<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2859<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2936<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mohmad Ghanchi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mohmad-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">137<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2921<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">489<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Moliya Rutvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Moliya-Rutvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">138<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2735<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2301<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mondal Sbhubhdip<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mondal-Shubhdip.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">139<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2811<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3287<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Moteria Riddhi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Moteriya-Riddhi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">140<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2706<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1505<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Muhmmad Serasiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Muhammad-Arman-Sherasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">141<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2793<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2630<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nakum Rushabh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nakum-Rushabh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">142<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2731<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1607<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Namra Padalia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Namra-Padalia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">143<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2809<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1944<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nathawani Isha&nbsp;<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nathawani-Isha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">144<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3011<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2994<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nisarg Bhanderi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nisarg-Bhanderi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">145<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2769<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2519<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Bhardwaj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Bhardwaj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">146<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2954<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2928<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Buddhadev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Buddhadev.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">147<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3040<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3025<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Chaudhary<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Chaudhary.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">148<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2940<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2355<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Goswami<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Goswami.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">149<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2738<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3266<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Aditiben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Aditiben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">150<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2727<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3239<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Aniket<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Aniket.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">151<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2737<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3238<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Om<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Om.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">152<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2846<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2168<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pambhar Vishwa<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pambhar-Vishwa.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">153<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2823<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2510<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pandya Vihaan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pandya-Vihan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">154<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2864<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3047<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Panseriya Aryan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Panseriya-Aryan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">155<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3030<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3016<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Paramjeet Dahima<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Paramjeet-Dahima.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">156<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2755<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Deep<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Deep.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">157<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2740<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2648<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pambhar Jenish<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Jenish.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">158<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2810<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3777<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Krisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Krisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">159<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2950<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2925<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Rahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">160<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2765<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2305<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Rajveersinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Rajveersinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">161<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2869<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3069<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Unnati<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Unnati.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">162<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2931<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">451<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parsana Khushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parsana-Khushi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">163<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2852<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2498<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patel Aryan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patel-Aryan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">164<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2862<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3026<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patel Rushil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patel-Rushil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">165<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2792<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2114<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pathak Jigar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pathak-Jigar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">166<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2992<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3470<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patoliya Preet<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patoliya-Preet.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">167<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3021<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3005<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Prajveen Vaishnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Prajveen-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">168<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2970<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2963<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pranshu Sharma<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pranshu-Sharma.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">169<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2961<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2951<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Barad Preet<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Preet-Barad.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">170<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2719<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3389<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Prince Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Prince-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">171<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2861<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2958<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Priya Gondaliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Priya-Gondaliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">172<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2980<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2974<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Priyansha Pradhan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Priyansha-Pradhan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">173<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2711<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rachchh Tisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rachh-Tisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">174<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2717<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3388<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rahul Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rahul-Patel-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">175<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2714<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3220<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rao Twisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rai-Twisha-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">176<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2752<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">670<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Dev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Dev-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">177<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2920<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">889<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Kevin<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Kevin-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">178<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2813<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1308<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Netra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Netra-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">179<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3002<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2985<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajal Dodiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajal-Dodiya-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">180<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2969<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2962<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajal Lashkari<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajal-Lashkari-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">181<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2928<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1891<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajgor Khushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajgor-Khushi1-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">182<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2919<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">742<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ramani Rakshit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajgor-Khushi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">183<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3014<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2996<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rana Satyapalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rana-Satyapalsinh-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">184<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2952<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2926<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rashida Mannan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rashida-Mannan-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">185<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2993<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2976<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dharmiben Ribadiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ribadiya-Dharmi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">186<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2875<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3076<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rudra Butani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rudra-Butani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">187<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2760<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1742<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Aditi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Aditi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">188<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2758<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1743<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Ami<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Ami-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">189<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2759<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2111<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Shyam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Shyam-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">190<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2871<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3071<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ruparel Brinda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ruparel-Brinda-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">191<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2953<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2931<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rushi Desai<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rushi-Desai-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">192<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3028<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3014<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rushi Kardani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rushi-Kardani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">193<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2797<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1794<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sadariya Krishiv<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sadariya-Krishiv.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">194<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3016<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2998<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Saini Nandni<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Saini-Nandni.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">195<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2838<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1002<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sakariya Kashyap<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sakariya-Kashyap.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">196<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2705<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2313<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sherasiya Samin<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Samin-Sherasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">197<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2962<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2953<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Savaliya Vatsal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Savaliya-Vatsal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">198<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2907<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sejpal Devanshi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sejpal-Devanshi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">199<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2935<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2215<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shekh Suliana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shekh-Suliana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">200<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2788<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2312<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shekhaliya Druthi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shekhaliya-Druthi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">201<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2995<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2978<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shivam Vaishnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shivam-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">202<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2949<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2924<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shlok Joshi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shlok-Joshi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">203<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2726<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3147<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shrivastava Akshay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shrivastava-Akshay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">204<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2986<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2522<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shyam Virda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shyam-Virda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">205<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2977<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2969<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Siddhi Savjani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Siddhi-Savjani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">206<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3025<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3010<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sindhav Ranjitsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sindhav-Ranjitsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">207<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2848<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2222<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Arjun<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Arjun.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">208<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2991<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2556<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">209<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2781<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2881<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Shubhamkumar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Shubham-Kumar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">210<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3026<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3012<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sinojia Pranshu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sinojia-Pranshu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">211<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2725<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">298<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Siyani Samarth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Siyani-Samarth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">212<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2902<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3125<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Smit Chhabhaiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Smit-Chhabhaiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">213<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2757<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2108<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sojitra Prisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sojitra-Prisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">214<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2756<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2559<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sojitra Tirth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sojitra-Tirth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">215<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3034<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3021<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Solanki Mahek<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Solanki-Mahek.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">216<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2849<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2266<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Solanki Parag<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Solanki-Parag.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">217<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3048<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3039<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Suhem Dakora<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Suhem-Dakora.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">218<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3049<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3040<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sumit Chavda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/sumit-Chavda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">219<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2956<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2940<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sunanda Ghosh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sunanda-Ghosh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">220<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2929<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1941<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Surani Jit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Surani-Jit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">221<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2775<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3450<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Taashi Kota<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Taashi-Kota.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">222<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2918<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">738<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tanna Hritik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tanna-Hritik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">223<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3044<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3035<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tanveersinh Sodha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tanveersingh-Sodha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">224<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2780<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2170<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Thanki Jay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Thanki-Jay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">225<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2750<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2476<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Thummar Vraj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Thummar-Vraj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">226<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2800<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2261<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tulja Kaleriya&nbsp;<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tulja-Kaleriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">227<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2915<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">730<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Udiyar Rohit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Udiyar-Rohit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">228<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2745<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2561<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Umaraniya Miwi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Umraniya-Miwi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">229<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3018<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3000<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Utsav Ghedia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Utsav-Ghedia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">230<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3042<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3028<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Utsav Gondaliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Utsav-Gondaliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">231<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2822<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2872<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghela Brijpalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghela-Brijpalsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">232<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2917<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">734<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghela Harsh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghela-Harsh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">233<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2934<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2163<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghamshi Pavan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghmashi-Pavan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">234<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2927<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1888<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaid Ismail<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaid-Ismail.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">235<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2815<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3211<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vainsh Kenilben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vainsh-Kenilben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">236<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2782<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3083<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaishnani Prince<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaishnani-Prince.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">237<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2842<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1889<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaishnani Rushikesh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaishnani-Rushikesh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">238<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2830<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">421<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vasani Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vasani-Dhruvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">239<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2718<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3385<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nandani Vedant<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vedant-Nandani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">240<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2721<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3065<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vekariya Shreya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vekariya-Shreya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">241<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3008<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2991<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vibha Samani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vibha-Samani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">242<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3046<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3037<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vikas Zala<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vikas-Zala.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">243<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2904<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3127<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Viradia Abhay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Viradia-Abhay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">244<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2796<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">696<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Virani Kunj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Virani-Kunj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">245<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3010<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2993<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vishal Ranpariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vishal-Ranpariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">246<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2911<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">446<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vora Ayushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vora-Ayushi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">247<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2930<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2048<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vora Tirth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vora-Tirth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">248<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2709<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3183<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vyas Darp<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vyas-Darp.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">249<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2776<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3269<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vyas Hemadri<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vyas-Hemadri.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">250<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2990<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3489<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Zalak Jani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Zalak-Jani.pdf\">View<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n<ul class=\"wp-block-list\">\n<li><\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\"><\/ul>\n\n\n\n\n<p>&nbsp;<\/p>\n<table style=\"width: 0%; height: 7133px;\">\n<tbody>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 97.5862%;\" colspan=\"5\" width=\"664\">Student LC List&nbsp; 2025-2026<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">Sr No.<\/td>\n<td style=\"height: 26px; width: 12.931%;\">LC No.<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">GR No.<\/td>\n<td style=\"height: 26px; width: 41.7405%;\">Name<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">Manage<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">1<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"height: 26px; width: 41.7405%;\">ALO SAMANTA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">2<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">CHARITRA-KEVAL PANCHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">3<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">DEEP GORASIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">4<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">DHOLARIYA URVIK PANKAJBHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">5<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2975<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">GOHEL KARAN RAJENDRABHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">6<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">HIMADRIBA JAYRAJSINH JADEJA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">7<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">HIRANI AANSHI NAYANKUMAR<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">8<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">JAYESH DIPESHBHAI PATEL<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">9<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KATBA NIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">10<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KRISHA RASIKBHAI NOGHANVADRA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">\n<p>View<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">11<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KRUSH KATBA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">12<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">NIHAL PARESHBHAI CHANV<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">13<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">OM SAVALIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">14<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">PRIYANSHI MAKHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">15<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2975<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">PRIYANSHU ASHISHBHAI SANGHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">16<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">REYA-D BARAD<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">17<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">RIDHAM CHHATRALA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">18<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">SAVANI PRIYAL CHETAN<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">19<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">VAIBHAVIBA DODIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">20<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">VIRANI YASH<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">21<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">YUGENDRA MUKESHKUMAR DHANGADIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">22<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\" width=\"237\">ANJALI JEETUBHAI SOLANKI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">23<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">ARPIT PRAVINBHAI KACHHOT<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">24<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">ARYAN SOLANKI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">25<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">BHAVYA GAJERA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">26<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">BRINDA VAGH<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">27<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">DHYEY NAGAPARA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">28<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">DIVYAKUMAR JITENDRABHAI RUDANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">29<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">GANESH CHETAN ANDANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">30<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 26px;\" width=\"237\">GOWAMI MADHURI MANISHBHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">\n<p>31<\/p>\n<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">HALAI KAVYA GOVIND<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">32<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">HEM SUVA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">33<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">JASH SAMPAT<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">34<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">JAY RAMBHAI MODHWADIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">35<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHSHI A BHUT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHSHI-A-BHUT.pdf\">VieViewieww<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">36<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">JASH SAMPAT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JASH-SAMPAT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">37<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">JAY RAMBHAI MODHWADIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">38<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KHSHI A BHUT<\/td>\n<td style=\"height: 22px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHSHI-A-BHUT.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">39<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KIRMI TADHANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KIRMI-TADHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">40<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KRISHIV MINESHBHAI JADAV<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRISHIV-MINESHBHAI-JADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">41<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MAHEK CHAVDA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHEK-CHAVDA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">42<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MAHI AKASH VACHHANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHI-AKASH-VACHHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">43<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANDAVIYA URAV CHANDRESHBHAI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANDAVIYA-URAV-CHANDRESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">44<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANTRA JANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTRA-JANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">45<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MERISH BHAVESHBHAI SISODIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MERISH-BHAVESHBHAI-SISODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">46<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MOHAMMADSARHAN SARFRAJ MALEK<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MOHAMMADSARHAN-SARFRAJ-MALEK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">47<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PAL ABHESHK AJAY<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PAL-ABHISHEK-AJAY.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">48<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PARYAK J YADAV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PARYAK-J-YADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">49<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJVI MANIA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJVI-MANIAR.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">50<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJVI MUKESHBHAI DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJVI-MUKESHBHAI-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">51<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAVAN KISHORBHAI RAIYANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAVAN-KISHORBHAI-RAIYANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">52<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREENA PANSURIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREENA-PANSURIYA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">53<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREYA PATADIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREYA-PATADIA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">54<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHUBHAM GANSHYAMBHAI GARAIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-GHANSHYAMBHAI-GARAIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">55<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHAYAM SONAGARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHYAM-SONAGARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">56<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VAISHNAV BHAVYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VAISHNAV-BHAVYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">57<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VALA DRASHTI HITESHBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VALA-DRASHTI-HITESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">58<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIR RISHIKUMAR TILVA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIR-RISHIKUMAR-TILVA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">59<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHRAJ KIRITBHAI JASANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHRAJ-KIRITBHAI-JASANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">60<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ZEEL CHOVATIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ZEEL-CHOVATIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">61<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AARYA MITESH CHHATRALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AARYA-MITESH-CHHATRALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">62<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">ABHIJEET SOLANKI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ABHIJEET-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">63<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">AVANI SOLANKI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AVANI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">64<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">BHAVYA RUPESH GOL<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAVYA-RUPESH-GOL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">65<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSHI POKAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHI-POKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">66<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">DEVANSHU NAIMISH SHETH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHU-NAIMISH-SHETH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">67<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHRUVA BHALODI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVA-BHALODI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">68<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3004<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHRUVIK RAKESHBHAI SAVALIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVIK-RAKESHBHAI-SAVALIYA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">69<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2967<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHUDHATRA RADHIKA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHUDHATRA-RADHIKA-2.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">70<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2636<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">GRIVA PATEL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GRIVA-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">71<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2980<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">HENNY DHANANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HENNY-DHANANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">72<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JENIL RAJESHBHAI SHINGALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JENIL-RAJESHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">73<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JIYABHAVIN GATHANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYABHAVIN-GATHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">74<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KASHVI AGRAWAL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHVI-AGRAWAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">75<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KASHYAP P THACKER<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHYAP-P-THACKER.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">76<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KESHVI DIPAKBHAI BHUT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KESHVI-DIPAKBHAI-BHUT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">77<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">MAITREYEE KEYUR ACHARYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAITREYEE-KEYUR-ACHARYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">78<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" width=\"296\" height=\"24\">MANAV DELVADIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANAV-DELVADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">79<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">MISHA ANKITBHAI TADA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MISHA-ANKITBHAI-TADA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">80<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">MNAUSHI SHRIMALI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MNAUSHI-SHRIMALI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">81<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">NIVA KULAR&nbsp;<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NIVA-KULAR-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">82<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">PARI BIPINKUMAR CHOVATIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PARI-BIPINKUMAR-CHOVATIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">82<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">PRANJAL MAILIKBHAI LIMBASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRANJAL-MAILIKBHAI-LIMBASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">84<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RAKTIM KARMAKAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAKTIM-KARMAKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">85<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RIDRA VIJAY KAREKIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDRA-VIJAY-KAREKIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">86<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RUDRA ASHWINKUMAR VASANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUDRA-ASHWINKUMAR-VASANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">87<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">SAIYAD MOHAMMADNOORANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAIYAD-MOHAMMADNOORANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">88<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SAKHIYA JIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAKHIYA-JIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">89<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SHASHWAT HARESHBHAI MOLIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHASHWAT-HARESHBHAI-MOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">90<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SHUBHAM PIYUSHBHAI SHINGALA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-PIYUSHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">91<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">SIDDH VASANTBHAI KAVAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SIDDH-VASANTBHAI-KAVAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">92<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">VEDANT RACHHADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VEDANT-RACHHADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">93<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2804<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2897<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">VEKARIYA HARSHIL SOHILBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VEKARIYA-HARSHIL-SOHILBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">94<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2805<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2898<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">VIR RAJUL BHALODI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIR-RAJUL-BHALODI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">95<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2806<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2899<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">YAGNA BIPINBHAI HADVANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNA-BIPINBHAI-HADVANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">96<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2807<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2900<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">YAGNAV GHETIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNAV-GHETIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">97<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2808<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2901<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">YANA BHAVIKBHAI VORA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YANA-BHAVIKBHAI-VORA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">98<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2902<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AYUSHKUMAR AMITKUMAR RABADIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AYUSHKUMAR-AMITKUMAR-RABADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">99<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2903<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHAVYA JIMMY DAXINI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAVYA-JIMMY-DAXINI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">100<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2904<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BORISAGAR PRAGATI BHAVESHKUMAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BORISAGAR-PRAGATI-BHAVESHKUMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">101<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2905<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DESAI VEDANT ASHOKBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DESAI-VEDANT-ASHOKBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">102<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2906<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DETRUJA MIT KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DETRUJA-MIT-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">103<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2907<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUVIL JIGNESH BARASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVIL-JIGNESH-BARASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">104<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2908<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GAJERA MEET VIPULBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GAJERA-MEET-VIPULBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">105<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2910<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GUPTA SHOURYA MANOHAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GUPTA-SHOURYA-MANOHAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">106<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2911<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">JADEJA KRIPALSINH SURENDRASINH<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JADEJA-KRIPALSINH-SURENDRASINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">107<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2912<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KUNAL S CHHANGA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KUNAL-S-CHHANGA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">108<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2913<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANSI HUMABAL<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANSI-HUMABAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">109<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2914<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANTHAN R SONI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTHAN-R-SONI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">110<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2915<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MISTRY AADITYA AMIT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MISTRY-AADITYA-AMIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">111<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2916<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NEEL DOBARIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NEEL-DOBARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">112<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2917<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PIPALIYA HEER JAYRAJBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PIPALIYA-HEER-JAYRAJBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">113<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2918<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE DINESH TAMBOLIYA 2<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRINCE-DINESH-TAMBOLIYA-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">114<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2919<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIBADIYA OM KISHORBHAI 2<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIBADIYA-OM-KISHORBHAI-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">115<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2920<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIBADIYA OM KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIBADIYA-OM-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">116<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2921<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SHAAN BHAVISHYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHAAN-BHAVISHYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">117<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2922<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SHIVAM AMITBHAI SHIYANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHIVAM-AMITBHAI-SHIYANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">118<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2923<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SOLANKI DIVYANSHU MUKESH<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SOLANKI-DIVYANSHU-MUKESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">119<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2924<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SUZAL MAKADIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SUZAL-MAKDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">120<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2925<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VORA PARTH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VORA-PARTH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">121<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2804<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2926<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YAGNIK RAJESH GADHVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNIK-RAJESH-GADHVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">122<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2805<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2927<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">HAST BHAVESHBHAI RAMANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAST-BHAVESHBHAI-RAMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">123<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2806<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2928<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JALPAEBEN BALBHADRABHAI SOLANKI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JALPAEBEN-BALBHADRABHAI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">124<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2807<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2929<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">HAST BHAVESHBHAI RAMANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAST-BHAVESHBHAI-RAMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">125<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2808<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2930<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JALPAEBEN BALBHADRABHAI SOLANKI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JALPAEBEN-BALBHADRABHAI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">126<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2809<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2931<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYAN IRFANBHAI SHERASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYAN-IRFANBHAI-SHERASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">127<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2810<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2932<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KABIR DHAVAL KATARIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KABIR-DHAVAL-KATARIYA-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">128<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2811<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2933<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KREENA RAJESHBHAI JIVANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KREENA-RAJESHBHAI-JIVANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">129<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2812<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2934<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHAVIR MUKESHBHAI KIDDIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHAVIR-MUKESHBHAI-KIDDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">130<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2813<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2935<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAN ASHVINBHAI KAKDIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAN-ASHVINBHAI-KAKDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">131<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2814<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2936<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PALKUMAR HARESHBHAI BARAD<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PALKUMAR-HARESHBHAI-BARAD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">132<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2815<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2937<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRANSHI SANJAYBHAI JAKASANIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRANSHI-SANJAYBHAI-JAKASANIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">133<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2816<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2938<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE PUSHAKAR LUJAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRINCE-PUSHAKAR-LUJAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">134<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2817<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2939<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRISHA GHETIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRISHA-GHETIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">135<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2818<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2940<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RASESH SANGANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RASESH-SANGANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">136<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2819<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2941<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIYA CHETANBHAI VARSADA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIYA-CHETANBHAI-VARSADA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">137<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2820<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2942<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUHI BHIMDEVBHAI METRA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUHI-BHIMDEVBHAI-METRA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">138<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2821<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2943<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUSHIL DHARMESHBHAI PATADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUSHIL-DHARMESHBHAI-PATADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">139<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2822<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2944<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHLOK CHANDRSHBHAI CHANGANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHLOK-CHANDRSHBHAI-CHANGANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">140<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2823<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2945<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SOHAM JIGNESHBHAI DONGA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SOHAM-JIGNESHBHAI-DONGA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">141<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2824<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2946<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VISHVRAJSHINH HARPALSINH ZALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VISHVRAJSHINH-HARPALSINH-ZALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">142<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2825<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2947<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">ABHANGI VYOM KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ABHANGI-VYOM-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">143<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2826<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2948<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ADHYA VARSANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ADHYA-VARSANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">144<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2827<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2949<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANSHU ADROJA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ANSHU-ADROJA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">145<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2828<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2950<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BAIDEHI JHA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BAIDEHI-JHA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">146<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2829<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2951<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHARMAL AAMR ABBASBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHARMAL-AAMR-ABBASBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">147<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2830<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2952<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEEP MENPARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEEP-MENPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">148<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2831<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2953<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSH MOTERIA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSH-MOTERIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">149<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2832<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2954<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHORI VAIBHAV ASHOKBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHORI-VAIBHAV-ASHOKBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">150<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2833<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2955<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYEY POPAT JITENBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHYEY-POPAT-JITENBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">151<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2834<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2956<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">FREYA BERA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/FREYA-BERA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">152<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2835<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2957<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARSHIL NIRAVBHAI SHUKLA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARSHIL-NIRAVBHAI-SHUKLA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">153<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2836<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2958<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAINIL BHORANIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JAINIL-BHORANIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">154<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2837<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2959<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KASHYAP THAKKAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHYAP-THAKKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">155<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2838<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2960<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHANT TANVI RASHMIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHANT-TANVI-RASHMIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">156<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2839<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2961<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHIMANIYA TRUSHAL NAGINBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHIMANIYA-TRUSHAL-NAGINBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">157<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2840<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2962<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRUPA GAMI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRUPA-GAMI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">158<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2841<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2963<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHESHWARI KANANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHESHWARI-KANANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">159<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2842<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2964<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAMAN TULSIBHAI GELANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAMAN-TULSIBHAI-GELANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">160<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2843<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2965<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NANDNI SIDHPURI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NANDNI-SIDHPURI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">161<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2844<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2966<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJA CHHAG<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/POOJA-CHHAG.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">162<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2845<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PREET MENDAPARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PREET-MENDAPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">163<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2846<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2968<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RITU KUSHWALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RITU-KUSHWALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">164<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2847<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2969<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SANKHAVARA SHIV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SANKHAVARA-SHIV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">165<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2848<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2970<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SANTOKI MAURYA SUNILBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SANTOKI-MAURYA-SUNILBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">166<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2849<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2971<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREYA RAMOLIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREYA-RAMOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">167<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2850<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2972<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHRUTIBEN RAM<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHRUTIBEN-RAM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">168<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2851<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2973<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANISHKA CHAVDA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TANISHKA-CHAVDA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">169<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2852<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2974<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VATUKIYA ROHAN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VATUKIYA-ROHAN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">170<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2853<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2975<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIDITA KOTADIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIDITA-KOTADIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">171<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2854<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2976<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VISHRUTI BHUT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VISHRUTI-BHUT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">172<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2855<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2977<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YUG PARAG PATEL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YUG-PARAG-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">173<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2856<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2978<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AKSHAT SURESHBHAI KOTECHA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AKSHAT-SURESHBHAI-KOTECHA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">174<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2857<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2979<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ARPITA MAHESHBHAI SUTREJA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ARPITA-MAHESHBHAI-SUTREJA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">175<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2858<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AYUSH HARIBHAI PADHIYAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AYUSH-HARIBHAI-PADHIYAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">176<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2859<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2981<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHALANI VEDANSHI RAJESH<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHALANI-VEDANSHI-RAJESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">177<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2860<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2982<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVSHREE THAKRAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVSHREE-THAKRAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">178<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2861<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2983<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHATRI MORI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHATRI-MORI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">179<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2862<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2984<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUPAD SHAILESHBHAI SHINGALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUPAD-SHAILESHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">180<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2863<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2985<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUVKUMAR SANJAYKUMAR JADAV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVKUMAR-SANJAYKUMAR-JADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">181<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2864<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2986<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYEY HIRAL MODY<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHYEY-HIRAL-MODY.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">182<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2865<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2987<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GUNJANBEN MORI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GUNJANBEN-MORI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">183<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2866<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2988<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARDIPSINH PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARDIPSINH-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">184<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2867<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2989<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HASTI VILESHKUMAR PATEL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HASTI-VILESHKUMAR-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">185<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2868<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2990<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JADAV YASHVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JADAV-YASHVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">186<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2869<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2991<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAGRIT DOLATRAM TRIKLANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JAGRIT-DOLATRAM-TRIKLANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">187<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2870<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2992<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JATAN ASHISH SANGHANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JATAN-ASHISH-SANGHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">188<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2871<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2993<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYA BHIMANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYA-BHIMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">189<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2872<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2994<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KARANGIYA TANVI RAMESH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KARANGIYA-TANVI-RAMESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">190<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2873<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2995<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KORAT DAVISH<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KORAT-DAVISH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">191<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2874<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2996<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KOTECHA DHRUVI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KOTECHA-DHRUVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">192<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2875<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2997<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">LATHIYA PUSHTI ALPESHBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/LATHIYA-PUSHTI-ALPESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">193<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2876<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2998<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANTHAN ANILKUMAR LAKUM<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTHAN-ANILKUMAR-LAKUM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">194<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2877<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2999<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MEETESH RAMESH NATHANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MEETESH-RAMESH-NATHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">195<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2878<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3000<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAIMISH PARMAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAIMISH-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">196<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2879<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3001<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NEHA JERAMBHAI NAKUM<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NEHA-JERAMBHAI-NAKUM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">197<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2880<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3002<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PANDYA KHUSHI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PANDYA-KHUSHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">198<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2881<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3003<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIDDHI KRISHNAKUMAR SOLANKI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDDHI-KRISHNAKUMAR-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">199<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2882<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIDHIMA HARESH LALWANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDHIMA-HARESH-LALWANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">200<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2883<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3005<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SARA JIGNESHBHAI TAMBOLI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SARA-JIGNESHBHAI-TAMBOLI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">201<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2884<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3006<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAVSANI RASHI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAVSANI-RASHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">202<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2885<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3007<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">UDIPT PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/UDIPT-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">203<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2886<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3008<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIDHI LADANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIDHI-LADANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">204<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2887<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3009<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIHAAN DESAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIHAAN-DESAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">205<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2888<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3010<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VRUSHABH BHALSOD<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VRUSHABH-BHALSOD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">206<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2889<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3011<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHVI KALPESHBHAI MAIYAD<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHVI-KALPESHBHAI-MAIYAD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">207<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2890<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">3012<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AAMENA BHARMAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AAMENA-BHARMAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">208<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2891<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3013<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AMALIYAR YASHRIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AMALIYAR-YASHRIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">209<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2892<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3014<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BORSADIYA HARSHIL DHIRAJLAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BORSADIYA-HARSHIL-DHIRAJLAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">210<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2893<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3015<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BUSA DEVANSH BHAGVANJIBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BUSA-DEVANSH-BHAGVANJIBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">211<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2894<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3016<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">CHUDASAMA-KRISHABA MAHAVIRSINH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/CHUDASAMA-KRISHABA-MAHAVIRSINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">212<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2895<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3017<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARKHANI MAHI BAKULBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARKHANI-MAHI-BAKULBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">213<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2896<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3018<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYA DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYA-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">214<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2897<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3019<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JOSHI ANSH VIRENBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JOSHI-ANSH-VIRENBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">215<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2898<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3020<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KATARIYA PRINCE SURESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KATARIYA-PRINCE-SURESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">216<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2899<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3021<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHACHARIYA UJWAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHACHARIYA-UJWAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">217<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2900<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3022<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MADHAVI TILALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MADHAVI-TILALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">218<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2901<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3023<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHIDA NIRALI BEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHIDA-NIRALI-BEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">219<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2902<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3024<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANN LIMBANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANN-LIMBANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">220<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2903<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3025<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MOLIYA TIRTHA SANJAYBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MOLIYA-TIRTHA-SANJAYBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">221<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2904<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3026<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAGARI-PURVIN KETANBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAGARI-PURVIN-KETANBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">222<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2905<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3027<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NARODIA DEV ASHWINBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NARODIA-DE4V-ASHWINBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">223<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2906<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3028<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PANSURIYA DHARAMAKUMAR PARASBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PANSURIYA-DHARAMAKUMAR-PARASBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">224<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2907<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3029<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PATEL NIDHIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PATEL-NIDHIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">225<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2908<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3030<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PIYA KARIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PIYA-KARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">226<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2909<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3031<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAMANI HITARTH BHAVESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAMANI-HITARTH-BHAVESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">227<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2910<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3032<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RANPARIYA YASHVI BHAVESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RANPARIYA-YASHVI-BHAVESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">228<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2911<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3033<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RASHI VED<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RASHI-VED.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">229<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2912<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3034<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAY BINIT ASHOK<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAY-BINIT-ASHOK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">230<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2913<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3035<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SEJPAL AKSHAY SANJAY<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SEJPAL-AKSHAY-SANJAY.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">231<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2914<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANK-YASH RAKESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TANK-YASH-RAKESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">232<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2915<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3037<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHVI TURAKHIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHVI-TURAKHIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">233<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2916<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3038<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AARYAN BAVISHI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AARYAN-BAVISHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">234<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2917<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3039<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AAYUSH LALIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AAYUSH-LALIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">235<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2918<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3040<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BAROCHIYA DHRUVKUMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BAROCHIYA-DHRUVKUMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">236<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2919<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3041<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHAGIRATH RAM<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAGIRATH-RAM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">237<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2920<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3042<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSHI VAISHNAV<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHI-VAISHNAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">238<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2921<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3043<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HAMIPARA TIRTH SANJAYBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAMIPARA-TIRTH-SANJAYBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">239<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2922<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3044<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARSH DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARSH-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">240<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2923<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3045<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIGNESH THACKER<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIGNESH-THACKER.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">241<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2924<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3046<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAPADIYA RAKSHIT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KAPADIYA-RAKSHIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">242<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2925<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3047<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KARYA KIRTIBHAI SANKHALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KARYA-KIRTIBHAI-SANKHALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">243<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2926<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3048<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAVYA HITENDRABHAI PAMBHAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KAVYA-HITENDRABHAI-PAMBHAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">244<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2927<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3049<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KESHAV PILLAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KESHAV-PILLAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">245<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2928<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3050<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KOTECHA MOHIT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KOTECHA-MOHIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">246<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2929<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3051<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRISHNABEN VARIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRISHNABEN-VARIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">247<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2930<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3052<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHI RAKHOLIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHI-RAKHOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">248<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2931<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3053<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANAV ASHOKBHAI PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANAV-ASHOKBHAI-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 20px;\">\n<td style=\"width: 11.8966%; height: 20px;\">249<\/td>\n<td style=\"width: 12.931%; height: 20px;\">2932<\/td>\n<td style=\"width: 14.6388%; height: 20px;\">3054<\/td>\n<td style=\"width: 41.7405%; height: 20px;\">MEET ARJANBHAI PANSURIYA<\/td>\n<td style=\"width: 16.3793%; height: 20px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MEET-ARJANBHAI-PANSURIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">250<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2933<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3055<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NIR PATADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NIR-PATADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">251<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2934<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3056<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">OM LADUMOR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/OM-LADUMOR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">252<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2935<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3057<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PALWAR RUTURAJSINH PARESHSINH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PALWAR-RUTURAJSINH-PARESHSINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">253<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2936<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3058<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PITHIYA YASH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PITHIYA-YASH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">254<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2937<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3059<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJAN PATEL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/POOJAN-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">255<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2938<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3060<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRACHI SATISHBHAI VEKARIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRACHI-SATISHBHAI-VEKARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">256<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2939<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3061<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PREET RUPAREL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PREET-RUPAREL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">257<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2940<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3062<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRUTHVIDAN GADHAVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRUTHVIDAN-GADHAVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">258<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2941<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3063<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAHULBHAI DINESHBHAI AMALIYAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAHULBHAI-DINESHBHAI-AMALIYAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">259<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2942<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3064<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJ DHARMESH MONPARA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJ-DHARMESH-MONPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">260<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2943<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3065<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SETUL PIPROTAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SETUL-PIPROTAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">261<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2944<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3066<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHIVAM PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHIVAM-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">262<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2945<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3067<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHUBHAM-NIKUNJ PATANIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-NIKUNJ-PATANIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">263<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2946<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3068<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SINGH ANISH RAUSHAN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SINGH-ANISH-RAUSHAN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">264<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2947<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3069<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TIRTH JASMINBHAI POPAT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TIRTH-JASMINBHAI-POPAT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">265<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2948<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3070<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TRIVEDI DHRUVI JAYDEEPBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TRIVEDI-DHRUVI-JAYDEEPBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">266<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2949<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3071<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VASU VAGADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VASU-VAGADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">267<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2950<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3072<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIVEKCHANDRA ANILCHANDRA PRANAMI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIVEKCHANDRA-ANILCHANDRA-PRANAMI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">268<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2951<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3073<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YUVRAJSINH MANEK<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YUVRAJSINH-MANEK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">269<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2952<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">3074<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AJAY LAKHAMANBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">270<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2953<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3075<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANGEL MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">271<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2954<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3076<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANSHIKA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">272<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2955<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3077<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANUJ PARESHKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">273<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2956<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3078<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ARYAN KARSAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">274<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2957<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3079<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AVINASH HITESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">275<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2958<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3080<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BERA HARSH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">276<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2959<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3081<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHADARKA DHRUV MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">277<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2960<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3082<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHALODI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">278<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2961<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3083<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BIRVA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">279<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2962<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">CHOLERA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">280<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2963<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3085<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DARSH HIMMAT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">281<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2964<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3086<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEEP KETANBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">282<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2965<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3087<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DETROJA GOPI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">283<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2966<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3088<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEV MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">284<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2967<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3089<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVAM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">285<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2968<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3090<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHARA MALDE MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">286<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2969<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3091<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHARM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">287<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2970<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3092<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYANA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">288<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2971<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3093<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DUBEY SHIVAMKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">289<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2972<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3094<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">FALGUNI SAGARBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">290<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2973<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3095<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GADHIYA DEEP MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">291<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2974<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3096<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GANGANI SIDDHI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">292<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3097<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARVI PRAKASHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">293<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2976<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3098<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HEER RAJESHKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">294<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2977<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3099<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ISHA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">295<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2978<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3100<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAIMIN KEYUR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">296<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2979<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3101<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JANVI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">297<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2980<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3102<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JINISH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">298<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2981<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3103<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KACHHOT ALPESH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">299<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2982<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3104<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAUSHAL SHAILESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">300<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2983<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3105<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHUSHI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">301<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2984<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3106<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRINSY MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">302<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2985<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3107<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">LAKSHYA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">303<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2986<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3108<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANASIYA MOHAMADRUHAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">304<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2987<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3109<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MEVADA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">305<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2988<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3110<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NIKUNJ MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">306<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2989<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3111<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PARMAR BALVANT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">307<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2990<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3112<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJA RAJSHIBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">308<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2991<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3113<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRANAY MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">309<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2992<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3114<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRATVI MUKESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">310<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2993<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3115<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE GIRDHARBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">311<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2994<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3116<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RATHOD MANAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">312<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2995<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3117<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIVA BALVANT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">313<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2996<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3118<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUDRA V MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">314<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2997<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3119<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUDRARAJSINH SHAKTISINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">315<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2998<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3120<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUTVI YOGESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">316<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2999<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3121<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAIPARIYA HEEMA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">317<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3000<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3122<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHAKTISINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">318<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3001<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3123<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SUJAL D MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">319<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3002<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3124<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANVI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">320<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3003<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3125<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">THAKKAR RIDHAM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">321<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3004<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3126<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">UMESH H MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">322<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3005<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3127<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">URVIBEN KIRANKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">323<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3006<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3128<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VANOL SURYARAJ MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">324<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3007<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3129<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VEDANTSINH KISHORBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">325<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3008<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3130<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YAKSH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">326<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3009<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3131<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YANA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">327<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3010<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3132<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHPALSINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">328<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3011<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3133<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YATRI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 100%; height: 6552px;\" width=\"664\">\n<tbody>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 97.5862%;\" colspan=\"5\" width=\"664\">Student LC List<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">Sr No.<\/td>\n<td style=\"height: 26px; width: 12.931%;\">LC No.<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">GR No.<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Name<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">Manage<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">1<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3041<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harshil Hirpara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harshil-Hirpara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">2<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3036<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhay Hindocha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhay-Hindocha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">3<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3004<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhishek Pambhaniya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhishek-Pampaniya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">4<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2967<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhi Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhi-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">5<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2975<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aditi Ruparel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aditi-Ruparel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">6<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2636<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aditya Yadav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aditya-Yadav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">7<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2980<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Africawala Yusuf<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Africawala-Murtaza.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">8<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3084<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ahuja Yukta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ahuja-Yukta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">9<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">465<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ajani Het<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ajani-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">10<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2895<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Akshara Mehta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Akshara-Mehta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">11<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2939<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2349<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Amrerndersinh Tomar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Amrendersingh-Tomar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">12<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2994<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2977<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Andrapiya Disha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Andrapiya-Disha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">13<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2858<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2927<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Anubhab Panda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Anubhab-Panda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">14<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2801<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2262<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arjun Kareliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arjun-Kareliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">15<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2947<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2572<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arsh Gangani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arsh-Gangani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">16<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2923<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1557<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arva Vainshnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arva-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">17<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3015<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2497<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arya Pandey<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arya-Pandey.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">18<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3001<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2984<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aryan Soni<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aryan-Soni.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">19<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3035<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3022<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aryan Vadher<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aryan-Vadher.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">20<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2816<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">120<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashar Karan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ashar-Karan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">21<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2909<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">441<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashodariya Shyam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Asodariya-Shyam.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">22<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3003<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2986<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashtha Rawal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Astha-Rawal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">23<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3023<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3008<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aum Pipalva<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aum-Pipalva.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">24<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2941<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2442<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ayushi Bayal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ayushi-Bayal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">25<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2996<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2979<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Balister Hawra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Balister-Aliasagar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">26<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2856<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2916<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Barvaliya Keshar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Barvaliya-Kesar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">27<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2751<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">872<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhadada Nikhil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhadada-Nikhil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">28<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2973<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2965<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhakti Sakariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhakti-Sakariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">29<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2786<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1417<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhalara Rahul<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhalara-Rushil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">30<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2926<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1595<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhatt Darsh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhatt-Darsh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">31<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2761<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2357<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhansdadia Prenshu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhensdadia-Prenshu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">32<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2783<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3150<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhuva Hetbhai<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhuga-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">33<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2901<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">349<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Butani Dev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Butani-Dev.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">34<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3033<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3020<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Ravrani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Ravrani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">35<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2912<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">455<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chhaniya Sofiyan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chaniya-Sofiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">36<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2754<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">771<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chauhan Yashrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chauhan-Yashrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">37<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2768<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3284<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chavda Pruthviraj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chavda-Pruthviraj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">38<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2922<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1498<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chovatiya Vinay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chovatiya-Vinay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">39<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2817<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">467<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dabhi Prarthana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dabhi-Prathana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">40<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2812<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1623<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dabhi Shaktisinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dabhi-Shaktisinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">41<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2863<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3034<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Darshan Surani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Darshan-Surani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">42<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2733<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2290<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Davda Maanya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Davda-Maanya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">43<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2983<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3371<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dave Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dave-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">44<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2820<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3066<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dave Vedansh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dave-Vedansh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">45<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3022<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3007<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dax Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dax-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">46<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3024<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3009<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Densi Vachhani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Densi-Vachhani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">47<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3027<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3013<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dev faldu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dev-Faldu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">48<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2925<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1591<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhakan Smit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhakan-Smit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">49<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2854<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2907<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhakan Vanshika<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhakan-Vanshika.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">50<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2748<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">4140<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhanak Mahi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhanak-Mahi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">51<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3000<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2983<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhaval Chauhan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhaval-Chauhan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">52<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3041<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3027<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Diya Dangar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhiya-Dangar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">53<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2976<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2968<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dishant Solanki<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dishant-Solanki.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">54<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2958<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2942<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Diya Ganatra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Diya-Ganatra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">55<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2968<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2961<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dodiya Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dodiya-Dhruvil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">56<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2853<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2524<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dolly Oza<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dolly-Oza.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">57<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2845<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2044<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dudhagra Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dudhagara-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">58<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2999<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2983<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Eva Fasra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Eva-Fasra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">59<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2730<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3207<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Fultariya Manthan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Fultariya-Manthan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">60<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2720<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1275<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gadhiya Netra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gadhiya-Netra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">61<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2974<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2966<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Galchar Kavita<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Galchar-Kavita.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">62<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2980<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">438<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Garachh Vibhuti<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Garach-Vibhuti.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">63<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2850<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2285<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gaurav Gojiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gaurav-Gojiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">64<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2945<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2580<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ghela Nishra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ghela-Nishra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">65<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2729<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3166<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Godhani Dhruvisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Godhani-Dhruvisha1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">66<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3019<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3001<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gohil Nayan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gohil-Nayan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">67<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3005<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2988<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gondaliya Angel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gondaliya-Angel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">68<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2773<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3442<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gopani Pankil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gopani-Pankil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">69<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2987<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3217<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gope Roshanlal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gope-Roshanlal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">70<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2868<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3064<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Happy Bhimbha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Happy-Bhimbha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">71<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3043<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3032<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harihar Ashish<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harihar-Ashish.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">72<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2937<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2323<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harita Vala<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harita-Vala.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">73<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3047<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3038<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Jani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Jani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">74<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2971<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2964<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Loriya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Loriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">75<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3029<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3015<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harshraj Pandey<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harshraj-Pandey.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">76<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2967<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2957<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Heet Gojiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Heet-Gojiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">77<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2944<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2527<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Hitarth Siddhapara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Hitarth-Siddhapara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">78<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2966<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2156<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Isha Javia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Isha-Javiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">79<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2998<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2981<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Isha Limbasiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Isha-Limbasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">80<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2766<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2861<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Aditiba<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Aditiba.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">81<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2807<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3085<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Dhara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Dhara-Kiritsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">82<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3017<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2999<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Kripalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Kripalsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">83<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2835<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3322<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Manavrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Manavrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">84<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2798<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1641<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Yashrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Yashrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">85<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2979<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2973<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Javia Aum<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Javia-Aum.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">86<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2806<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1263<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Javia Yash<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Javiya-Yash.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">87<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2903<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3120<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jaydev Kansagara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jaydev-Kansagara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">88<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3004<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2987<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jaydutt Sareriya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jaydutt-Sareriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">89<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3032<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3019<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jeen Bhansdadia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jeet-Bhensdadia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">90<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2964<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2955<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jill Gajera<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jill-Gajera.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">91<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2957<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2941<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jinali Vora<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jinali-Vora.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">92<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2742<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3423<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Joshi Sarthak<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Joshi-Sarthak.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">93<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2938<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2325<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Joshna Kanjariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Joshna-Kanjariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">94<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2741<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2144<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kachhadiya Dhyani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kachhadiya-Dhyani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">95<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2795<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2888<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kadam Nagariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kadam-Nagariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">96<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2753<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1226<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kalariya Rahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kalariya-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">97<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2951<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3345<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kanani Anjan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kanani-Anjan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">98<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3012<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2995<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kandoriya Pranjal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kandoriya-Pranjal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">99<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2732<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3190<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kaneriya Ajay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kaneriya-Ajay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">100<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2707<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2906<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kaneriya Kavya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kaneriya-Kavya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">101<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2744<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1420<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Karn Shubham<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Karn-Shubham.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">102<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2818<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2333<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kartikkumar Lathia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kartikkumar-Lathia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">103<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2955<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2939<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kavya Mewar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kavya-Mewar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">104<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2860<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2937<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kevin Mathew<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kevin-Mathew.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">105<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2916<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">731<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khandhar Jainam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khandhar-Jainam.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">106<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2716<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3298<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khimoriya Sahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khimoriya-Sahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">107<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2772<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1222<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khunt Het<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khunt-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">108<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2978<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2970<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khunt Priyal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khunt-Priyal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">109<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2824<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3104<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Komalba Rana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Komalba-Rana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">110<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2739<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3450<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kota Tashi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kota-Taashi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">111<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2873<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3075<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Krishi Radadiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Krishi-Radadiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">112<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3031<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3014<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Labana Vidhitkumar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Labana-Vidhitkumar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">113<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2984<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3155<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jiten Ladwa<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">V<a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ladwa-Jiten.pdf\">i<\/a>ew<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">114<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3036<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3033<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Liza Der<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Liza-Der.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">115<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2942<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2514<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Madhav Sampat<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Madhav-Sampat.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">116<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3009<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2992<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Maheswari Man<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Madhav-Sampat.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">117<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2774<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2331<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mahir Nurali<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mahir-Nurali.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">118<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2855<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2911<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Dhruvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">119<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2747<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1827<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Dharmik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Dharmik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">120<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2870<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3010<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Twinkle<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Twinkle.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">121<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2943<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2515<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Malhar Chavda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Malhar-Chavda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">122<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2914<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">474<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Malvi Devangiben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Malvi-Devangiben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">123<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2749<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2121<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mandh Vaibhav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mandh-Vaibhav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">124<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2787<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1060<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mane Pratik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mane-Pratik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">125<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2963<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2954<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Manthan Kaku<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Manthan-Kaku.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">126<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2828<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3247<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Manvar rajvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Manvar-Rajvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">127<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2767<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">365<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Markana Om<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Markana-Om.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">128<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2724<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3138<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meer Mehta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meer-Mehta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">129<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3007<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2990<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meet Sindhav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meet-Sindhav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">130<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2960<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2944<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meghanaba Jadeja<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meghanaba-Jadeja.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">131<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2763<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3154<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehia Jill<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehia-Jill.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">132<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2794<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1318<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Hetav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Hetav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">133<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2799<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2118<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Param<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Param.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">134<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2803<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">668<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Rishika<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Rishika.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">135<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3006<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2989<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mishri Kalariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mishri-Kalariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">136<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2859<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2936<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mohmad Ghanchi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mohmad-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">137<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2921<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">489<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Moliya Rutvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Moliya-Rutvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">138<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2735<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2301<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mondal Sbhubhdip<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mondal-Shubhdip.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">139<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2811<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3287<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Moteria Riddhi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Moteriya-Riddhi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">140<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2706<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1505<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Muhmmad Serasiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Muhammad-Arman-Sherasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">141<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2793<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2630<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nakum Rushabh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nakum-Rushabh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">142<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2731<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1607<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Namra Padalia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Namra-Padalia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">143<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2809<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1944<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nathawani Isha&nbsp;<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nathawani-Isha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">144<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3011<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2994<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nisarg Bhanderi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nisarg-Bhanderi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">145<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2769<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2519<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Bhardwaj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Bhardwaj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">146<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2954<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2928<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Buddhadev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Buddhadev.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">147<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3040<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3025<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Chaudhary<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Chaudhary.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">148<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2940<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2355<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Goswami<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Goswami.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">149<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2738<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3266<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Aditiben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Aditiben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">150<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2727<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3239<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Aniket<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Aniket.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">151<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2737<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3238<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Om<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Om.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">152<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2846<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2168<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pambhar Vishwa<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pambhar-Vishwa.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">153<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2823<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2510<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pandya Vihaan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pandya-Vihan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">154<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2864<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3047<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Panseriya Aryan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Panseriya-Aryan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">155<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3030<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3016<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Paramjeet Dahima<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Paramjeet-Dahima.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">156<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2755<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Deep<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Deep.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">157<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2740<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2648<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pambhar Jenish<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Jenish.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">158<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2810<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3777<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Krisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Krisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">159<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2950<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2925<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Rahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">160<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2765<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2305<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Rajveersinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Rajveersinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">161<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2869<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3069<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Unnati<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Unnati.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">162<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2931<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">451<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parsana Khushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parsana-Khushi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">163<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2852<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2498<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patel Aryan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patel-Aryan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">164<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2862<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3026<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patel Rushil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patel-Rushil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">165<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2792<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2114<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pathak Jigar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pathak-Jigar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">166<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2992<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3470<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patoliya Preet<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patoliya-Preet.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">167<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3021<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3005<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Prajveen Vaishnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Prajveen-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">168<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2970<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2963<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pranshu Sharma<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pranshu-Sharma.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">169<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2961<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2951<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Barad Preet<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Preet-Barad.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">170<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2719<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3389<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Prince Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Prince-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">171<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2861<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2958<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Priya Gondaliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Priya-Gondaliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">172<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2980<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2974<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Priyansha Pradhan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Priyansha-Pradhan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">173<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2711<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rachchh Tisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rachh-Tisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">174<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2717<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3388<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rahul Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rahul-Patel-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">175<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2714<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3220<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rao Twisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rai-Twisha-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">176<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2752<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">670<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Dev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Dev-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">177<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2920<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">889<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Kevin<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Kevin-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">178<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2813<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1308<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Netra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Netra-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">179<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3002<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2985<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajal Dodiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajal-Dodiya-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">180<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2969<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2962<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajal Lashkari<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajal-Lashkari-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">181<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2928<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1891<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajgor Khushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajgor-Khushi1-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">182<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2919<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">742<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ramani Rakshit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajgor-Khushi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">183<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3014<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2996<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rana Satyapalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rana-Satyapalsinh-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">184<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2952<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2926<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rashida Mannan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rashida-Mannan-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">185<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2993<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2976<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dharmiben Ribadiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ribadiya-Dharmi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">186<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2875<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3076<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rudra Butani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rudra-Butani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">187<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2760<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1742<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Aditi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Aditi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">188<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2758<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1743<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Ami<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Ami-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">189<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2759<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2111<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Shyam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Shyam-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">190<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2871<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3071<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ruparel Brinda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ruparel-Brinda-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">191<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2953<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2931<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rushi Desai<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rushi-Desai-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">192<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3028<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3014<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rushi Kardani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rushi-Kardani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">193<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2797<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1794<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sadariya Krishiv<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sadariya-Krishiv.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">194<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3016<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2998<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Saini Nandni<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Saini-Nandni.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">195<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2838<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1002<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sakariya Kashyap<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sakariya-Kashyap.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">196<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2705<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2313<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sherasiya Samin<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Samin-Sherasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">197<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2962<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2953<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Savaliya Vatsal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Savaliya-Vatsal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">198<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2907<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sejpal Devanshi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sejpal-Devanshi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">199<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2935<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2215<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shekh Suliana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shekh-Suliana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">200<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2788<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2312<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shekhaliya Druthi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shekhaliya-Druthi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">201<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2995<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2978<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shivam Vaishnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shivam-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">202<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2949<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2924<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shlok Joshi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shlok-Joshi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">203<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2726<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3147<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shrivastava Akshay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shrivastava-Akshay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">204<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2986<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2522<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shyam Virda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shyam-Virda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">205<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2977<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2969<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Siddhi Savjani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Siddhi-Savjani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">206<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3025<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3010<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sindhav Ranjitsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sindhav-Ranjitsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">207<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2848<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2222<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Arjun<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Arjun.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">208<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2991<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2556<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">209<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2781<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2881<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Shubhamkumar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Shubham-Kumar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">210<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3026<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3012<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sinojia Pranshu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sinojia-Pranshu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">211<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2725<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">298<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Siyani Samarth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Siyani-Samarth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">212<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2902<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3125<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Smit Chhabhaiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Smit-Chhabhaiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">213<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2757<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2108<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sojitra Prisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sojitra-Prisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">214<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2756<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2559<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sojitra Tirth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sojitra-Tirth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">215<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3034<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3021<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Solanki Mahek<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Solanki-Mahek.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">216<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2849<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2266<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Solanki Parag<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Solanki-Parag.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">217<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3048<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3039<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Suhem Dakora<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Suhem-Dakora.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">218<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3049<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3040<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sumit Chavda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/sumit-Chavda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">219<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2956<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2940<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sunanda Ghosh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sunanda-Ghosh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">220<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2929<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1941<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Surani Jit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Surani-Jit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">221<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2775<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3450<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Taashi Kota<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Taashi-Kota.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">222<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2918<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">738<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tanna Hritik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tanna-Hritik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">223<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3044<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3035<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tanveersinh Sodha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tanveersingh-Sodha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">224<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2780<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2170<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Thanki Jay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Thanki-Jay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">225<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2750<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2476<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Thummar Vraj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Thummar-Vraj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">226<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2800<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2261<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tulja Kaleriya&nbsp;<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tulja-Kaleriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">227<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2915<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">730<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Udiyar Rohit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Udiyar-Rohit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">228<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2745<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2561<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Umaraniya Miwi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Umraniya-Miwi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">229<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3018<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3000<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Utsav Ghedia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Utsav-Ghedia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">230<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3042<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3028<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Utsav Gondaliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Utsav-Gondaliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">231<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2822<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2872<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghela Brijpalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghela-Brijpalsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">232<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2917<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">734<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghela Harsh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghela-Harsh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">233<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2934<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2163<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghamshi Pavan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghmashi-Pavan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">234<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2927<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1888<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaid Ismail<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaid-Ismail.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">235<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2815<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3211<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vainsh Kenilben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vainsh-Kenilben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">236<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2782<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3083<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaishnani Prince<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaishnani-Prince.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">237<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2842<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1889<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaishnani Rushikesh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaishnani-Rushikesh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">238<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2830<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">421<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vasani Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vasani-Dhruvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">239<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2718<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3385<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nandani Vedant<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vedant-Nandani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">240<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2721<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3065<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vekariya Shreya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vekariya-Shreya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">241<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3008<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2991<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vibha Samani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vibha-Samani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">242<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3046<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3037<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vikas Zala<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vikas-Zala.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">243<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2904<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3127<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Viradia Abhay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Viradia-Abhay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">244<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2796<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">696<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Virani Kunj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Virani-Kunj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">245<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3010<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2993<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vishal Ranpariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vishal-Ranpariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">246<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2911<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">446<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vora Ayushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vora-Ayushi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">247<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2930<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2048<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vora Tirth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vora-Tirth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">248<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2709<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3183<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vyas Darp<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vyas-Darp.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">249<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2776<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3269<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vyas Hemadri<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vyas-Hemadri.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">250<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2990<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3489<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Zalak Jani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Zalak-Jani.pdf\">View<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n\n<p>&nbsp;<\/p>\n<table style=\"width: 0%; height: 7133px;\">\n<tbody>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 97.5862%;\" colspan=\"5\" width=\"664\">Student LC List&nbsp; 2025-2026<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">Sr No.<\/td>\n<td style=\"height: 26px; width: 12.931%;\">LC No.<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">GR No.<\/td>\n<td style=\"height: 26px; width: 41.7405%;\">Name<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">Manage<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">1<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"height: 26px; width: 41.7405%;\">ALO SAMANTA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">2<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">CHARITRA-KEVAL PANCHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">3<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">DEEP GORASIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">4<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">DHOLARIYA URVIK PANKAJBHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">5<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2975<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">GOHEL KARAN RAJENDRABHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">6<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">HIMADRIBA JAYRAJSINH JADEJA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">7<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">HIRANI AANSHI NAYANKUMAR<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">8<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">JAYESH DIPESHBHAI PATEL<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">9<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KATBA NIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">10<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KRISHA RASIKBHAI NOGHANVADRA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">\n<p>View<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">11<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KRUSH KATBA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">12<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">NIHAL PARESHBHAI CHANV<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">13<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">OM SAVALIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">14<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">PRIYANSHI MAKHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">15<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2975<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">PRIYANSHU ASHISHBHAI SANGHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">16<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">REYA-D BARAD<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">17<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">RIDHAM CHHATRALA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">18<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">SAVANI PRIYAL CHETAN<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">19<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">VAIBHAVIBA DODIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">20<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">VIRANI YASH<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">21<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">YUGENDRA MUKESHKUMAR DHANGADIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">22<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\" width=\"237\">ANJALI JEETUBHAI SOLANKI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">23<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">ARPIT PRAVINBHAI KACHHOT<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">24<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">ARYAN SOLANKI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">25<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">BHAVYA GAJERA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">26<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">BRINDA VAGH<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">27<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">DHYEY NAGAPARA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">28<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">DIVYAKUMAR JITENDRABHAI RUDANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">29<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">GANESH CHETAN ANDANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">30<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 26px;\" width=\"237\">GOWAMI MADHURI MANISHBHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">\n<p>31<\/p>\n<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">HALAI KAVYA GOVIND<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">32<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">HEM SUVA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">33<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">JASH SAMPAT<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">34<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">JAY RAMBHAI MODHWADIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">35<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHSHI A BHUT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHSHI-A-BHUT.pdf\">VieViewieww<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">36<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">JASH SAMPAT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JASH-SAMPAT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">37<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">JAY RAMBHAI MODHWADIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">38<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KHSHI A BHUT<\/td>\n<td style=\"height: 22px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHSHI-A-BHUT.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">39<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KIRMI TADHANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KIRMI-TADHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">40<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KRISHIV MINESHBHAI JADAV<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRISHIV-MINESHBHAI-JADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">41<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MAHEK CHAVDA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHEK-CHAVDA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">42<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MAHI AKASH VACHHANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHI-AKASH-VACHHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">43<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANDAVIYA URAV CHANDRESHBHAI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANDAVIYA-URAV-CHANDRESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">44<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANTRA JANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTRA-JANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">45<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MERISH BHAVESHBHAI SISODIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MERISH-BHAVESHBHAI-SISODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">46<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MOHAMMADSARHAN SARFRAJ MALEK<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MOHAMMADSARHAN-SARFRAJ-MALEK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">47<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PAL ABHESHK AJAY<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PAL-ABHISHEK-AJAY.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">48<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PARYAK J YADAV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PARYAK-J-YADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">49<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJVI MANIA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJVI-MANIAR.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">50<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJVI MUKESHBHAI DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJVI-MUKESHBHAI-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">51<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAVAN KISHORBHAI RAIYANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAVAN-KISHORBHAI-RAIYANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">52<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREENA PANSURIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREENA-PANSURIYA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">53<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREYA PATADIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREYA-PATADIA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">54<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHUBHAM GANSHYAMBHAI GARAIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-GHANSHYAMBHAI-GARAIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">55<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHAYAM SONAGARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHYAM-SONAGARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">56<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VAISHNAV BHAVYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VAISHNAV-BHAVYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">57<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VALA DRASHTI HITESHBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VALA-DRASHTI-HITESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">58<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIR RISHIKUMAR TILVA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIR-RISHIKUMAR-TILVA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">59<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHRAJ KIRITBHAI JASANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHRAJ-KIRITBHAI-JASANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">60<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ZEEL CHOVATIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ZEEL-CHOVATIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">61<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AARYA MITESH CHHATRALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AARYA-MITESH-CHHATRALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">62<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">ABHIJEET SOLANKI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ABHIJEET-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">63<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">AVANI SOLANKI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AVANI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">64<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">BHAVYA RUPESH GOL<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAVYA-RUPESH-GOL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">65<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSHI POKAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHI-POKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">66<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">DEVANSHU NAIMISH SHETH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHU-NAIMISH-SHETH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">67<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHRUVA BHALODI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVA-BHALODI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">68<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3004<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHRUVIK RAKESHBHAI SAVALIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVIK-RAKESHBHAI-SAVALIYA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">69<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2967<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHUDHATRA RADHIKA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHUDHATRA-RADHIKA-2.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">70<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2636<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">GRIVA PATEL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GRIVA-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">71<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2980<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">HENNY DHANANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HENNY-DHANANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">72<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JENIL RAJESHBHAI SHINGALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JENIL-RAJESHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">73<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JIYABHAVIN GATHANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYABHAVIN-GATHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">74<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KASHVI AGRAWAL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHVI-AGRAWAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">75<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KASHYAP P THACKER<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHYAP-P-THACKER.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">76<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KESHVI DIPAKBHAI BHUT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KESHVI-DIPAKBHAI-BHUT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">77<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">MAITREYEE KEYUR ACHARYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAITREYEE-KEYUR-ACHARYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">78<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" width=\"296\" height=\"24\">MANAV DELVADIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANAV-DELVADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">79<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">MISHA ANKITBHAI TADA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MISHA-ANKITBHAI-TADA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">80<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">MNAUSHI SHRIMALI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MNAUSHI-SHRIMALI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">81<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">NIVA KULAR&nbsp;<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NIVA-KULAR-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">82<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">PARI BIPINKUMAR CHOVATIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PARI-BIPINKUMAR-CHOVATIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">82<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">PRANJAL MAILIKBHAI LIMBASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRANJAL-MAILIKBHAI-LIMBASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">84<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RAKTIM KARMAKAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAKTIM-KARMAKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">85<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RIDRA VIJAY KAREKIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDRA-VIJAY-KAREKIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">86<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RUDRA ASHWINKUMAR VASANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUDRA-ASHWINKUMAR-VASANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">87<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">SAIYAD MOHAMMADNOORANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAIYAD-MOHAMMADNOORANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">88<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SAKHIYA JIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAKHIYA-JIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">89<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SHASHWAT HARESHBHAI MOLIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHASHWAT-HARESHBHAI-MOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">90<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SHUBHAM PIYUSHBHAI SHINGALA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-PIYUSHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">91<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">SIDDH VASANTBHAI KAVAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SIDDH-VASANTBHAI-KAVAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">92<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">VEDANT RACHHADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VEDANT-RACHHADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">93<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2804<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2897<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">VEKARIYA HARSHIL SOHILBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VEKARIYA-HARSHIL-SOHILBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">94<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2805<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2898<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">VIR RAJUL BHALODI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIR-RAJUL-BHALODI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">95<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2806<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2899<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">YAGNA BIPINBHAI HADVANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNA-BIPINBHAI-HADVANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">96<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2807<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2900<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">YAGNAV GHETIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNAV-GHETIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">97<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2808<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2901<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">YANA BHAVIKBHAI VORA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YANA-BHAVIKBHAI-VORA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">98<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2902<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AYUSHKUMAR AMITKUMAR RABADIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AYUSHKUMAR-AMITKUMAR-RABADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">99<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2903<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHAVYA JIMMY DAXINI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAVYA-JIMMY-DAXINI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">100<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2904<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BORISAGAR PRAGATI BHAVESHKUMAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BORISAGAR-PRAGATI-BHAVESHKUMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">101<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2905<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DESAI VEDANT ASHOKBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DESAI-VEDANT-ASHOKBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">102<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2906<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DETRUJA MIT KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DETRUJA-MIT-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">103<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2907<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUVIL JIGNESH BARASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVIL-JIGNESH-BARASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">104<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2908<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GAJERA MEET VIPULBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GAJERA-MEET-VIPULBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">105<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2910<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GUPTA SHOURYA MANOHAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GUPTA-SHOURYA-MANOHAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">106<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2911<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">JADEJA KRIPALSINH SURENDRASINH<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JADEJA-KRIPALSINH-SURENDRASINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">107<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2912<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KUNAL S CHHANGA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KUNAL-S-CHHANGA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">108<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2913<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANSI HUMABAL<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANSI-HUMABAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">109<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2914<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANTHAN R SONI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTHAN-R-SONI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">110<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2915<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MISTRY AADITYA AMIT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MISTRY-AADITYA-AMIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">111<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2916<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NEEL DOBARIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NEEL-DOBARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">112<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2917<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PIPALIYA HEER JAYRAJBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PIPALIYA-HEER-JAYRAJBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">113<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2918<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE DINESH TAMBOLIYA 2<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRINCE-DINESH-TAMBOLIYA-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">114<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2919<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIBADIYA OM KISHORBHAI 2<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIBADIYA-OM-KISHORBHAI-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">115<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2920<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIBADIYA OM KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIBADIYA-OM-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">116<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2921<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SHAAN BHAVISHYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHAAN-BHAVISHYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">117<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2922<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SHIVAM AMITBHAI SHIYANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHIVAM-AMITBHAI-SHIYANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">118<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2923<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SOLANKI DIVYANSHU MUKESH<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SOLANKI-DIVYANSHU-MUKESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">119<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2924<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SUZAL MAKADIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SUZAL-MAKDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">120<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2925<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VORA PARTH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VORA-PARTH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">121<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2804<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2926<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YAGNIK RAJESH GADHVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNIK-RAJESH-GADHVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">122<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2805<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2927<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">HAST BHAVESHBHAI RAMANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAST-BHAVESHBHAI-RAMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">123<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2806<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2928<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JALPAEBEN BALBHADRABHAI SOLANKI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JALPAEBEN-BALBHADRABHAI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">124<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2807<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2929<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">HAST BHAVESHBHAI RAMANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAST-BHAVESHBHAI-RAMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">125<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2808<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2930<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JALPAEBEN BALBHADRABHAI SOLANKI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JALPAEBEN-BALBHADRABHAI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">126<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2809<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2931<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYAN IRFANBHAI SHERASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYAN-IRFANBHAI-SHERASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">127<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2810<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2932<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KABIR DHAVAL KATARIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KABIR-DHAVAL-KATARIYA-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">128<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2811<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2933<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KREENA RAJESHBHAI JIVANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KREENA-RAJESHBHAI-JIVANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">129<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2812<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2934<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHAVIR MUKESHBHAI KIDDIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHAVIR-MUKESHBHAI-KIDDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">130<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2813<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2935<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAN ASHVINBHAI KAKDIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAN-ASHVINBHAI-KAKDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">131<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2814<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2936<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PALKUMAR HARESHBHAI BARAD<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PALKUMAR-HARESHBHAI-BARAD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">132<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2815<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2937<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRANSHI SANJAYBHAI JAKASANIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRANSHI-SANJAYBHAI-JAKASANIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">133<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2816<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2938<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE PUSHAKAR LUJAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRINCE-PUSHAKAR-LUJAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">134<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2817<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2939<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRISHA GHETIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRISHA-GHETIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">135<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2818<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2940<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RASESH SANGANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RASESH-SANGANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">136<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2819<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2941<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIYA CHETANBHAI VARSADA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIYA-CHETANBHAI-VARSADA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">137<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2820<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2942<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUHI BHIMDEVBHAI METRA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUHI-BHIMDEVBHAI-METRA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">138<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2821<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2943<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUSHIL DHARMESHBHAI PATADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUSHIL-DHARMESHBHAI-PATADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">139<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2822<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2944<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHLOK CHANDRSHBHAI CHANGANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHLOK-CHANDRSHBHAI-CHANGANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">140<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2823<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2945<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SOHAM JIGNESHBHAI DONGA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SOHAM-JIGNESHBHAI-DONGA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">141<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2824<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2946<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VISHVRAJSHINH HARPALSINH ZALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VISHVRAJSHINH-HARPALSINH-ZALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">142<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2825<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2947<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">ABHANGI VYOM KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ABHANGI-VYOM-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">143<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2826<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2948<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ADHYA VARSANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ADHYA-VARSANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">144<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2827<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2949<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANSHU ADROJA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ANSHU-ADROJA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">145<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2828<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2950<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BAIDEHI JHA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BAIDEHI-JHA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">146<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2829<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2951<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHARMAL AAMR ABBASBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHARMAL-AAMR-ABBASBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">147<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2830<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2952<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEEP MENPARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEEP-MENPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">148<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2831<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2953<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSH MOTERIA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSH-MOTERIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">149<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2832<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2954<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHORI VAIBHAV ASHOKBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHORI-VAIBHAV-ASHOKBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">150<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2833<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2955<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYEY POPAT JITENBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHYEY-POPAT-JITENBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">151<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2834<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2956<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">FREYA BERA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/FREYA-BERA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">152<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2835<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2957<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARSHIL NIRAVBHAI SHUKLA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARSHIL-NIRAVBHAI-SHUKLA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">153<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2836<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2958<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAINIL BHORANIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JAINIL-BHORANIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">154<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2837<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2959<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KASHYAP THAKKAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHYAP-THAKKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">155<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2838<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2960<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHANT TANVI RASHMIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHANT-TANVI-RASHMIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">156<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2839<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2961<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHIMANIYA TRUSHAL NAGINBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHIMANIYA-TRUSHAL-NAGINBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">157<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2840<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2962<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRUPA GAMI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRUPA-GAMI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">158<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2841<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2963<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHESHWARI KANANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHESHWARI-KANANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">159<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2842<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2964<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAMAN TULSIBHAI GELANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAMAN-TULSIBHAI-GELANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">160<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2843<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2965<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NANDNI SIDHPURI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NANDNI-SIDHPURI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">161<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2844<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2966<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJA CHHAG<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/POOJA-CHHAG.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">162<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2845<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PREET MENDAPARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PREET-MENDAPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">163<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2846<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2968<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RITU KUSHWALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RITU-KUSHWALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">164<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2847<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2969<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SANKHAVARA SHIV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SANKHAVARA-SHIV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">165<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2848<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2970<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SANTOKI MAURYA SUNILBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SANTOKI-MAURYA-SUNILBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">166<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2849<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2971<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREYA RAMOLIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREYA-RAMOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">167<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2850<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2972<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHRUTIBEN RAM<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHRUTIBEN-RAM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">168<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2851<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2973<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANISHKA CHAVDA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TANISHKA-CHAVDA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">169<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2852<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2974<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VATUKIYA ROHAN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VATUKIYA-ROHAN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">170<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2853<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2975<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIDITA KOTADIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIDITA-KOTADIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">171<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2854<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2976<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VISHRUTI BHUT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VISHRUTI-BHUT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">172<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2855<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2977<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YUG PARAG PATEL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YUG-PARAG-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">173<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2856<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2978<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AKSHAT SURESHBHAI KOTECHA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AKSHAT-SURESHBHAI-KOTECHA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">174<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2857<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2979<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ARPITA MAHESHBHAI SUTREJA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ARPITA-MAHESHBHAI-SUTREJA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">175<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2858<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AYUSH HARIBHAI PADHIYAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AYUSH-HARIBHAI-PADHIYAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">176<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2859<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2981<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHALANI VEDANSHI RAJESH<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHALANI-VEDANSHI-RAJESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">177<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2860<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2982<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVSHREE THAKRAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVSHREE-THAKRAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">178<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2861<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2983<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHATRI MORI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHATRI-MORI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">179<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2862<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2984<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUPAD SHAILESHBHAI SHINGALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUPAD-SHAILESHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">180<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2863<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2985<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUVKUMAR SANJAYKUMAR JADAV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVKUMAR-SANJAYKUMAR-JADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">181<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2864<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2986<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYEY HIRAL MODY<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHYEY-HIRAL-MODY.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">182<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2865<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2987<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GUNJANBEN MORI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GUNJANBEN-MORI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">183<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2866<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2988<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARDIPSINH PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARDIPSINH-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">184<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2867<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2989<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HASTI VILESHKUMAR PATEL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HASTI-VILESHKUMAR-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">185<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2868<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2990<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JADAV YASHVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JADAV-YASHVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">186<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2869<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2991<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAGRIT DOLATRAM TRIKLANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JAGRIT-DOLATRAM-TRIKLANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">187<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2870<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2992<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JATAN ASHISH SANGHANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JATAN-ASHISH-SANGHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">188<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2871<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2993<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYA BHIMANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYA-BHIMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">189<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2872<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2994<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KARANGIYA TANVI RAMESH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KARANGIYA-TANVI-RAMESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">190<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2873<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2995<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KORAT DAVISH<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KORAT-DAVISH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">191<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2874<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2996<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KOTECHA DHRUVI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KOTECHA-DHRUVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">192<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2875<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2997<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">LATHIYA PUSHTI ALPESHBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/LATHIYA-PUSHTI-ALPESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">193<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2876<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2998<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANTHAN ANILKUMAR LAKUM<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTHAN-ANILKUMAR-LAKUM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">194<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2877<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2999<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MEETESH RAMESH NATHANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MEETESH-RAMESH-NATHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">195<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2878<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3000<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAIMISH PARMAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAIMISH-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">196<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2879<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3001<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NEHA JERAMBHAI NAKUM<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NEHA-JERAMBHAI-NAKUM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">197<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2880<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3002<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PANDYA KHUSHI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PANDYA-KHUSHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">198<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2881<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3003<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIDDHI KRISHNAKUMAR SOLANKI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDDHI-KRISHNAKUMAR-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">199<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2882<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIDHIMA HARESH LALWANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDHIMA-HARESH-LALWANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">200<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2883<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3005<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SARA JIGNESHBHAI TAMBOLI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SARA-JIGNESHBHAI-TAMBOLI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">201<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2884<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3006<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAVSANI RASHI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAVSANI-RASHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">202<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2885<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3007<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">UDIPT PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/UDIPT-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">203<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2886<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3008<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIDHI LADANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIDHI-LADANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">204<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2887<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3009<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIHAAN DESAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIHAAN-DESAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">205<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2888<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3010<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VRUSHABH BHALSOD<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VRUSHABH-BHALSOD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">206<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2889<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3011<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHVI KALPESHBHAI MAIYAD<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHVI-KALPESHBHAI-MAIYAD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">207<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2890<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">3012<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AAMENA BHARMAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AAMENA-BHARMAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">208<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2891<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3013<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AMALIYAR YASHRIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AMALIYAR-YASHRIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">209<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2892<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3014<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BORSADIYA HARSHIL DHIRAJLAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BORSADIYA-HARSHIL-DHIRAJLAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">210<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2893<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3015<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BUSA DEVANSH BHAGVANJIBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BUSA-DEVANSH-BHAGVANJIBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">211<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2894<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3016<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">CHUDASAMA-KRISHABA MAHAVIRSINH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/CHUDASAMA-KRISHABA-MAHAVIRSINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">212<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2895<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3017<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARKHANI MAHI BAKULBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARKHANI-MAHI-BAKULBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">213<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2896<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3018<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYA DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYA-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">214<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2897<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3019<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JOSHI ANSH VIRENBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JOSHI-ANSH-VIRENBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">215<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2898<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3020<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KATARIYA PRINCE SURESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KATARIYA-PRINCE-SURESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">216<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2899<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3021<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHACHARIYA UJWAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHACHARIYA-UJWAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">217<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2900<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3022<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MADHAVI TILALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MADHAVI-TILALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">218<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2901<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3023<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHIDA NIRALI BEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHIDA-NIRALI-BEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">219<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2902<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3024<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANN LIMBANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANN-LIMBANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">220<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2903<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3025<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MOLIYA TIRTHA SANJAYBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MOLIYA-TIRTHA-SANJAYBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">221<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2904<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3026<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAGARI-PURVIN KETANBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAGARI-PURVIN-KETANBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">222<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2905<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3027<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NARODIA DEV ASHWINBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NARODIA-DE4V-ASHWINBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">223<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2906<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3028<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PANSURIYA DHARAMAKUMAR PARASBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PANSURIYA-DHARAMAKUMAR-PARASBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">224<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2907<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3029<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PATEL NIDHIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PATEL-NIDHIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">225<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2908<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3030<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PIYA KARIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PIYA-KARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">226<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2909<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3031<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAMANI HITARTH BHAVESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAMANI-HITARTH-BHAVESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">227<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2910<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3032<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RANPARIYA YASHVI BHAVESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RANPARIYA-YASHVI-BHAVESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">228<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2911<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3033<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RASHI VED<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RASHI-VED.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">229<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2912<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3034<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAY BINIT ASHOK<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAY-BINIT-ASHOK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">230<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2913<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3035<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SEJPAL AKSHAY SANJAY<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SEJPAL-AKSHAY-SANJAY.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">231<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2914<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANK-YASH RAKESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TANK-YASH-RAKESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">232<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2915<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3037<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHVI TURAKHIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHVI-TURAKHIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">233<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2916<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3038<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AARYAN BAVISHI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AARYAN-BAVISHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">234<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2917<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3039<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AAYUSH LALIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AAYUSH-LALIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">235<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2918<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3040<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BAROCHIYA DHRUVKUMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BAROCHIYA-DHRUVKUMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">236<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2919<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3041<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHAGIRATH RAM<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAGIRATH-RAM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">237<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2920<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3042<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSHI VAISHNAV<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHI-VAISHNAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">238<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2921<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3043<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HAMIPARA TIRTH SANJAYBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAMIPARA-TIRTH-SANJAYBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">239<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2922<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3044<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARSH DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARSH-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">240<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2923<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3045<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIGNESH THACKER<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIGNESH-THACKER.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">241<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2924<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3046<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAPADIYA RAKSHIT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KAPADIYA-RAKSHIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">242<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2925<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3047<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KARYA KIRTIBHAI SANKHALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KARYA-KIRTIBHAI-SANKHALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">243<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2926<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3048<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAVYA HITENDRABHAI PAMBHAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KAVYA-HITENDRABHAI-PAMBHAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">244<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2927<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3049<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KESHAV PILLAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KESHAV-PILLAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">245<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2928<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3050<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KOTECHA MOHIT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KOTECHA-MOHIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">246<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2929<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3051<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRISHNABEN VARIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRISHNABEN-VARIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">247<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2930<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3052<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHI RAKHOLIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHI-RAKHOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">248<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2931<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3053<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANAV ASHOKBHAI PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANAV-ASHOKBHAI-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 20px;\">\n<td style=\"width: 11.8966%; height: 20px;\">249<\/td>\n<td style=\"width: 12.931%; height: 20px;\">2932<\/td>\n<td style=\"width: 14.6388%; height: 20px;\">3054<\/td>\n<td style=\"width: 41.7405%; height: 20px;\">MEET ARJANBHAI PANSURIYA<\/td>\n<td style=\"width: 16.3793%; height: 20px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MEET-ARJANBHAI-PANSURIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">250<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2933<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3055<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NIR PATADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NIR-PATADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">251<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2934<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3056<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">OM LADUMOR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/OM-LADUMOR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">252<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2935<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3057<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PALWAR RUTURAJSINH PARESHSINH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PALWAR-RUTURAJSINH-PARESHSINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">253<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2936<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3058<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PITHIYA YASH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PITHIYA-YASH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">254<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2937<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3059<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJAN PATEL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/POOJAN-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">255<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2938<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3060<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRACHI SATISHBHAI VEKARIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRACHI-SATISHBHAI-VEKARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">256<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2939<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3061<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PREET RUPAREL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PREET-RUPAREL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">257<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2940<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3062<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRUTHVIDAN GADHAVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRUTHVIDAN-GADHAVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">258<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2941<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3063<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAHULBHAI DINESHBHAI AMALIYAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAHULBHAI-DINESHBHAI-AMALIYAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">259<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2942<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3064<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJ DHARMESH MONPARA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJ-DHARMESH-MONPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">260<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2943<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3065<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SETUL PIPROTAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SETUL-PIPROTAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">261<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2944<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3066<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHIVAM PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHIVAM-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">262<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2945<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3067<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHUBHAM-NIKUNJ PATANIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-NIKUNJ-PATANIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">263<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2946<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3068<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SINGH ANISH RAUSHAN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SINGH-ANISH-RAUSHAN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">264<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2947<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3069<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TIRTH JASMINBHAI POPAT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TIRTH-JASMINBHAI-POPAT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">265<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2948<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3070<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TRIVEDI DHRUVI JAYDEEPBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TRIVEDI-DHRUVI-JAYDEEPBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">266<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2949<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3071<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VASU VAGADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VASU-VAGADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">267<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2950<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3072<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIVEKCHANDRA ANILCHANDRA PRANAMI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIVEKCHANDRA-ANILCHANDRA-PRANAMI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">268<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2951<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3073<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YUVRAJSINH MANEK<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YUVRAJSINH-MANEK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">269<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2952<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">3074<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AJAY LAKHAMANBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">270<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2953<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3075<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANGEL MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">271<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2954<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3076<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANSHIKA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">272<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2955<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3077<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANUJ PARESHKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">273<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2956<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3078<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ARYAN KARSAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">274<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2957<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3079<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AVINASH HITESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">275<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2958<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3080<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BERA HARSH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">276<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2959<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3081<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHADARKA DHRUV MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">277<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2960<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3082<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHALODI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">278<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2961<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3083<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BIRVA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">279<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2962<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">CHOLERA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">280<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2963<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3085<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DARSH HIMMAT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">281<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2964<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3086<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEEP KETANBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">282<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2965<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3087<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DETROJA GOPI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">283<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2966<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3088<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEV MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">284<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2967<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3089<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVAM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">285<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2968<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3090<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHARA MALDE MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">286<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2969<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3091<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHARM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">287<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2970<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3092<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYANA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">288<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2971<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3093<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DUBEY SHIVAMKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">289<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2972<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3094<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">FALGUNI SAGARBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">290<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2973<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3095<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GADHIYA DEEP MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">291<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2974<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3096<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GANGANI SIDDHI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">292<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3097<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARVI PRAKASHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">293<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2976<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3098<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HEER RAJESHKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">294<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2977<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3099<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ISHA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">295<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2978<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3100<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAIMIN KEYUR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">296<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2979<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3101<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JANVI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">297<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2980<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3102<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JINISH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">298<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2981<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3103<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KACHHOT ALPESH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">299<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2982<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3104<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAUSHAL SHAILESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">300<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2983<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3105<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHUSHI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">301<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2984<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3106<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRINSY MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">302<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2985<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3107<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">LAKSHYA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">303<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2986<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3108<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANASIYA MOHAMADRUHAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">304<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2987<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3109<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MEVADA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">305<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2988<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3110<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NIKUNJ MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">306<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2989<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3111<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PARMAR BALVANT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">307<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2990<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3112<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJA RAJSHIBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">308<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2991<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3113<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRANAY MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">309<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2992<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3114<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRATVI MUKESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">310<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2993<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3115<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE GIRDHARBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">311<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2994<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3116<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RATHOD MANAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">312<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2995<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3117<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIVA BALVANT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">313<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2996<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3118<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUDRA V MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">314<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2997<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3119<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUDRARAJSINH SHAKTISINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">315<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2998<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3120<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUTVI YOGESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">316<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2999<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3121<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAIPARIYA HEEMA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">317<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3000<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3122<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHAKTISINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">318<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3001<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3123<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SUJAL D MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">319<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3002<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3124<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANVI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">320<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3003<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3125<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">THAKKAR RIDHAM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">321<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3004<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3126<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">UMESH H MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">322<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3005<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3127<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">URVIBEN KIRANKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">323<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3006<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3128<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VANOL SURYARAJ MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">324<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3007<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3129<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VEDANTSINH KISHORBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">325<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3008<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3130<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YAKSH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">326<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3009<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3131<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YANA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">327<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3010<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3132<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHPALSINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">328<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3011<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3133<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YATRI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 100%; height: 6552px;\" width=\"664\">\n<tbody>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 97.5862%;\" colspan=\"5\" width=\"664\">Student LC List<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">Sr No.<\/td>\n<td style=\"height: 26px; width: 12.931%;\">LC No.<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">GR No.<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Name<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">Manage<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">1<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3041<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harshil Hirpara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harshil-Hirpara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">2<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3036<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhay Hindocha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhay-Hindocha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">3<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3004<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhishek Pambhaniya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhishek-Pampaniya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">4<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2967<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhi Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhi-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">5<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2975<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aditi Ruparel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aditi-Ruparel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">6<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2636<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aditya Yadav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aditya-Yadav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">7<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2980<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Africawala Yusuf<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Africawala-Murtaza.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">8<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3084<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ahuja Yukta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ahuja-Yukta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">9<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">465<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ajani Het<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ajani-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">10<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2895<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Akshara Mehta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Akshara-Mehta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">11<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2939<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2349<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Amrerndersinh Tomar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Amrendersingh-Tomar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">12<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2994<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2977<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Andrapiya Disha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Andrapiya-Disha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">13<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2858<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2927<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Anubhab Panda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Anubhab-Panda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">14<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2801<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2262<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arjun Kareliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arjun-Kareliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">15<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2947<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2572<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arsh Gangani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arsh-Gangani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">16<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2923<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1557<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arva Vainshnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arva-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">17<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3015<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2497<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arya Pandey<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arya-Pandey.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">18<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3001<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2984<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aryan Soni<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aryan-Soni.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">19<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3035<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3022<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aryan Vadher<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aryan-Vadher.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">20<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2816<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">120<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashar Karan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ashar-Karan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">21<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2909<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">441<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashodariya Shyam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Asodariya-Shyam.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">22<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3003<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2986<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashtha Rawal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Astha-Rawal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">23<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3023<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3008<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aum Pipalva<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aum-Pipalva.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">24<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2941<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2442<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ayushi Bayal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ayushi-Bayal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">25<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2996<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2979<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Balister Hawra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Balister-Aliasagar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">26<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2856<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2916<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Barvaliya Keshar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Barvaliya-Kesar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">27<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2751<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">872<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhadada Nikhil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhadada-Nikhil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">28<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2973<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2965<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhakti Sakariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhakti-Sakariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">29<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2786<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1417<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhalara Rahul<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhalara-Rushil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">30<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2926<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1595<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhatt Darsh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhatt-Darsh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">31<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2761<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2357<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhansdadia Prenshu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhensdadia-Prenshu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">32<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2783<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3150<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhuva Hetbhai<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhuga-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">33<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2901<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">349<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Butani Dev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Butani-Dev.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">34<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3033<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3020<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Ravrani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Ravrani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">35<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2912<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">455<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chhaniya Sofiyan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chaniya-Sofiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">36<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2754<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">771<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chauhan Yashrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chauhan-Yashrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">37<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2768<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3284<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chavda Pruthviraj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chavda-Pruthviraj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">38<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2922<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1498<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chovatiya Vinay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chovatiya-Vinay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">39<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2817<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">467<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dabhi Prarthana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dabhi-Prathana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">40<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2812<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1623<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dabhi Shaktisinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dabhi-Shaktisinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">41<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2863<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3034<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Darshan Surani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Darshan-Surani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">42<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2733<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2290<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Davda Maanya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Davda-Maanya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">43<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2983<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3371<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dave Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dave-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">44<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2820<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3066<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dave Vedansh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dave-Vedansh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">45<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3022<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3007<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dax Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dax-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">46<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3024<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3009<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Densi Vachhani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Densi-Vachhani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">47<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3027<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3013<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dev faldu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dev-Faldu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">48<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2925<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1591<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhakan Smit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhakan-Smit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">49<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2854<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2907<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhakan Vanshika<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhakan-Vanshika.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">50<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2748<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">4140<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhanak Mahi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhanak-Mahi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">51<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3000<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2983<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhaval Chauhan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhaval-Chauhan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">52<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3041<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3027<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Diya Dangar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhiya-Dangar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">53<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2976<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2968<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dishant Solanki<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dishant-Solanki.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">54<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2958<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2942<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Diya Ganatra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Diya-Ganatra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">55<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2968<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2961<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dodiya Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dodiya-Dhruvil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">56<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2853<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2524<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dolly Oza<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dolly-Oza.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">57<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2845<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2044<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dudhagra Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dudhagara-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">58<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2999<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2983<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Eva Fasra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Eva-Fasra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">59<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2730<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3207<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Fultariya Manthan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Fultariya-Manthan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">60<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2720<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1275<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gadhiya Netra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gadhiya-Netra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">61<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2974<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2966<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Galchar Kavita<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Galchar-Kavita.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">62<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2980<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">438<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Garachh Vibhuti<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Garach-Vibhuti.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">63<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2850<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2285<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gaurav Gojiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gaurav-Gojiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">64<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2945<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2580<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ghela Nishra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ghela-Nishra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">65<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2729<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3166<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Godhani Dhruvisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Godhani-Dhruvisha1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">66<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3019<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3001<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gohil Nayan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gohil-Nayan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">67<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3005<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2988<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gondaliya Angel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gondaliya-Angel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">68<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2773<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3442<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gopani Pankil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gopani-Pankil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">69<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2987<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3217<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gope Roshanlal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gope-Roshanlal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">70<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2868<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3064<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Happy Bhimbha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Happy-Bhimbha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">71<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3043<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3032<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harihar Ashish<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harihar-Ashish.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">72<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2937<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2323<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harita Vala<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harita-Vala.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">73<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3047<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3038<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Jani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Jani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">74<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2971<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2964<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Loriya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Loriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">75<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3029<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3015<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harshraj Pandey<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harshraj-Pandey.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">76<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2967<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2957<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Heet Gojiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Heet-Gojiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">77<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2944<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2527<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Hitarth Siddhapara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Hitarth-Siddhapara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">78<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2966<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2156<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Isha Javia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Isha-Javiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">79<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2998<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2981<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Isha Limbasiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Isha-Limbasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">80<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2766<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2861<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Aditiba<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Aditiba.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">81<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2807<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3085<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Dhara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Dhara-Kiritsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">82<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3017<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2999<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Kripalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Kripalsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">83<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2835<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3322<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Manavrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Manavrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">84<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2798<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1641<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Yashrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Yashrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">85<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2979<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2973<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Javia Aum<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Javia-Aum.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">86<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2806<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1263<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Javia Yash<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Javiya-Yash.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">87<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2903<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3120<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jaydev Kansagara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jaydev-Kansagara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">88<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3004<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2987<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jaydutt Sareriya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jaydutt-Sareriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">89<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3032<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3019<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jeen Bhansdadia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jeet-Bhensdadia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">90<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2964<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2955<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jill Gajera<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jill-Gajera.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">91<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2957<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2941<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jinali Vora<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jinali-Vora.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">92<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2742<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3423<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Joshi Sarthak<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Joshi-Sarthak.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">93<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2938<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2325<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Joshna Kanjariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Joshna-Kanjariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">94<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2741<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2144<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kachhadiya Dhyani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kachhadiya-Dhyani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">95<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2795<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2888<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kadam Nagariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kadam-Nagariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">96<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2753<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1226<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kalariya Rahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kalariya-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">97<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2951<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3345<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kanani Anjan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kanani-Anjan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">98<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3012<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2995<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kandoriya Pranjal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kandoriya-Pranjal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">99<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2732<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3190<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kaneriya Ajay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kaneriya-Ajay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">100<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2707<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2906<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kaneriya Kavya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kaneriya-Kavya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">101<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2744<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1420<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Karn Shubham<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Karn-Shubham.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">102<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2818<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2333<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kartikkumar Lathia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kartikkumar-Lathia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">103<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2955<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2939<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kavya Mewar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kavya-Mewar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">104<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2860<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2937<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kevin Mathew<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kevin-Mathew.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">105<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2916<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">731<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khandhar Jainam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khandhar-Jainam.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">106<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2716<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3298<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khimoriya Sahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khimoriya-Sahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">107<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2772<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1222<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khunt Het<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khunt-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">108<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2978<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2970<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khunt Priyal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khunt-Priyal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">109<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2824<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3104<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Komalba Rana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Komalba-Rana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">110<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2739<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3450<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kota Tashi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kota-Taashi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">111<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2873<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3075<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Krishi Radadiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Krishi-Radadiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">112<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3031<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3014<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Labana Vidhitkumar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Labana-Vidhitkumar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">113<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2984<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3155<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jiten Ladwa<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">V<a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ladwa-Jiten.pdf\">i<\/a>ew<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">114<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3036<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3033<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Liza Der<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Liza-Der.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">115<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2942<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2514<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Madhav Sampat<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Madhav-Sampat.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">116<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3009<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2992<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Maheswari Man<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Madhav-Sampat.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">117<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2774<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2331<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mahir Nurali<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mahir-Nurali.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">118<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2855<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2911<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Dhruvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">119<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2747<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1827<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Dharmik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Dharmik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">120<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2870<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3010<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Twinkle<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Twinkle.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">121<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2943<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2515<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Malhar Chavda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Malhar-Chavda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">122<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2914<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">474<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Malvi Devangiben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Malvi-Devangiben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">123<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2749<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2121<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mandh Vaibhav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mandh-Vaibhav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">124<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2787<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1060<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mane Pratik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mane-Pratik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">125<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2963<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2954<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Manthan Kaku<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Manthan-Kaku.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">126<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2828<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3247<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Manvar rajvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Manvar-Rajvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">127<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2767<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">365<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Markana Om<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Markana-Om.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">128<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2724<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3138<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meer Mehta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meer-Mehta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">129<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3007<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2990<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meet Sindhav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meet-Sindhav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">130<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2960<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2944<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meghanaba Jadeja<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meghanaba-Jadeja.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">131<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2763<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3154<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehia Jill<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehia-Jill.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">132<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2794<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1318<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Hetav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Hetav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">133<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2799<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2118<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Param<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Param.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">134<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2803<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">668<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Rishika<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Rishika.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">135<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3006<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2989<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mishri Kalariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mishri-Kalariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">136<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2859<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2936<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mohmad Ghanchi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mohmad-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">137<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2921<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">489<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Moliya Rutvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Moliya-Rutvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">138<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2735<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2301<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mondal Sbhubhdip<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mondal-Shubhdip.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">139<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2811<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3287<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Moteria Riddhi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Moteriya-Riddhi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">140<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2706<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1505<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Muhmmad Serasiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Muhammad-Arman-Sherasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">141<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2793<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2630<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nakum Rushabh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nakum-Rushabh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">142<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2731<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1607<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Namra Padalia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Namra-Padalia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">143<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2809<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1944<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nathawani Isha&nbsp;<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nathawani-Isha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">144<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3011<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2994<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nisarg Bhanderi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nisarg-Bhanderi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">145<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2769<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2519<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Bhardwaj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Bhardwaj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">146<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2954<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2928<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Buddhadev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Buddhadev.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">147<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3040<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3025<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Chaudhary<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Chaudhary.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">148<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2940<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2355<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Goswami<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Goswami.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">149<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2738<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3266<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Aditiben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Aditiben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">150<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2727<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3239<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Aniket<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Aniket.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">151<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2737<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3238<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Om<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Om.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">152<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2846<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2168<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pambhar Vishwa<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pambhar-Vishwa.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">153<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2823<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2510<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pandya Vihaan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pandya-Vihan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">154<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2864<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3047<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Panseriya Aryan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Panseriya-Aryan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">155<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3030<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3016<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Paramjeet Dahima<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Paramjeet-Dahima.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">156<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2755<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Deep<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Deep.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">157<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2740<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2648<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pambhar Jenish<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Jenish.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">158<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2810<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3777<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Krisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Krisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">159<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2950<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2925<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Rahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">160<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2765<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2305<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Rajveersinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Rajveersinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">161<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2869<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3069<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Unnati<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Unnati.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">162<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2931<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">451<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parsana Khushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parsana-Khushi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">163<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2852<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2498<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patel Aryan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patel-Aryan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">164<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2862<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3026<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patel Rushil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patel-Rushil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">165<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2792<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2114<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pathak Jigar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pathak-Jigar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">166<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2992<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3470<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patoliya Preet<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patoliya-Preet.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">167<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3021<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3005<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Prajveen Vaishnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Prajveen-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">168<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2970<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2963<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pranshu Sharma<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pranshu-Sharma.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">169<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2961<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2951<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Barad Preet<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Preet-Barad.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">170<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2719<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3389<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Prince Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Prince-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">171<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2861<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2958<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Priya Gondaliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Priya-Gondaliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">172<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2980<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2974<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Priyansha Pradhan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Priyansha-Pradhan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">173<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2711<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rachchh Tisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rachh-Tisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">174<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2717<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3388<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rahul Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rahul-Patel-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">175<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2714<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3220<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rao Twisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rai-Twisha-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">176<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2752<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">670<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Dev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Dev-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">177<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2920<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">889<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Kevin<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Kevin-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">178<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2813<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1308<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Netra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Netra-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">179<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3002<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2985<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajal Dodiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajal-Dodiya-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">180<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2969<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2962<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajal Lashkari<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajal-Lashkari-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">181<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2928<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1891<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajgor Khushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajgor-Khushi1-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">182<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2919<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">742<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ramani Rakshit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajgor-Khushi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">183<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3014<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2996<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rana Satyapalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rana-Satyapalsinh-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">184<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2952<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2926<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rashida Mannan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rashida-Mannan-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">185<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2993<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2976<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dharmiben Ribadiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ribadiya-Dharmi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">186<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2875<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3076<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rudra Butani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rudra-Butani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">187<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2760<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1742<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Aditi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Aditi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">188<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2758<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1743<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Ami<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Ami-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">189<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2759<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2111<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Shyam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Shyam-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">190<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2871<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3071<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ruparel Brinda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ruparel-Brinda-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">191<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2953<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2931<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rushi Desai<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rushi-Desai-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">192<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3028<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3014<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rushi Kardani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rushi-Kardani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">193<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2797<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1794<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sadariya Krishiv<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sadariya-Krishiv.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">194<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3016<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2998<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Saini Nandni<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Saini-Nandni.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">195<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2838<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1002<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sakariya Kashyap<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sakariya-Kashyap.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">196<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2705<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2313<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sherasiya Samin<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Samin-Sherasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">197<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2962<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2953<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Savaliya Vatsal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Savaliya-Vatsal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">198<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2907<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sejpal Devanshi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sejpal-Devanshi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">199<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2935<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2215<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shekh Suliana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shekh-Suliana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">200<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2788<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2312<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shekhaliya Druthi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shekhaliya-Druthi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">201<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2995<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2978<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shivam Vaishnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shivam-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">202<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2949<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2924<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shlok Joshi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shlok-Joshi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">203<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2726<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3147<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shrivastava Akshay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shrivastava-Akshay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">204<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2986<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2522<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shyam Virda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shyam-Virda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">205<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2977<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2969<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Siddhi Savjani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Siddhi-Savjani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">206<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3025<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3010<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sindhav Ranjitsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sindhav-Ranjitsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">207<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2848<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2222<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Arjun<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Arjun.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">208<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2991<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2556<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">209<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2781<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2881<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Shubhamkumar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Shubham-Kumar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">210<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3026<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3012<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sinojia Pranshu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sinojia-Pranshu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">211<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2725<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">298<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Siyani Samarth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Siyani-Samarth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">212<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2902<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3125<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Smit Chhabhaiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Smit-Chhabhaiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">213<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2757<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2108<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sojitra Prisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sojitra-Prisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">214<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2756<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2559<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sojitra Tirth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sojitra-Tirth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">215<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3034<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3021<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Solanki Mahek<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Solanki-Mahek.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">216<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2849<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2266<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Solanki Parag<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Solanki-Parag.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">217<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3048<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3039<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Suhem Dakora<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Suhem-Dakora.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">218<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3049<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3040<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sumit Chavda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/sumit-Chavda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">219<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2956<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2940<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sunanda Ghosh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sunanda-Ghosh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">220<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2929<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1941<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Surani Jit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Surani-Jit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">221<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2775<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3450<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Taashi Kota<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Taashi-Kota.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">222<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2918<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">738<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tanna Hritik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tanna-Hritik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">223<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3044<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3035<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tanveersinh Sodha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tanveersingh-Sodha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">224<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2780<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2170<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Thanki Jay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Thanki-Jay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">225<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2750<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2476<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Thummar Vraj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Thummar-Vraj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">226<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2800<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2261<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tulja Kaleriya&nbsp;<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tulja-Kaleriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">227<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2915<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">730<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Udiyar Rohit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Udiyar-Rohit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">228<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2745<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2561<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Umaraniya Miwi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Umraniya-Miwi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">229<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3018<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3000<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Utsav Ghedia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Utsav-Ghedia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">230<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3042<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3028<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Utsav Gondaliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Utsav-Gondaliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">231<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2822<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2872<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghela Brijpalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghela-Brijpalsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">232<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2917<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">734<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghela Harsh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghela-Harsh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">233<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2934<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2163<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghamshi Pavan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghmashi-Pavan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">234<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2927<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1888<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaid Ismail<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaid-Ismail.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">235<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2815<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3211<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vainsh Kenilben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vainsh-Kenilben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">236<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2782<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3083<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaishnani Prince<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaishnani-Prince.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">237<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2842<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1889<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaishnani Rushikesh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaishnani-Rushikesh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">238<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2830<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">421<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vasani Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vasani-Dhruvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">239<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2718<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3385<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nandani Vedant<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vedant-Nandani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">240<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2721<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3065<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vekariya Shreya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vekariya-Shreya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">241<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3008<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2991<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vibha Samani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vibha-Samani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">242<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3046<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3037<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vikas Zala<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vikas-Zala.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">243<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2904<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3127<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Viradia Abhay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Viradia-Abhay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">244<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2796<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">696<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Virani Kunj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Virani-Kunj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">245<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3010<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2993<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vishal Ranpariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vishal-Ranpariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">246<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2911<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">446<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vora Ayushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vora-Ayushi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">247<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2930<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2048<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vora Tirth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vora-Tirth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">248<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2709<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3183<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vyas Darp<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vyas-Darp.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">249<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2776<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3269<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vyas Hemadri<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vyas-Hemadri.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">250<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2990<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3489<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Zalak Jani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Zalak-Jani.pdf\">View<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n\n<p>&nbsp;<\/p>\n<table style=\"width: 0%; height: 7133px;\">\n<tbody>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 97.5862%;\" colspan=\"5\" width=\"664\">Student LC List&nbsp; 2025-2026<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">Sr No.<\/td>\n<td style=\"height: 26px; width: 12.931%;\">LC No.<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">GR No.<\/td>\n<td style=\"height: 26px; width: 41.7405%;\">Name<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">Manage<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">1<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"height: 26px; width: 41.7405%;\">ALO SAMANTA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">2<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">CHARITRA-KEVAL PANCHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">3<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">DEEP GORASIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">4<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">DHOLARIYA URVIK PANKAJBHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">5<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2975<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">GOHEL KARAN RAJENDRABHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">6<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">HIMADRIBA JAYRAJSINH JADEJA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">7<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">HIRANI AANSHI NAYANKUMAR<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">8<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">JAYESH DIPESHBHAI PATEL<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">9<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KATBA NIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">10<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KRISHA RASIKBHAI NOGHANVADRA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">\n<p>View<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">11<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KRUSH KATBA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">12<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">NIHAL PARESHBHAI CHANV<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">13<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">OM SAVALIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">14<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">PRIYANSHI MAKHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">15<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2975<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">PRIYANSHU ASHISHBHAI SANGHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">16<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">REYA-D BARAD<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">17<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">RIDHAM CHHATRALA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">18<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">SAVANI PRIYAL CHETAN<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">19<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">VAIBHAVIBA DODIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">20<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">VIRANI YASH<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">21<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">YUGENDRA MUKESHKUMAR DHANGADIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">22<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\" width=\"237\">ANJALI JEETUBHAI SOLANKI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">23<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">ARPIT PRAVINBHAI KACHHOT<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">24<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">ARYAN SOLANKI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">25<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">BHAVYA GAJERA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">26<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">BRINDA VAGH<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">27<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">DHYEY NAGAPARA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">28<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">DIVYAKUMAR JITENDRABHAI RUDANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">29<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">GANESH CHETAN ANDANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">30<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 26px;\" width=\"237\">GOWAMI MADHURI MANISHBHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">\n<p>31<\/p>\n<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">HALAI KAVYA GOVIND<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">32<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">HEM SUVA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">33<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">JASH SAMPAT<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">34<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">JAY RAMBHAI MODHWADIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">35<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHSHI A BHUT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHSHI-A-BHUT.pdf\">VieViewieww<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">36<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">JASH SAMPAT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JASH-SAMPAT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">37<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">JAY RAMBHAI MODHWADIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">38<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KHSHI A BHUT<\/td>\n<td style=\"height: 22px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHSHI-A-BHUT.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">39<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KIRMI TADHANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KIRMI-TADHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">40<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KRISHIV MINESHBHAI JADAV<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRISHIV-MINESHBHAI-JADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">41<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MAHEK CHAVDA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHEK-CHAVDA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">42<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MAHI AKASH VACHHANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHI-AKASH-VACHHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">43<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANDAVIYA URAV CHANDRESHBHAI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANDAVIYA-URAV-CHANDRESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">44<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANTRA JANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTRA-JANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">45<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MERISH BHAVESHBHAI SISODIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MERISH-BHAVESHBHAI-SISODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">46<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MOHAMMADSARHAN SARFRAJ MALEK<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MOHAMMADSARHAN-SARFRAJ-MALEK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">47<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PAL ABHESHK AJAY<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PAL-ABHISHEK-AJAY.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">48<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PARYAK J YADAV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PARYAK-J-YADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">49<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJVI MANIA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJVI-MANIAR.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">50<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJVI MUKESHBHAI DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJVI-MUKESHBHAI-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">51<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAVAN KISHORBHAI RAIYANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAVAN-KISHORBHAI-RAIYANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">52<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREENA PANSURIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREENA-PANSURIYA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">53<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREYA PATADIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREYA-PATADIA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">54<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHUBHAM GANSHYAMBHAI GARAIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-GHANSHYAMBHAI-GARAIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">55<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHAYAM SONAGARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHYAM-SONAGARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">56<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VAISHNAV BHAVYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VAISHNAV-BHAVYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">57<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VALA DRASHTI HITESHBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VALA-DRASHTI-HITESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">58<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIR RISHIKUMAR TILVA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIR-RISHIKUMAR-TILVA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">59<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHRAJ KIRITBHAI JASANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHRAJ-KIRITBHAI-JASANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">60<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ZEEL CHOVATIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ZEEL-CHOVATIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">61<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AARYA MITESH CHHATRALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AARYA-MITESH-CHHATRALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">62<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">ABHIJEET SOLANKI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ABHIJEET-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">63<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">AVANI SOLANKI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AVANI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">64<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">BHAVYA RUPESH GOL<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAVYA-RUPESH-GOL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">65<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSHI POKAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHI-POKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">66<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">DEVANSHU NAIMISH SHETH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHU-NAIMISH-SHETH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">67<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHRUVA BHALODI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVA-BHALODI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">68<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3004<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHRUVIK RAKESHBHAI SAVALIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVIK-RAKESHBHAI-SAVALIYA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">69<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2967<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHUDHATRA RADHIKA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHUDHATRA-RADHIKA-2.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">70<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2636<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">GRIVA PATEL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GRIVA-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">71<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2980<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">HENNY DHANANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HENNY-DHANANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">72<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JENIL RAJESHBHAI SHINGALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JENIL-RAJESHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">73<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JIYABHAVIN GATHANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYABHAVIN-GATHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">74<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KASHVI AGRAWAL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHVI-AGRAWAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">75<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KASHYAP P THACKER<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHYAP-P-THACKER.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">76<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KESHVI DIPAKBHAI BHUT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KESHVI-DIPAKBHAI-BHUT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">77<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">MAITREYEE KEYUR ACHARYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAITREYEE-KEYUR-ACHARYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">78<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" width=\"296\" height=\"24\">MANAV DELVADIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANAV-DELVADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">79<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">MISHA ANKITBHAI TADA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MISHA-ANKITBHAI-TADA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">80<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">MNAUSHI SHRIMALI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MNAUSHI-SHRIMALI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">81<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">NIVA KULAR&nbsp;<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NIVA-KULAR-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">82<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">PARI BIPINKUMAR CHOVATIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PARI-BIPINKUMAR-CHOVATIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">82<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">PRANJAL MAILIKBHAI LIMBASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRANJAL-MAILIKBHAI-LIMBASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">84<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RAKTIM KARMAKAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAKTIM-KARMAKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">85<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RIDRA VIJAY KAREKIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDRA-VIJAY-KAREKIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">86<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RUDRA ASHWINKUMAR VASANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUDRA-ASHWINKUMAR-VASANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">87<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">SAIYAD MOHAMMADNOORANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAIYAD-MOHAMMADNOORANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">88<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SAKHIYA JIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAKHIYA-JIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">89<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SHASHWAT HARESHBHAI MOLIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHASHWAT-HARESHBHAI-MOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">90<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SHUBHAM PIYUSHBHAI SHINGALA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-PIYUSHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">91<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">SIDDH VASANTBHAI KAVAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SIDDH-VASANTBHAI-KAVAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">92<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">VEDANT RACHHADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VEDANT-RACHHADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">93<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2804<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2897<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">VEKARIYA HARSHIL SOHILBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VEKARIYA-HARSHIL-SOHILBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">94<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2805<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2898<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">VIR RAJUL BHALODI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIR-RAJUL-BHALODI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">95<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2806<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2899<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">YAGNA BIPINBHAI HADVANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNA-BIPINBHAI-HADVANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">96<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2807<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2900<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">YAGNAV GHETIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNAV-GHETIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">97<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2808<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2901<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">YANA BHAVIKBHAI VORA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YANA-BHAVIKBHAI-VORA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">98<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2902<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AYUSHKUMAR AMITKUMAR RABADIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AYUSHKUMAR-AMITKUMAR-RABADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">99<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2903<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHAVYA JIMMY DAXINI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAVYA-JIMMY-DAXINI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">100<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2904<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BORISAGAR PRAGATI BHAVESHKUMAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BORISAGAR-PRAGATI-BHAVESHKUMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">101<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2905<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DESAI VEDANT ASHOKBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DESAI-VEDANT-ASHOKBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">102<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2906<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DETRUJA MIT KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DETRUJA-MIT-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">103<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2907<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUVIL JIGNESH BARASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVIL-JIGNESH-BARASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">104<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2908<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GAJERA MEET VIPULBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GAJERA-MEET-VIPULBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">105<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2910<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GUPTA SHOURYA MANOHAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GUPTA-SHOURYA-MANOHAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">106<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2911<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">JADEJA KRIPALSINH SURENDRASINH<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JADEJA-KRIPALSINH-SURENDRASINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">107<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2912<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KUNAL S CHHANGA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KUNAL-S-CHHANGA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">108<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2913<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANSI HUMABAL<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANSI-HUMABAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">109<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2914<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANTHAN R SONI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTHAN-R-SONI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">110<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2915<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MISTRY AADITYA AMIT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MISTRY-AADITYA-AMIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">111<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2916<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NEEL DOBARIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NEEL-DOBARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">112<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2917<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PIPALIYA HEER JAYRAJBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PIPALIYA-HEER-JAYRAJBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">113<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2918<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE DINESH TAMBOLIYA 2<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRINCE-DINESH-TAMBOLIYA-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">114<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2919<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIBADIYA OM KISHORBHAI 2<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIBADIYA-OM-KISHORBHAI-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">115<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2920<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIBADIYA OM KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIBADIYA-OM-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">116<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2921<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SHAAN BHAVISHYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHAAN-BHAVISHYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">117<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2922<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SHIVAM AMITBHAI SHIYANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHIVAM-AMITBHAI-SHIYANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">118<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2923<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SOLANKI DIVYANSHU MUKESH<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SOLANKI-DIVYANSHU-MUKESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">119<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2924<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SUZAL MAKADIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SUZAL-MAKDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">120<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2925<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VORA PARTH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VORA-PARTH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">121<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2804<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2926<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YAGNIK RAJESH GADHVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNIK-RAJESH-GADHVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">122<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2805<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2927<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">HAST BHAVESHBHAI RAMANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAST-BHAVESHBHAI-RAMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">123<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2806<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2928<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JALPAEBEN BALBHADRABHAI SOLANKI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JALPAEBEN-BALBHADRABHAI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">124<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2807<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2929<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">HAST BHAVESHBHAI RAMANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAST-BHAVESHBHAI-RAMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">125<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2808<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2930<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JALPAEBEN BALBHADRABHAI SOLANKI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JALPAEBEN-BALBHADRABHAI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">126<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2809<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2931<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYAN IRFANBHAI SHERASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYAN-IRFANBHAI-SHERASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">127<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2810<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2932<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KABIR DHAVAL KATARIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KABIR-DHAVAL-KATARIYA-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">128<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2811<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2933<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KREENA RAJESHBHAI JIVANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KREENA-RAJESHBHAI-JIVANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">129<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2812<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2934<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHAVIR MUKESHBHAI KIDDIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHAVIR-MUKESHBHAI-KIDDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">130<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2813<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2935<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAN ASHVINBHAI KAKDIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAN-ASHVINBHAI-KAKDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">131<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2814<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2936<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PALKUMAR HARESHBHAI BARAD<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PALKUMAR-HARESHBHAI-BARAD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">132<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2815<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2937<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRANSHI SANJAYBHAI JAKASANIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRANSHI-SANJAYBHAI-JAKASANIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">133<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2816<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2938<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE PUSHAKAR LUJAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRINCE-PUSHAKAR-LUJAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">134<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2817<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2939<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRISHA GHETIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRISHA-GHETIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">135<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2818<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2940<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RASESH SANGANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RASESH-SANGANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">136<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2819<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2941<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIYA CHETANBHAI VARSADA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIYA-CHETANBHAI-VARSADA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">137<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2820<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2942<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUHI BHIMDEVBHAI METRA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUHI-BHIMDEVBHAI-METRA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">138<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2821<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2943<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUSHIL DHARMESHBHAI PATADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUSHIL-DHARMESHBHAI-PATADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">139<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2822<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2944<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHLOK CHANDRSHBHAI CHANGANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHLOK-CHANDRSHBHAI-CHANGANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">140<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2823<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2945<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SOHAM JIGNESHBHAI DONGA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SOHAM-JIGNESHBHAI-DONGA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">141<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2824<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2946<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VISHVRAJSHINH HARPALSINH ZALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VISHVRAJSHINH-HARPALSINH-ZALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">142<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2825<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2947<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">ABHANGI VYOM KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ABHANGI-VYOM-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">143<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2826<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2948<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ADHYA VARSANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ADHYA-VARSANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">144<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2827<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2949<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANSHU ADROJA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ANSHU-ADROJA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">145<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2828<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2950<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BAIDEHI JHA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BAIDEHI-JHA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">146<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2829<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2951<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHARMAL AAMR ABBASBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHARMAL-AAMR-ABBASBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">147<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2830<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2952<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEEP MENPARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEEP-MENPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">148<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2831<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2953<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSH MOTERIA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSH-MOTERIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">149<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2832<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2954<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHORI VAIBHAV ASHOKBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHORI-VAIBHAV-ASHOKBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">150<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2833<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2955<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYEY POPAT JITENBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHYEY-POPAT-JITENBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">151<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2834<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2956<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">FREYA BERA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/FREYA-BERA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">152<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2835<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2957<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARSHIL NIRAVBHAI SHUKLA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARSHIL-NIRAVBHAI-SHUKLA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">153<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2836<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2958<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAINIL BHORANIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JAINIL-BHORANIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">154<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2837<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2959<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KASHYAP THAKKAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHYAP-THAKKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">155<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2838<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2960<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHANT TANVI RASHMIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHANT-TANVI-RASHMIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">156<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2839<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2961<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHIMANIYA TRUSHAL NAGINBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHIMANIYA-TRUSHAL-NAGINBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">157<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2840<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2962<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRUPA GAMI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRUPA-GAMI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">158<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2841<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2963<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHESHWARI KANANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHESHWARI-KANANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">159<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2842<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2964<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAMAN TULSIBHAI GELANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAMAN-TULSIBHAI-GELANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">160<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2843<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2965<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NANDNI SIDHPURI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NANDNI-SIDHPURI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">161<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2844<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2966<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJA CHHAG<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/POOJA-CHHAG.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">162<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2845<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PREET MENDAPARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PREET-MENDAPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">163<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2846<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2968<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RITU KUSHWALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RITU-KUSHWALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">164<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2847<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2969<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SANKHAVARA SHIV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SANKHAVARA-SHIV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">165<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2848<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2970<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SANTOKI MAURYA SUNILBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SANTOKI-MAURYA-SUNILBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">166<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2849<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2971<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREYA RAMOLIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREYA-RAMOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">167<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2850<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2972<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHRUTIBEN RAM<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHRUTIBEN-RAM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">168<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2851<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2973<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANISHKA CHAVDA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TANISHKA-CHAVDA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">169<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2852<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2974<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VATUKIYA ROHAN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VATUKIYA-ROHAN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">170<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2853<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2975<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIDITA KOTADIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIDITA-KOTADIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">171<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2854<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2976<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VISHRUTI BHUT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VISHRUTI-BHUT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">172<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2855<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2977<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YUG PARAG PATEL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YUG-PARAG-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">173<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2856<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2978<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AKSHAT SURESHBHAI KOTECHA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AKSHAT-SURESHBHAI-KOTECHA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">174<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2857<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2979<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ARPITA MAHESHBHAI SUTREJA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ARPITA-MAHESHBHAI-SUTREJA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">175<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2858<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AYUSH HARIBHAI PADHIYAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AYUSH-HARIBHAI-PADHIYAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">176<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2859<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2981<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHALANI VEDANSHI RAJESH<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHALANI-VEDANSHI-RAJESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">177<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2860<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2982<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVSHREE THAKRAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVSHREE-THAKRAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">178<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2861<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2983<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHATRI MORI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHATRI-MORI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">179<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2862<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2984<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUPAD SHAILESHBHAI SHINGALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUPAD-SHAILESHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">180<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2863<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2985<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUVKUMAR SANJAYKUMAR JADAV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVKUMAR-SANJAYKUMAR-JADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">181<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2864<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2986<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYEY HIRAL MODY<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHYEY-HIRAL-MODY.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">182<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2865<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2987<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GUNJANBEN MORI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GUNJANBEN-MORI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">183<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2866<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2988<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARDIPSINH PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARDIPSINH-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">184<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2867<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2989<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HASTI VILESHKUMAR PATEL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HASTI-VILESHKUMAR-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">185<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2868<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2990<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JADAV YASHVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JADAV-YASHVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">186<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2869<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2991<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAGRIT DOLATRAM TRIKLANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JAGRIT-DOLATRAM-TRIKLANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">187<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2870<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2992<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JATAN ASHISH SANGHANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JATAN-ASHISH-SANGHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">188<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2871<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2993<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYA BHIMANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYA-BHIMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">189<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2872<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2994<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KARANGIYA TANVI RAMESH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KARANGIYA-TANVI-RAMESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">190<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2873<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2995<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KORAT DAVISH<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KORAT-DAVISH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">191<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2874<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2996<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KOTECHA DHRUVI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KOTECHA-DHRUVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">192<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2875<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2997<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">LATHIYA PUSHTI ALPESHBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/LATHIYA-PUSHTI-ALPESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">193<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2876<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2998<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANTHAN ANILKUMAR LAKUM<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTHAN-ANILKUMAR-LAKUM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">194<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2877<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2999<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MEETESH RAMESH NATHANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MEETESH-RAMESH-NATHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">195<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2878<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3000<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAIMISH PARMAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAIMISH-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">196<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2879<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3001<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NEHA JERAMBHAI NAKUM<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NEHA-JERAMBHAI-NAKUM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">197<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2880<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3002<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PANDYA KHUSHI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PANDYA-KHUSHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">198<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2881<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3003<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIDDHI KRISHNAKUMAR SOLANKI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDDHI-KRISHNAKUMAR-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">199<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2882<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIDHIMA HARESH LALWANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDHIMA-HARESH-LALWANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">200<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2883<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3005<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SARA JIGNESHBHAI TAMBOLI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SARA-JIGNESHBHAI-TAMBOLI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">201<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2884<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3006<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAVSANI RASHI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAVSANI-RASHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">202<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2885<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3007<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">UDIPT PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/UDIPT-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">203<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2886<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3008<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIDHI LADANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIDHI-LADANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">204<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2887<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3009<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIHAAN DESAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIHAAN-DESAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">205<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2888<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3010<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VRUSHABH BHALSOD<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VRUSHABH-BHALSOD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">206<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2889<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3011<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHVI KALPESHBHAI MAIYAD<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHVI-KALPESHBHAI-MAIYAD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">207<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2890<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">3012<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AAMENA BHARMAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AAMENA-BHARMAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">208<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2891<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3013<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AMALIYAR YASHRIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AMALIYAR-YASHRIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">209<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2892<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3014<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BORSADIYA HARSHIL DHIRAJLAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BORSADIYA-HARSHIL-DHIRAJLAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">210<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2893<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3015<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BUSA DEVANSH BHAGVANJIBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BUSA-DEVANSH-BHAGVANJIBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">211<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2894<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3016<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">CHUDASAMA-KRISHABA MAHAVIRSINH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/CHUDASAMA-KRISHABA-MAHAVIRSINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">212<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2895<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3017<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARKHANI MAHI BAKULBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARKHANI-MAHI-BAKULBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">213<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2896<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3018<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYA DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYA-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">214<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2897<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3019<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JOSHI ANSH VIRENBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JOSHI-ANSH-VIRENBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">215<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2898<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3020<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KATARIYA PRINCE SURESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KATARIYA-PRINCE-SURESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">216<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2899<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3021<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHACHARIYA UJWAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHACHARIYA-UJWAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">217<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2900<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3022<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MADHAVI TILALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MADHAVI-TILALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">218<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2901<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3023<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHIDA NIRALI BEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHIDA-NIRALI-BEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">219<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2902<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3024<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANN LIMBANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANN-LIMBANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">220<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2903<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3025<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MOLIYA TIRTHA SANJAYBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MOLIYA-TIRTHA-SANJAYBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">221<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2904<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3026<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAGARI-PURVIN KETANBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAGARI-PURVIN-KETANBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">222<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2905<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3027<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NARODIA DEV ASHWINBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NARODIA-DE4V-ASHWINBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">223<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2906<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3028<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PANSURIYA DHARAMAKUMAR PARASBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PANSURIYA-DHARAMAKUMAR-PARASBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">224<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2907<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3029<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PATEL NIDHIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PATEL-NIDHIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">225<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2908<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3030<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PIYA KARIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PIYA-KARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">226<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2909<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3031<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAMANI HITARTH BHAVESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAMANI-HITARTH-BHAVESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">227<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2910<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3032<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RANPARIYA YASHVI BHAVESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RANPARIYA-YASHVI-BHAVESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">228<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2911<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3033<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RASHI VED<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RASHI-VED.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">229<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2912<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3034<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAY BINIT ASHOK<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAY-BINIT-ASHOK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">230<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2913<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3035<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SEJPAL AKSHAY SANJAY<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SEJPAL-AKSHAY-SANJAY.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">231<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2914<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANK-YASH RAKESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TANK-YASH-RAKESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">232<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2915<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3037<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHVI TURAKHIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHVI-TURAKHIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">233<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2916<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3038<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AARYAN BAVISHI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AARYAN-BAVISHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">234<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2917<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3039<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AAYUSH LALIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AAYUSH-LALIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">235<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2918<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3040<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BAROCHIYA DHRUVKUMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BAROCHIYA-DHRUVKUMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">236<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2919<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3041<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHAGIRATH RAM<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAGIRATH-RAM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">237<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2920<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3042<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSHI VAISHNAV<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHI-VAISHNAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">238<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2921<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3043<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HAMIPARA TIRTH SANJAYBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAMIPARA-TIRTH-SANJAYBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">239<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2922<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3044<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARSH DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARSH-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">240<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2923<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3045<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIGNESH THACKER<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIGNESH-THACKER.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">241<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2924<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3046<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAPADIYA RAKSHIT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KAPADIYA-RAKSHIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">242<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2925<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3047<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KARYA KIRTIBHAI SANKHALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KARYA-KIRTIBHAI-SANKHALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">243<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2926<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3048<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAVYA HITENDRABHAI PAMBHAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KAVYA-HITENDRABHAI-PAMBHAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">244<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2927<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3049<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KESHAV PILLAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KESHAV-PILLAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">245<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2928<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3050<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KOTECHA MOHIT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KOTECHA-MOHIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">246<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2929<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3051<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRISHNABEN VARIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRISHNABEN-VARIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">247<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2930<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3052<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHI RAKHOLIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHI-RAKHOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">248<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2931<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3053<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANAV ASHOKBHAI PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANAV-ASHOKBHAI-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 20px;\">\n<td style=\"width: 11.8966%; height: 20px;\">249<\/td>\n<td style=\"width: 12.931%; height: 20px;\">2932<\/td>\n<td style=\"width: 14.6388%; height: 20px;\">3054<\/td>\n<td style=\"width: 41.7405%; height: 20px;\">MEET ARJANBHAI PANSURIYA<\/td>\n<td style=\"width: 16.3793%; height: 20px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MEET-ARJANBHAI-PANSURIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">250<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2933<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3055<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NIR PATADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NIR-PATADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">251<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2934<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3056<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">OM LADUMOR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/OM-LADUMOR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">252<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2935<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3057<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PALWAR RUTURAJSINH PARESHSINH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PALWAR-RUTURAJSINH-PARESHSINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">253<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2936<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3058<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PITHIYA YASH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PITHIYA-YASH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">254<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2937<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3059<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJAN PATEL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/POOJAN-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">255<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2938<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3060<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRACHI SATISHBHAI VEKARIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRACHI-SATISHBHAI-VEKARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">256<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2939<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3061<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PREET RUPAREL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PREET-RUPAREL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">257<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2940<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3062<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRUTHVIDAN GADHAVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRUTHVIDAN-GADHAVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">258<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2941<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3063<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAHULBHAI DINESHBHAI AMALIYAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAHULBHAI-DINESHBHAI-AMALIYAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">259<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2942<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3064<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJ DHARMESH MONPARA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJ-DHARMESH-MONPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">260<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2943<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3065<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SETUL PIPROTAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SETUL-PIPROTAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">261<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2944<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3066<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHIVAM PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHIVAM-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">262<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2945<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3067<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHUBHAM-NIKUNJ PATANIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-NIKUNJ-PATANIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">263<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2946<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3068<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SINGH ANISH RAUSHAN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SINGH-ANISH-RAUSHAN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">264<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2947<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3069<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TIRTH JASMINBHAI POPAT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TIRTH-JASMINBHAI-POPAT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">265<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2948<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3070<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TRIVEDI DHRUVI JAYDEEPBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TRIVEDI-DHRUVI-JAYDEEPBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">266<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2949<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3071<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VASU VAGADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VASU-VAGADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">267<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2950<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3072<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIVEKCHANDRA ANILCHANDRA PRANAMI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIVEKCHANDRA-ANILCHANDRA-PRANAMI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">268<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2951<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3073<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YUVRAJSINH MANEK<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YUVRAJSINH-MANEK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">269<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2952<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">3074<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AJAY LAKHAMANBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">270<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2953<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3075<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANGEL MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">271<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2954<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3076<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANSHIKA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">272<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2955<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3077<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANUJ PARESHKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">273<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2956<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3078<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ARYAN KARSAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">274<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2957<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3079<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AVINASH HITESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">275<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2958<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3080<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BERA HARSH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">276<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2959<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3081<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHADARKA DHRUV MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">277<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2960<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3082<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHALODI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">278<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2961<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3083<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BIRVA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">279<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2962<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">CHOLERA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">280<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2963<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3085<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DARSH HIMMAT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">281<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2964<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3086<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEEP KETANBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">282<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2965<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3087<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DETROJA GOPI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">283<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2966<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3088<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEV MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">284<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2967<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3089<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVAM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">285<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2968<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3090<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHARA MALDE MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">286<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2969<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3091<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHARM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">287<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2970<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3092<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYANA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">288<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2971<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3093<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DUBEY SHIVAMKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">289<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2972<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3094<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">FALGUNI SAGARBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">290<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2973<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3095<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GADHIYA DEEP MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">291<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2974<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3096<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GANGANI SIDDHI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">292<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3097<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARVI PRAKASHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">293<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2976<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3098<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HEER RAJESHKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">294<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2977<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3099<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ISHA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">295<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2978<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3100<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAIMIN KEYUR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">296<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2979<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3101<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JANVI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">297<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2980<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3102<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JINISH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">298<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2981<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3103<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KACHHOT ALPESH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">299<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2982<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3104<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAUSHAL SHAILESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">300<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2983<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3105<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHUSHI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">301<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2984<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3106<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRINSY MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">302<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2985<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3107<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">LAKSHYA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">303<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2986<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3108<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANASIYA MOHAMADRUHAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">304<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2987<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3109<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MEVADA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">305<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2988<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3110<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NIKUNJ MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">306<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2989<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3111<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PARMAR BALVANT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">307<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2990<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3112<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJA RAJSHIBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">308<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2991<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3113<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRANAY MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">309<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2992<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3114<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRATVI MUKESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">310<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2993<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3115<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE GIRDHARBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">311<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2994<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3116<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RATHOD MANAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">312<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2995<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3117<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIVA BALVANT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">313<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2996<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3118<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUDRA V MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">314<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2997<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3119<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUDRARAJSINH SHAKTISINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">315<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2998<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3120<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUTVI YOGESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">316<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2999<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3121<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAIPARIYA HEEMA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">317<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3000<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3122<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHAKTISINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">318<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3001<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3123<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SUJAL D MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">319<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3002<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3124<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANVI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">320<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3003<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3125<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">THAKKAR RIDHAM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">321<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3004<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3126<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">UMESH H MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">322<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3005<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3127<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">URVIBEN KIRANKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">323<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3006<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3128<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VANOL SURYARAJ MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">324<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3007<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3129<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VEDANTSINH KISHORBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">325<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3008<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3130<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YAKSH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">326<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3009<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3131<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YANA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">327<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3010<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3132<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHPALSINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">328<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3011<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3133<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YATRI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 100%; height: 6552px;\" width=\"664\">\n<tbody>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 97.5862%;\" colspan=\"5\" width=\"664\">Student LC List<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">Sr No.<\/td>\n<td style=\"height: 26px; width: 12.931%;\">LC No.<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">GR No.<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Name<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">Manage<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">1<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3041<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harshil Hirpara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harshil-Hirpara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">2<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3036<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhay Hindocha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhay-Hindocha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">3<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3004<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhishek Pambhaniya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhishek-Pampaniya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">4<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2967<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhi Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhi-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">5<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2975<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aditi Ruparel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aditi-Ruparel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">6<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2636<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aditya Yadav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aditya-Yadav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">7<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2980<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Africawala Yusuf<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Africawala-Murtaza.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">8<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3084<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ahuja Yukta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ahuja-Yukta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">9<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">465<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ajani Het<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ajani-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">10<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2895<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Akshara Mehta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Akshara-Mehta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">11<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2939<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2349<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Amrerndersinh Tomar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Amrendersingh-Tomar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">12<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2994<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2977<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Andrapiya Disha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Andrapiya-Disha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">13<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2858<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2927<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Anubhab Panda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Anubhab-Panda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">14<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2801<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2262<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arjun Kareliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arjun-Kareliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">15<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2947<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2572<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arsh Gangani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arsh-Gangani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">16<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2923<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1557<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arva Vainshnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arva-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">17<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3015<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2497<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arya Pandey<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arya-Pandey.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">18<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3001<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2984<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aryan Soni<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aryan-Soni.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">19<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3035<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3022<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aryan Vadher<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aryan-Vadher.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">20<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2816<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">120<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashar Karan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ashar-Karan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">21<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2909<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">441<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashodariya Shyam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Asodariya-Shyam.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">22<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3003<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2986<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashtha Rawal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Astha-Rawal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">23<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3023<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3008<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aum Pipalva<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aum-Pipalva.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">24<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2941<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2442<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ayushi Bayal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ayushi-Bayal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">25<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2996<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2979<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Balister Hawra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Balister-Aliasagar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">26<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2856<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2916<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Barvaliya Keshar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Barvaliya-Kesar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">27<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2751<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">872<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhadada Nikhil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhadada-Nikhil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">28<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2973<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2965<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhakti Sakariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhakti-Sakariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">29<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2786<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1417<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhalara Rahul<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhalara-Rushil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">30<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2926<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1595<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhatt Darsh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhatt-Darsh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">31<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2761<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2357<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhansdadia Prenshu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhensdadia-Prenshu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">32<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2783<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3150<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhuva Hetbhai<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhuga-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">33<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2901<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">349<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Butani Dev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Butani-Dev.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">34<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3033<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3020<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Ravrani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Ravrani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">35<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2912<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">455<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chhaniya Sofiyan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chaniya-Sofiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">36<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2754<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">771<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chauhan Yashrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chauhan-Yashrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">37<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2768<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3284<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chavda Pruthviraj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chavda-Pruthviraj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">38<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2922<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1498<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chovatiya Vinay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chovatiya-Vinay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">39<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2817<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">467<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dabhi Prarthana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dabhi-Prathana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">40<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2812<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1623<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dabhi Shaktisinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dabhi-Shaktisinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">41<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2863<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3034<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Darshan Surani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Darshan-Surani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">42<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2733<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2290<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Davda Maanya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Davda-Maanya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">43<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2983<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3371<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dave Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dave-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">44<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2820<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3066<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dave Vedansh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dave-Vedansh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">45<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3022<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3007<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dax Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dax-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">46<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3024<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3009<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Densi Vachhani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Densi-Vachhani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">47<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3027<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3013<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dev faldu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dev-Faldu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">48<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2925<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1591<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhakan Smit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhakan-Smit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">49<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2854<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2907<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhakan Vanshika<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhakan-Vanshika.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">50<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2748<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">4140<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhanak Mahi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhanak-Mahi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">51<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3000<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2983<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhaval Chauhan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhaval-Chauhan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">52<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3041<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3027<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Diya Dangar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhiya-Dangar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">53<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2976<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2968<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dishant Solanki<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dishant-Solanki.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">54<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2958<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2942<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Diya Ganatra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Diya-Ganatra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">55<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2968<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2961<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dodiya Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dodiya-Dhruvil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">56<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2853<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2524<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dolly Oza<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dolly-Oza.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">57<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2845<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2044<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dudhagra Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dudhagara-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">58<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2999<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2983<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Eva Fasra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Eva-Fasra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">59<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2730<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3207<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Fultariya Manthan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Fultariya-Manthan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">60<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2720<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1275<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gadhiya Netra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gadhiya-Netra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">61<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2974<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2966<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Galchar Kavita<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Galchar-Kavita.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">62<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2980<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">438<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Garachh Vibhuti<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Garach-Vibhuti.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">63<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2850<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2285<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gaurav Gojiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gaurav-Gojiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">64<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2945<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2580<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ghela Nishra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ghela-Nishra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">65<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2729<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3166<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Godhani Dhruvisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Godhani-Dhruvisha1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">66<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3019<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3001<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gohil Nayan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gohil-Nayan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">67<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3005<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2988<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gondaliya Angel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gondaliya-Angel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">68<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2773<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3442<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gopani Pankil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gopani-Pankil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">69<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2987<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3217<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gope Roshanlal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gope-Roshanlal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">70<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2868<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3064<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Happy Bhimbha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Happy-Bhimbha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">71<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3043<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3032<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harihar Ashish<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harihar-Ashish.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">72<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2937<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2323<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harita Vala<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harita-Vala.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">73<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3047<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3038<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Jani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Jani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">74<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2971<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2964<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Loriya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Loriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">75<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3029<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3015<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harshraj Pandey<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harshraj-Pandey.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">76<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2967<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2957<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Heet Gojiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Heet-Gojiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">77<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2944<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2527<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Hitarth Siddhapara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Hitarth-Siddhapara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">78<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2966<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2156<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Isha Javia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Isha-Javiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">79<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2998<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2981<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Isha Limbasiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Isha-Limbasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">80<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2766<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2861<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Aditiba<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Aditiba.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">81<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2807<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3085<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Dhara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Dhara-Kiritsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">82<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3017<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2999<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Kripalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Kripalsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">83<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2835<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3322<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Manavrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Manavrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">84<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2798<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1641<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Yashrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Yashrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">85<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2979<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2973<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Javia Aum<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Javia-Aum.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">86<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2806<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1263<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Javia Yash<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Javiya-Yash.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">87<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2903<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3120<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jaydev Kansagara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jaydev-Kansagara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">88<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3004<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2987<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jaydutt Sareriya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jaydutt-Sareriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">89<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3032<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3019<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jeen Bhansdadia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jeet-Bhensdadia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">90<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2964<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2955<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jill Gajera<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jill-Gajera.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">91<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2957<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2941<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jinali Vora<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jinali-Vora.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">92<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2742<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3423<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Joshi Sarthak<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Joshi-Sarthak.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">93<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2938<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2325<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Joshna Kanjariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Joshna-Kanjariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">94<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2741<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2144<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kachhadiya Dhyani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kachhadiya-Dhyani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">95<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2795<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2888<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kadam Nagariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kadam-Nagariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">96<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2753<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1226<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kalariya Rahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kalariya-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">97<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2951<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3345<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kanani Anjan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kanani-Anjan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">98<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3012<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2995<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kandoriya Pranjal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kandoriya-Pranjal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">99<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2732<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3190<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kaneriya Ajay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kaneriya-Ajay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">100<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2707<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2906<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kaneriya Kavya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kaneriya-Kavya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">101<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2744<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1420<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Karn Shubham<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Karn-Shubham.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">102<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2818<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2333<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kartikkumar Lathia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kartikkumar-Lathia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">103<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2955<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2939<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kavya Mewar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kavya-Mewar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">104<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2860<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2937<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kevin Mathew<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kevin-Mathew.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">105<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2916<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">731<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khandhar Jainam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khandhar-Jainam.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">106<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2716<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3298<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khimoriya Sahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khimoriya-Sahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">107<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2772<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1222<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khunt Het<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khunt-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">108<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2978<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2970<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khunt Priyal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khunt-Priyal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">109<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2824<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3104<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Komalba Rana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Komalba-Rana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">110<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2739<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3450<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kota Tashi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kota-Taashi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">111<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2873<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3075<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Krishi Radadiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Krishi-Radadiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">112<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3031<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3014<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Labana Vidhitkumar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Labana-Vidhitkumar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">113<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2984<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3155<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jiten Ladwa<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">V<a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ladwa-Jiten.pdf\">i<\/a>ew<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">114<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3036<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3033<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Liza Der<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Liza-Der.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">115<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2942<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2514<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Madhav Sampat<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Madhav-Sampat.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">116<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3009<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2992<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Maheswari Man<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Madhav-Sampat.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">117<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2774<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2331<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mahir Nurali<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mahir-Nurali.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">118<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2855<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2911<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Dhruvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">119<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2747<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1827<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Dharmik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Dharmik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">120<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2870<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3010<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Twinkle<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Twinkle.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">121<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2943<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2515<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Malhar Chavda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Malhar-Chavda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">122<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2914<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">474<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Malvi Devangiben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Malvi-Devangiben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">123<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2749<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2121<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mandh Vaibhav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mandh-Vaibhav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">124<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2787<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1060<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mane Pratik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mane-Pratik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">125<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2963<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2954<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Manthan Kaku<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Manthan-Kaku.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">126<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2828<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3247<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Manvar rajvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Manvar-Rajvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">127<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2767<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">365<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Markana Om<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Markana-Om.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">128<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2724<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3138<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meer Mehta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meer-Mehta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">129<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3007<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2990<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meet Sindhav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meet-Sindhav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">130<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2960<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2944<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meghanaba Jadeja<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meghanaba-Jadeja.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">131<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2763<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3154<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehia Jill<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehia-Jill.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">132<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2794<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1318<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Hetav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Hetav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">133<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2799<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2118<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Param<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Param.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">134<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2803<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">668<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Rishika<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Rishika.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">135<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3006<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2989<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mishri Kalariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mishri-Kalariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">136<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2859<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2936<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mohmad Ghanchi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mohmad-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">137<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2921<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">489<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Moliya Rutvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Moliya-Rutvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">138<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2735<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2301<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mondal Sbhubhdip<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mondal-Shubhdip.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">139<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2811<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3287<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Moteria Riddhi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Moteriya-Riddhi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">140<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2706<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1505<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Muhmmad Serasiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Muhammad-Arman-Sherasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">141<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2793<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2630<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nakum Rushabh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nakum-Rushabh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">142<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2731<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1607<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Namra Padalia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Namra-Padalia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">143<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2809<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1944<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nathawani Isha&nbsp;<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nathawani-Isha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">144<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3011<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2994<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nisarg Bhanderi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nisarg-Bhanderi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">145<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2769<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2519<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Bhardwaj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Bhardwaj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">146<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2954<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2928<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Buddhadev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Buddhadev.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">147<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3040<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3025<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Chaudhary<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Chaudhary.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">148<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2940<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2355<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Goswami<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Goswami.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">149<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2738<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3266<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Aditiben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Aditiben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">150<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2727<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3239<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Aniket<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Aniket.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">151<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2737<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3238<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Om<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Om.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">152<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2846<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2168<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pambhar Vishwa<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pambhar-Vishwa.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">153<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2823<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2510<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pandya Vihaan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pandya-Vihan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">154<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2864<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3047<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Panseriya Aryan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Panseriya-Aryan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">155<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3030<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3016<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Paramjeet Dahima<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Paramjeet-Dahima.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">156<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2755<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Deep<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Deep.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">157<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2740<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2648<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pambhar Jenish<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Jenish.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">158<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2810<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3777<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Krisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Krisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">159<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2950<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2925<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Rahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">160<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2765<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2305<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Rajveersinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Rajveersinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">161<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2869<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3069<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Unnati<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Unnati.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">162<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2931<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">451<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parsana Khushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parsana-Khushi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">163<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2852<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2498<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patel Aryan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patel-Aryan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">164<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2862<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3026<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patel Rushil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patel-Rushil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">165<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2792<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2114<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pathak Jigar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pathak-Jigar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">166<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2992<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3470<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patoliya Preet<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patoliya-Preet.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">167<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3021<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3005<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Prajveen Vaishnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Prajveen-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">168<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2970<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2963<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pranshu Sharma<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pranshu-Sharma.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">169<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2961<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2951<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Barad Preet<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Preet-Barad.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">170<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2719<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3389<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Prince Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Prince-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">171<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2861<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2958<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Priya Gondaliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Priya-Gondaliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">172<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2980<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2974<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Priyansha Pradhan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Priyansha-Pradhan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">173<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2711<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rachchh Tisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rachh-Tisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">174<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2717<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3388<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rahul Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rahul-Patel-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">175<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2714<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3220<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rao Twisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rai-Twisha-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">176<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2752<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">670<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Dev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Dev-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">177<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2920<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">889<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Kevin<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Kevin-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">178<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2813<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1308<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Netra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Netra-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">179<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3002<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2985<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajal Dodiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajal-Dodiya-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">180<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2969<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2962<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajal Lashkari<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajal-Lashkari-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">181<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2928<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1891<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajgor Khushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajgor-Khushi1-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">182<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2919<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">742<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ramani Rakshit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajgor-Khushi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">183<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3014<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2996<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rana Satyapalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rana-Satyapalsinh-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">184<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2952<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2926<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rashida Mannan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rashida-Mannan-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">185<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2993<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2976<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dharmiben Ribadiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ribadiya-Dharmi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">186<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2875<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3076<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rudra Butani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rudra-Butani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">187<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2760<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1742<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Aditi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Aditi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">188<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2758<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1743<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Ami<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Ami-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">189<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2759<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2111<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Shyam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Shyam-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">190<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2871<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3071<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ruparel Brinda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ruparel-Brinda-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">191<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2953<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2931<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rushi Desai<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rushi-Desai-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">192<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3028<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3014<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rushi Kardani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rushi-Kardani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">193<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2797<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1794<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sadariya Krishiv<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sadariya-Krishiv.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">194<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3016<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2998<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Saini Nandni<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Saini-Nandni.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">195<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2838<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1002<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sakariya Kashyap<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sakariya-Kashyap.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">196<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2705<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2313<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sherasiya Samin<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Samin-Sherasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">197<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2962<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2953<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Savaliya Vatsal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Savaliya-Vatsal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">198<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2907<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sejpal Devanshi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sejpal-Devanshi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">199<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2935<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2215<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shekh Suliana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shekh-Suliana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">200<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2788<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2312<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shekhaliya Druthi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shekhaliya-Druthi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">201<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2995<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2978<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shivam Vaishnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shivam-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">202<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2949<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2924<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shlok Joshi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shlok-Joshi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">203<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2726<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3147<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shrivastava Akshay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shrivastava-Akshay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">204<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2986<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2522<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shyam Virda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shyam-Virda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">205<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2977<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2969<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Siddhi Savjani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Siddhi-Savjani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">206<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3025<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3010<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sindhav Ranjitsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sindhav-Ranjitsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">207<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2848<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2222<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Arjun<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Arjun.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">208<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2991<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2556<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">209<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2781<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2881<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Shubhamkumar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Shubham-Kumar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">210<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3026<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3012<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sinojia Pranshu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sinojia-Pranshu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">211<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2725<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">298<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Siyani Samarth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Siyani-Samarth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">212<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2902<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3125<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Smit Chhabhaiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Smit-Chhabhaiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">213<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2757<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2108<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sojitra Prisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sojitra-Prisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">214<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2756<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2559<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sojitra Tirth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sojitra-Tirth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">215<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3034<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3021<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Solanki Mahek<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Solanki-Mahek.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">216<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2849<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2266<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Solanki Parag<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Solanki-Parag.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">217<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3048<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3039<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Suhem Dakora<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Suhem-Dakora.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">218<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3049<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3040<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sumit Chavda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/sumit-Chavda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">219<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2956<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2940<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sunanda Ghosh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sunanda-Ghosh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">220<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2929<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1941<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Surani Jit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Surani-Jit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">221<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2775<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3450<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Taashi Kota<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Taashi-Kota.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">222<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2918<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">738<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tanna Hritik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tanna-Hritik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">223<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3044<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3035<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tanveersinh Sodha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tanveersingh-Sodha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">224<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2780<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2170<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Thanki Jay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Thanki-Jay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">225<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2750<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2476<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Thummar Vraj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Thummar-Vraj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">226<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2800<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2261<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tulja Kaleriya&nbsp;<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tulja-Kaleriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">227<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2915<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">730<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Udiyar Rohit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Udiyar-Rohit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">228<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2745<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2561<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Umaraniya Miwi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Umraniya-Miwi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">229<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3018<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3000<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Utsav Ghedia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Utsav-Ghedia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">230<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3042<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3028<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Utsav Gondaliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Utsav-Gondaliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">231<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2822<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2872<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghela Brijpalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghela-Brijpalsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">232<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2917<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">734<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghela Harsh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghela-Harsh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">233<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2934<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2163<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghamshi Pavan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghmashi-Pavan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">234<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2927<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1888<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaid Ismail<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaid-Ismail.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">235<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2815<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3211<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vainsh Kenilben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vainsh-Kenilben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">236<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2782<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3083<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaishnani Prince<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaishnani-Prince.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">237<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2842<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1889<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaishnani Rushikesh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaishnani-Rushikesh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">238<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2830<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">421<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vasani Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vasani-Dhruvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">239<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2718<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3385<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nandani Vedant<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vedant-Nandani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">240<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2721<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3065<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vekariya Shreya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vekariya-Shreya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">241<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3008<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2991<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vibha Samani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vibha-Samani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">242<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3046<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3037<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vikas Zala<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vikas-Zala.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">243<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2904<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3127<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Viradia Abhay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Viradia-Abhay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">244<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2796<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">696<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Virani Kunj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Virani-Kunj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">245<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3010<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2993<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vishal Ranpariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vishal-Ranpariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">246<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2911<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">446<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vora Ayushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vora-Ayushi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">247<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2930<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2048<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vora Tirth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vora-Tirth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">248<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2709<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3183<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vyas Darp<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vyas-Darp.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">249<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2776<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3269<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vyas Hemadri<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vyas-Hemadri.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">250<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2990<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3489<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Zalak Jani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Zalak-Jani.pdf\">View<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n\n\n<p>&nbsp;<\/p>\n<table style=\"width: 0%; height: 7133px;\">\n<tbody>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 97.5862%;\" colspan=\"5\" width=\"664\">Student LC List&nbsp; 2025-2026<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">Sr No.<\/td>\n<td style=\"height: 26px; width: 12.931%;\">LC No.<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">GR No.<\/td>\n<td style=\"height: 26px; width: 41.7405%;\">Name<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">Manage<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">1<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"height: 26px; width: 41.7405%;\">ALO SAMANTA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">2<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">CHARITRA-KEVAL PANCHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">3<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">DEEP GORASIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">4<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">DHOLARIYA URVIK PANKAJBHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">5<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2975<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">GOHEL KARAN RAJENDRABHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">6<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">HIMADRIBA JAYRAJSINH JADEJA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">7<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">HIRANI AANSHI NAYANKUMAR<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">8<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">JAYESH DIPESHBHAI PATEL<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">9<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KATBA NIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">10<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KRISHA RASIKBHAI NOGHANVADRA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">\n<p>View<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">11<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">KRUSH KATBA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">12<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">NIHAL PARESHBHAI CHANV<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">13<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">OM SAVALIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">14<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">PRIYANSHI MAKHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">15<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2975<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">PRIYANSHU ASHISHBHAI SANGHANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">16<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">REYA-D BARAD<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">17<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">RIDHAM CHHATRALA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">18<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">SAVANI PRIYAL CHETAN<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">19<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">VAIBHAVIBA DODIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">20<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" height=\"24\">VIRANI YASH<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">21<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"height: 26px; width: 41.7405%;\" width=\"231\" height=\"24\">YUGENDRA MUKESHKUMAR DHANGADIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">22<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\" width=\"237\">ANJALI JEETUBHAI SOLANKI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">23<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">ARPIT PRAVINBHAI KACHHOT<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">24<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3041<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">ARYAN SOLANKI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">25<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">BHAVYA GAJERA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">26<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">BRINDA VAGH<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">27<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">DHYEY NAGAPARA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">28<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">DIVYAKUMAR JITENDRABHAI RUDANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">29<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">GANESH CHETAN ANDANI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">30<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 26px;\" width=\"237\">GOWAMI MADHURI MANISHBHAI<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">\n<p>31<\/p>\n<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">HALAI KAVYA GOVIND<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">32<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">HEM SUVA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">33<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">JASH SAMPAT<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">34<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 26px;\">JAY RAMBHAI MODHWADIYA<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">35<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHSHI A BHUT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHSHI-A-BHUT.pdf\">VieViewieww<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">36<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">JASH SAMPAT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JASH-SAMPAT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">37<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">JAY RAMBHAI MODHWADIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\">View<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">38<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KHSHI A BHUT<\/td>\n<td style=\"height: 22px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHSHI-A-BHUT.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">39<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KIRMI TADHANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KIRMI-TADHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">40<\/td>\n<td style=\"height: 22px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KRISHIV MINESHBHAI JADAV<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRISHIV-MINESHBHAI-JADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">41<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MAHEK CHAVDA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHEK-CHAVDA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">42<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MAHI AKASH VACHHANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHI-AKASH-VACHHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">43<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANDAVIYA URAV CHANDRESHBHAI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANDAVIYA-URAV-CHANDRESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">44<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANTRA JANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTRA-JANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">45<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MERISH BHAVESHBHAI SISODIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MERISH-BHAVESHBHAI-SISODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">46<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MOHAMMADSARHAN SARFRAJ MALEK<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MOHAMMADSARHAN-SARFRAJ-MALEK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">47<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PAL ABHESHK AJAY<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PAL-ABHISHEK-AJAY.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">48<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PARYAK J YADAV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PARYAK-J-YADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">49<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJVI MANIA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJVI-MANIAR.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">50<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJVI MUKESHBHAI DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJVI-MUKESHBHAI-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">51<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAVAN KISHORBHAI RAIYANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAVAN-KISHORBHAI-RAIYANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">52<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREENA PANSURIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREENA-PANSURIYA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">53<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREYA PATADIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREYA-PATADIA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">54<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2636<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHUBHAM GANSHYAMBHAI GARAIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-GHANSHYAMBHAI-GARAIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">55<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHAYAM SONAGARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHYAM-SONAGARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">56<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VAISHNAV BHAVYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VAISHNAV-BHAVYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">57<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VALA DRASHTI HITESHBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VALA-DRASHTI-HITESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">58<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIR RISHIKUMAR TILVA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIR-RISHIKUMAR-TILVA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">59<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHRAJ KIRITBHAI JASANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHRAJ-KIRITBHAI-JASANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">60<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ZEEL CHOVATIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ZEEL-CHOVATIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">61<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AARYA MITESH CHHATRALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AARYA-MITESH-CHHATRALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">62<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">ABHIJEET SOLANKI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ABHIJEET-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">63<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">AVANI SOLANKI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AVANI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">64<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">BHAVYA RUPESH GOL<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAVYA-RUPESH-GOL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">65<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSHI POKAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHI-POKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">66<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">DEVANSHU NAIMISH SHETH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHU-NAIMISH-SHETH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">67<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3036<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHRUVA BHALODI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVA-BHALODI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">68<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3004<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHRUVIK RAKESHBHAI SAVALIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVIK-RAKESHBHAI-SAVALIYA.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">69<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2967<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">DHUDHATRA RADHIKA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\">\n<p><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHUDHATRA-RADHIKA-2.pdf\">View<\/a><\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">70<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2636<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">GRIVA PATEL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GRIVA-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">71<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2980<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">HENNY DHANANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HENNY-DHANANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">72<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JENIL RAJESHBHAI SHINGALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JENIL-RAJESHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">73<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JIYABHAVIN GATHANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYABHAVIN-GATHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">74<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KASHVI AGRAWAL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHVI-AGRAWAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">75<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KASHYAP P THACKER<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHYAP-P-THACKER.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">76<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">KESHVI DIPAKBHAI BHUT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KESHVI-DIPAKBHAI-BHUT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">77<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">MAITREYEE KEYUR ACHARYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAITREYEE-KEYUR-ACHARYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">78<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" width=\"296\" height=\"24\">MANAV DELVADIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANAV-DELVADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">79<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">MISHA ANKITBHAI TADA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MISHA-ANKITBHAI-TADA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">80<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">MNAUSHI SHRIMALI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MNAUSHI-SHRIMALI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">81<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">NIVA KULAR&nbsp;<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NIVA-KULAR-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">82<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">PARI BIPINKUMAR CHOVATIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PARI-BIPINKUMAR-CHOVATIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">82<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">PRANJAL MAILIKBHAI LIMBASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRANJAL-MAILIKBHAI-LIMBASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">84<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RAKTIM KARMAKAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAKTIM-KARMAKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">85<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RIDRA VIJAY KAREKIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDRA-VIJAY-KAREKIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">86<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">RUDRA ASHWINKUMAR VASANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUDRA-ASHWINKUMAR-VASANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">87<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">3084<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">SAIYAD MOHAMMADNOORANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAIYAD-MOHAMMADNOORANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">88<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SAKHIYA JIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAKHIYA-JIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">89<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SHASHWAT HARESHBHAI MOLIYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHASHWAT-HARESHBHAI-MOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">90<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">465<\/td>\n<td class=\"et2\" style=\"height: 22px; width: 41.7405%;\" height=\"24\">SHUBHAM PIYUSHBHAI SHINGALA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-PIYUSHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">91<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2895<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">SIDDH VASANTBHAI KAVAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SIDDH-VASANTBHAI-KAVAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">92<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2896<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">VEDANT RACHHADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VEDANT-RACHHADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">93<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2804<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2897<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">VEKARIYA HARSHIL SOHILBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VEKARIYA-HARSHIL-SOHILBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">94<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2805<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2898<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">VIR RAJUL BHALODI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIR-RAJUL-BHALODI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">95<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2806<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2899<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">YAGNA BIPINBHAI HADVANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNA-BIPINBHAI-HADVANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">96<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2807<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2900<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">YAGNAV GHETIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNAV-GHETIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">97<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2808<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2901<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">YANA BHAVIKBHAI VORA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YANA-BHAVIKBHAI-VORA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">98<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2902<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AYUSHKUMAR AMITKUMAR RABADIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AYUSHKUMAR-AMITKUMAR-RABADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">99<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2903<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHAVYA JIMMY DAXINI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAVYA-JIMMY-DAXINI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">100<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2904<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BORISAGAR PRAGATI BHAVESHKUMAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BORISAGAR-PRAGATI-BHAVESHKUMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">101<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2905<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DESAI VEDANT ASHOKBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DESAI-VEDANT-ASHOKBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">102<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2906<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DETRUJA MIT KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DETRUJA-MIT-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">103<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2907<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUVIL JIGNESH BARASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVIL-JIGNESH-BARASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">104<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2908<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GAJERA MEET VIPULBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GAJERA-MEET-VIPULBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">105<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2910<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GUPTA SHOURYA MANOHAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GUPTA-SHOURYA-MANOHAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">106<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2911<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">JADEJA KRIPALSINH SURENDRASINH<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JADEJA-KRIPALSINH-SURENDRASINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">107<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2912<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">KUNAL S CHHANGA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KUNAL-S-CHHANGA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">108<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2913<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">MANSI HUMABAL<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANSI-HUMABAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">109<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2914<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANTHAN R SONI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTHAN-R-SONI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">110<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2915<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MISTRY AADITYA AMIT<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MISTRY-AADITYA-AMIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">111<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2916<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NEEL DOBARIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NEEL-DOBARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">112<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2917<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PIPALIYA HEER JAYRAJBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PIPALIYA-HEER-JAYRAJBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">113<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2918<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE DINESH TAMBOLIYA 2<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRINCE-DINESH-TAMBOLIYA-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">114<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2919<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIBADIYA OM KISHORBHAI 2<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIBADIYA-OM-KISHORBHAI-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">115<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2920<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIBADIYA OM KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIBADIYA-OM-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">116<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2921<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SHAAN BHAVISHYA<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHAAN-BHAVISHYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">117<\/td>\n<td style=\"width: 12.931%; height: 22px;\">2803<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2922<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SHIVAM AMITBHAI SHIYANI<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHIVAM-AMITBHAI-SHIYANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 22px;\">\n<td style=\"width: 11.8966%; height: 22px;\">118<\/td>\n<td style=\"height: 22px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 22px; width: 14.6388%;\">2923<\/td>\n<td style=\"width: 41.7405%; height: 22px;\">SOLANKI DIVYANSHU MUKESH<\/td>\n<td style=\"height: 22px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SOLANKI-DIVYANSHU-MUKESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">119<\/td>\n<td style=\"height: 21px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 21px; width: 14.6388%;\">2924<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SUZAL MAKADIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SUZAL-MAKDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">120<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2803<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2925<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VORA PARTH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VORA-PARTH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">121<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2804<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2926<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YAGNIK RAJESH GADHVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YAGNIK-RAJESH-GADHVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">122<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2805<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2927<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" width=\"296\" height=\"24\">HAST BHAVESHBHAI RAMANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAST-BHAVESHBHAI-RAMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">123<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2806<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2928<\/td>\n<td class=\"et2\" style=\"height: 21px; width: 41.7405%;\" height=\"24\">JALPAEBEN BALBHADRABHAI SOLANKI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JALPAEBEN-BALBHADRABHAI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">124<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2807<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2929<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">HAST BHAVESHBHAI RAMANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAST-BHAVESHBHAI-RAMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">125<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2808<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2930<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JALPAEBEN BALBHADRABHAI SOLANKI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JALPAEBEN-BALBHADRABHAI-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">126<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2809<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2931<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYAN IRFANBHAI SHERASIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYAN-IRFANBHAI-SHERASIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">127<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2810<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2932<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KABIR DHAVAL KATARIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KABIR-DHAVAL-KATARIYA-2.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">128<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2811<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2933<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KREENA RAJESHBHAI JIVANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KREENA-RAJESHBHAI-JIVANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">129<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2812<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2934<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHAVIR MUKESHBHAI KIDDIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHAVIR-MUKESHBHAI-KIDDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">130<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2813<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2935<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAN ASHVINBHAI KAKDIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAN-ASHVINBHAI-KAKDIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">131<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2814<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2936<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PALKUMAR HARESHBHAI BARAD<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PALKUMAR-HARESHBHAI-BARAD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">132<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2815<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2937<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRANSHI SANJAYBHAI JAKASANIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRANSHI-SANJAYBHAI-JAKASANIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">133<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2816<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2938<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE PUSHAKAR LUJAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRINCE-PUSHAKAR-LUJAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">134<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2817<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2939<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRISHA GHETIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRISHA-GHETIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">135<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2818<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2940<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RASESH SANGANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RASESH-SANGANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">136<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2819<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2941<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIYA CHETANBHAI VARSADA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIYA-CHETANBHAI-VARSADA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">137<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2820<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2942<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUHI BHIMDEVBHAI METRA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUHI-BHIMDEVBHAI-METRA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">138<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2821<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2943<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUSHIL DHARMESHBHAI PATADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RUSHIL-DHARMESHBHAI-PATADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">139<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2822<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2944<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHLOK CHANDRSHBHAI CHANGANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHLOK-CHANDRSHBHAI-CHANGANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">140<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2823<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2945<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SOHAM JIGNESHBHAI DONGA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SOHAM-JIGNESHBHAI-DONGA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">141<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2824<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2946<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VISHVRAJSHINH HARPALSINH ZALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VISHVRAJSHINH-HARPALSINH-ZALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">142<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2825<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2947<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">ABHANGI VYOM KISHORBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ABHANGI-VYOM-KISHORBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">143<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2826<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2948<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ADHYA VARSANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ADHYA-VARSANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">144<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2827<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2949<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANSHU ADROJA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ANSHU-ADROJA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">145<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2828<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2950<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BAIDEHI JHA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BAIDEHI-JHA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">146<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2829<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2951<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHARMAL AAMR ABBASBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHARMAL-AAMR-ABBASBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">147<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2830<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2952<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEEP MENPARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEEP-MENPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">148<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2831<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2953<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSH MOTERIA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSH-MOTERIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">149<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2832<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2954<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHORI VAIBHAV ASHOKBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHORI-VAIBHAV-ASHOKBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">150<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2833<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2955<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYEY POPAT JITENBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHYEY-POPAT-JITENBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">151<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2834<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2956<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">FREYA BERA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/FREYA-BERA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">152<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2835<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2957<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARSHIL NIRAVBHAI SHUKLA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARSHIL-NIRAVBHAI-SHUKLA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">153<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2836<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2958<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAINIL BHORANIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JAINIL-BHORANIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">154<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2837<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2959<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KASHYAP THAKKAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KASHYAP-THAKKAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">155<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2838<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2960<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHANT TANVI RASHMIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHANT-TANVI-RASHMIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">156<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2839<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2961<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHIMANIYA TRUSHAL NAGINBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHIMANIYA-TRUSHAL-NAGINBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">157<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2840<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2962<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRUPA GAMI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRUPA-GAMI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">158<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2841<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2963<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHESHWARI KANANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHESHWARI-KANANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">159<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2842<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2964<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAMAN TULSIBHAI GELANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAMAN-TULSIBHAI-GELANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">160<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2843<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2965<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NANDNI SIDHPURI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NANDNI-SIDHPURI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">161<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2844<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2966<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJA CHHAG<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/POOJA-CHHAG.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">162<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2845<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2967<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PREET MENDAPARA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PREET-MENDAPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">163<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2846<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2968<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RITU KUSHWALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RITU-KUSHWALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">164<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2847<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2969<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SANKHAVARA SHIV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SANKHAVARA-SHIV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">165<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2848<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2970<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SANTOKI MAURYA SUNILBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SANTOKI-MAURYA-SUNILBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">166<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2849<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2971<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHREYA RAMOLIYA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHREYA-RAMOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">167<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2850<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2972<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHRUTIBEN RAM<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHRUTIBEN-RAM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">168<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2851<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2973<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANISHKA CHAVDA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TANISHKA-CHAVDA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">169<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2852<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2974<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VATUKIYA ROHAN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VATUKIYA-ROHAN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">170<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2853<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2975<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIDITA KOTADIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIDITA-KOTADIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">171<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2854<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2976<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VISHRUTI BHUT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VISHRUTI-BHUT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">172<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2855<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2977<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YUG PARAG PATEL<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YUG-PARAG-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">173<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2856<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">2978<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AKSHAT SURESHBHAI KOTECHA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AKSHAT-SURESHBHAI-KOTECHA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">174<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2857<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2979<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ARPITA MAHESHBHAI SUTREJA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/ARPITA-MAHESHBHAI-SUTREJA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">175<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2858<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2980<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AYUSH HARIBHAI PADHIYAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AYUSH-HARIBHAI-PADHIYAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">176<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2859<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2981<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHALANI VEDANSHI RAJESH<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHALANI-VEDANSHI-RAJESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">177<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2860<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2982<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVSHREE THAKRAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVSHREE-THAKRAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">178<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2861<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2983<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHATRI MORI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHATRI-MORI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">179<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2862<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2984<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUPAD SHAILESHBHAI SHINGALA<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUPAD-SHAILESHBHAI-SHINGALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">180<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2863<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2985<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHRUVKUMAR SANJAYKUMAR JADAV<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHRUVKUMAR-SANJAYKUMAR-JADAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">181<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2864<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2986<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYEY HIRAL MODY<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DHYEY-HIRAL-MODY.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">182<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2865<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2987<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GUNJANBEN MORI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/GUNJANBEN-MORI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">183<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2866<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2988<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARDIPSINH PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARDIPSINH-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">184<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2867<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2989<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HASTI VILESHKUMAR PATEL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HASTI-VILESHKUMAR-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">185<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2868<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2990<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JADAV YASHVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JADAV-YASHVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">186<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2869<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2991<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAGRIT DOLATRAM TRIKLANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JAGRIT-DOLATRAM-TRIKLANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">187<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2870<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2992<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JATAN ASHISH SANGHANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JATAN-ASHISH-SANGHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">188<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2871<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2993<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYA BHIMANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYA-BHIMANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">189<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2872<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2994<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KARANGIYA TANVI RAMESH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KARANGIYA-TANVI-RAMESH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">190<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2873<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2995<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KORAT DAVISH<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KORAT-DAVISH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">191<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2874<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2996<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KOTECHA DHRUVI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KOTECHA-DHRUVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">192<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2875<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2997<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">LATHIYA PUSHTI ALPESHBHAI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/LATHIYA-PUSHTI-ALPESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">193<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2876<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2998<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANTHAN ANILKUMAR LAKUM<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANTHAN-ANILKUMAR-LAKUM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">194<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2877<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">2999<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MEETESH RAMESH NATHANI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MEETESH-RAMESH-NATHANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">195<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2878<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3000<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAIMISH PARMAR<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAIMISH-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">196<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2879<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3001<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NEHA JERAMBHAI NAKUM<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NEHA-JERAMBHAI-NAKUM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">197<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2880<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3002<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PANDYA KHUSHI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PANDYA-KHUSHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">198<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2881<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3003<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIDDHI KRISHNAKUMAR SOLANKI<\/td>\n<td style=\"height: 21px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDDHI-KRISHNAKUMAR-SOLANKI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">199<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2882<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3004<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIDHIMA HARESH LALWANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RIDHIMA-HARESH-LALWANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">200<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2883<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3005<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SARA JIGNESHBHAI TAMBOLI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SARA-JIGNESHBHAI-TAMBOLI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">201<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2884<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3006<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAVSANI RASHI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SAVSANI-RASHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">202<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2885<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3007<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">UDIPT PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/UDIPT-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">203<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2886<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3008<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIDHI LADANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIDHI-LADANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">204<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2887<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3009<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIHAAN DESAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIHAAN-DESAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">205<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2888<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3010<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VRUSHABH BHALSOD<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VRUSHABH-BHALSOD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">206<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2889<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3011<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHVI KALPESHBHAI MAIYAD<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHVI-KALPESHBHAI-MAIYAD.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">207<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2890<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">3012<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AAMENA BHARMAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AAMENA-BHARMAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">208<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2891<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3013<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AMALIYAR YASHRIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AMALIYAR-YASHRIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">209<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2892<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3014<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BORSADIYA HARSHIL DHIRAJLAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BORSADIYA-HARSHIL-DHIRAJLAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">210<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2893<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3015<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BUSA DEVANSH BHAGVANJIBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BUSA-DEVANSH-BHAGVANJIBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">211<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2894<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3016<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">CHUDASAMA-KRISHABA MAHAVIRSINH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/CHUDASAMA-KRISHABA-MAHAVIRSINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">212<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2895<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3017<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARKHANI MAHI BAKULBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARKHANI-MAHI-BAKULBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">213<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2896<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3018<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIYA DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIYA-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">214<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2897<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3019<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JOSHI ANSH VIRENBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JOSHI-ANSH-VIRENBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">215<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2898<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3020<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KATARIYA PRINCE SURESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KATARIYA-PRINCE-SURESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">216<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2899<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3021<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHACHARIYA UJWAL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KHACHARIYA-UJWAL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">217<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2900<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3022<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MADHAVI TILALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MADHAVI-TILALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">218<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2901<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3023<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHIDA NIRALI BEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHIDA-NIRALI-BEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">219<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2902<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3024<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANN LIMBANI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANN-LIMBANI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">220<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2903<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3025<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MOLIYA TIRTHA SANJAYBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MOLIYA-TIRTHA-SANJAYBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">221<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2904<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3026<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NAGARI-PURVIN KETANBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NAGARI-PURVIN-KETANBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">222<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2905<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3027<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NARODIA DEV ASHWINBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NARODIA-DE4V-ASHWINBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">223<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2906<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3028<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PANSURIYA DHARAMAKUMAR PARASBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PANSURIYA-DHARAMAKUMAR-PARASBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">224<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2907<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3029<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PATEL NIDHIBEN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PATEL-NIDHIBEN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">225<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2908<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3030<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PIYA KARIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PIYA-KARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">226<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2909<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3031<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAMANI HITARTH BHAVESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAMANI-HITARTH-BHAVESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">227<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2910<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3032<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RANPARIYA YASHVI BHAVESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RANPARIYA-YASHVI-BHAVESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">228<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2911<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3033<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RASHI VED<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RASHI-VED.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">229<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2912<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3034<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAY BINIT ASHOK<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAY-BINIT-ASHOK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">230<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2913<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3035<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SEJPAL AKSHAY SANJAY<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SEJPAL-AKSHAY-SANJAY.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">231<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2914<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3036<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANK-YASH RAKESHBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TANK-YASH-RAKESHBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">232<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2915<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3037<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHVI TURAKHIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YASHVI-TURAKHIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">233<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2916<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3038<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AARYAN BAVISHI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AARYAN-BAVISHI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">234<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2917<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3039<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AAYUSH LALIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/AAYUSH-LALIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">235<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2918<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3040<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BAROCHIYA DHRUVKUMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BAROCHIYA-DHRUVKUMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">236<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2919<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3041<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHAGIRATH RAM<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/BHAGIRATH-RAM.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">237<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2920<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3042<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVANSHI VAISHNAV<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/DEVANSHI-VAISHNAV.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">238<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2921<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3043<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HAMIPARA TIRTH SANJAYBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HAMIPARA-TIRTH-SANJAYBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">239<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2922<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3044<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARSH DODIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/HARSH-DODIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">240<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2923<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3045<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JIGNESH THACKER<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/JIGNESH-THACKER.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">241<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2924<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3046<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAPADIYA RAKSHIT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KAPADIYA-RAKSHIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">242<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2925<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3047<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KARYA KIRTIBHAI SANKHALA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KARYA-KIRTIBHAI-SANKHALA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">243<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2926<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3048<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAVYA HITENDRABHAI PAMBHAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KAVYA-HITENDRABHAI-PAMBHAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">244<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2927<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3049<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KESHAV PILLAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KESHAV-PILLAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">245<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2928<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3050<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KOTECHA MOHIT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KOTECHA-MOHIT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">246<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2929<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3051<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRISHNABEN VARIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/KRISHNABEN-VARIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">247<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2930<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3052<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MAHI RAKHOLIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MAHI-RAKHOLIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">248<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2931<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3053<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANAV ASHOKBHAI PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MANAV-ASHOKBHAI-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 20px;\">\n<td style=\"width: 11.8966%; height: 20px;\">249<\/td>\n<td style=\"width: 12.931%; height: 20px;\">2932<\/td>\n<td style=\"width: 14.6388%; height: 20px;\">3054<\/td>\n<td style=\"width: 41.7405%; height: 20px;\">MEET ARJANBHAI PANSURIYA<\/td>\n<td style=\"width: 16.3793%; height: 20px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/MEET-ARJANBHAI-PANSURIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">250<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2933<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3055<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NIR PATADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/NIR-PATADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">251<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2934<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3056<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">OM LADUMOR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/OM-LADUMOR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">252<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2935<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3057<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PALWAR RUTURAJSINH PARESHSINH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PALWAR-RUTURAJSINH-PARESHSINH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">253<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2936<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3058<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PITHIYA YASH<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PITHIYA-YASH.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">254<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2937<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3059<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJAN PATEL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/POOJAN-PATEL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">255<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2938<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3060<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRACHI SATISHBHAI VEKARIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRACHI-SATISHBHAI-VEKARIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">256<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2939<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3061<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PREET RUPAREL<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PREET-RUPAREL.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">257<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2940<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3062<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRUTHVIDAN GADHAVI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/PRUTHVIDAN-GADHAVI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">258<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2941<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3063<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAHULBHAI DINESHBHAI AMALIYAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAHULBHAI-DINESHBHAI-AMALIYAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">259<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2942<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3064<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RAJ DHARMESH MONPARA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/RAJ-DHARMESH-MONPARA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">260<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2943<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3065<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SETUL PIPROTAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SETUL-PIPROTAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">261<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2944<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3066<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHIVAM PARMAR<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHIVAM-PARMAR.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">262<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2945<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3067<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHUBHAM-NIKUNJ PATANIA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SHUBHAM-NIKUNJ-PATANIA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">263<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2946<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3068<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SINGH ANISH RAUSHAN<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/SINGH-ANISH-RAUSHAN.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">264<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2947<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3069<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TIRTH JASMINBHAI POPAT<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TIRTH-JASMINBHAI-POPAT.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">265<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2948<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3070<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TRIVEDI DHRUVI JAYDEEPBHAI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/TRIVEDI-DHRUVI-JAYDEEPBHAI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">266<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2949<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3071<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VASU VAGADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VASU-VAGADIYA.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">267<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2950<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3072<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VIVEKCHANDRA ANILCHANDRA PRANAMI<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/VIVEKCHANDRA-ANILCHANDRA-PRANAMI.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">268<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2951<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3073<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YUVRAJSINH MANEK<\/td>\n<td style=\"width: 16.3793%; height: 21px;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2026\/08\/YUVRAJSINH-MANEK.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\" width=\"93\">269<\/td>\n<td style=\"width: 12.931%; height: 21px;\" width=\"93\">2952<\/td>\n<td style=\"width: 14.6388%; height: 21px;\" width=\"93\">3074<\/td>\n<td style=\"width: 41.7405%; height: 21px;\" width=\"237\">AJAY LAKHAMANBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">270<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2953<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3075<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANGEL MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">271<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2954<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3076<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANSHIKA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">272<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2955<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3077<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ANUJ PARESHKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">273<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2956<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3078<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ARYAN KARSAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">274<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2957<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3079<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">AVINASH HITESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">275<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2958<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3080<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BERA HARSH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">276<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2959<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3081<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHADARKA DHRUV MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">277<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2960<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3082<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BHALODI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">278<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2961<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3083<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">BIRVA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">279<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2962<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3084<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">CHOLERA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">280<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2963<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3085<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DARSH HIMMAT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">281<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2964<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3086<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEEP KETANBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">282<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2965<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3087<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DETROJA GOPI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">283<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2966<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3088<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEV MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">284<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2967<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3089<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DEVAM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">285<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2968<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3090<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHARA MALDE MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">286<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2969<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3091<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHARM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">287<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2970<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3092<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DHYANA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">288<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2971<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3093<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">DUBEY SHIVAMKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">289<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2972<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3094<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">FALGUNI SAGARBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">290<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2973<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3095<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GADHIYA DEEP MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">291<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2974<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3096<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">GANGANI SIDDHI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">292<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2975<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3097<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HARVI PRAKASHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">293<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2976<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3098<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">HEER RAJESHKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">294<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2977<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3099<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">ISHA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">295<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2978<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3100<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JAIMIN KEYUR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">296<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2979<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3101<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JANVI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">297<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2980<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3102<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">JINISH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">298<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2981<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3103<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KACHHOT ALPESH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">299<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2982<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3104<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KAUSHAL SHAILESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">300<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2983<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3105<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KHUSHI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">301<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2984<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3106<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">KRINSY MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">302<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2985<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3107<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">LAKSHYA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">303<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2986<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3108<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MANASIYA MOHAMADRUHAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">304<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2987<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3109<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">MEVADA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">305<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2988<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3110<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">NIKUNJ MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">306<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2989<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3111<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PARMAR BALVANT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">307<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2990<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3112<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">POOJA RAJSHIBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">308<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2991<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3113<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRANAY MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">309<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2992<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3114<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRATVI MUKESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">310<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2993<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3115<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">PRINCE GIRDHARBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">311<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2994<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3116<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RATHOD MANAN MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">312<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2995<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3117<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RIVA BALVANT MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">313<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2996<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3118<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUDRA V MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">314<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2997<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3119<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUDRARAJSINH SHAKTISINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">315<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2998<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3120<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">RUTVI YOGESHBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">316<\/td>\n<td style=\"width: 12.931%; height: 21px;\">2999<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3121<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SAIPARIYA HEEMA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">317<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3000<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3122<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SHAKTISINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">318<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3001<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3123<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">SUJAL D MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">319<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3002<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3124<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">TANVI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">320<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3003<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3125<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">THAKKAR RIDHAM MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">321<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3004<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3126<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">UMESH H MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">322<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3005<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3127<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">URVIBEN KIRANKUMAR MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">323<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3006<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3128<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VANOL SURYARAJ MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">324<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3007<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3129<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">VEDANTSINH KISHORBHAI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">325<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3008<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3130<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YAKSH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">326<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3009<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3131<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YANA MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">327<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3010<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3132<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YASHPALSINH MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<tr style=\"height: 21px;\">\n<td style=\"width: 11.8966%; height: 21px;\">328<\/td>\n<td style=\"width: 12.931%; height: 21px;\">3011<\/td>\n<td style=\"width: 14.6388%; height: 21px;\">3133<\/td>\n<td style=\"width: 41.7405%; height: 21px;\">YATRI MODHVADIYA<\/td>\n<td style=\"width: 16.3793%; height: 21px;\">&nbsp;<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 100%; height: 6552px;\" width=\"664\">\n<tbody>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 97.5862%;\" colspan=\"5\" width=\"664\">Student LC List<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">Sr No.<\/td>\n<td style=\"height: 26px; width: 12.931%;\">LC No.<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">GR No.<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Name<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">Manage<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">1<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3050<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3041<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harshil Hirpara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harshil-Hirpara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">2<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3045<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3036<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhay Hindocha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhay-Hindocha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">3<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3020<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3004<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhishek Pambhaniya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhishek-Pampaniya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">4<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2975<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2967<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Abhi Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Abhi-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">5<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2981<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2975<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aditi Ruparel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aditi-Ruparel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">6<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2946<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2636<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aditya Yadav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aditya-Yadav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">7<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2997<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2980<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Africawala Yusuf<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Africawala-Murtaza.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">8<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2821<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3084<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ahuja Yukta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ahuja-Yukta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">9<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2833<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">465<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ajani Het<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ajani-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">10<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2802<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2895<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Akshara Mehta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Akshara-Mehta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">11<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2939<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2349<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Amrerndersinh Tomar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Amrendersingh-Tomar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">12<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2994<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2977<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Andrapiya Disha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Andrapiya-Disha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">13<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2858<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2927<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Anubhab Panda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Anubhab-Panda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">14<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2801<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2262<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arjun Kareliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arjun-Kareliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">15<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2947<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2572<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arsh Gangani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arsh-Gangani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">16<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2923<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1557<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arva Vainshnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arva-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">17<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3015<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2497<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Arya Pandey<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Arya-Pandey.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">18<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3001<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2984<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aryan Soni<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aryan-Soni.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">19<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3035<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3022<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aryan Vadher<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aryan-Vadher.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">20<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2816<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">120<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashar Karan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ashar-Karan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">21<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2909<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">441<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashodariya Shyam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Asodariya-Shyam.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">22<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3003<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2986<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ashtha Rawal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Astha-Rawal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">23<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3023<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3008<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Aum Pipalva<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Aum-Pipalva.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">24<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2941<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2442<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ayushi Bayal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ayushi-Bayal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">25<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2996<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2979<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Balister Hawra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Balister-Aliasagar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">26<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2856<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2916<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Barvaliya Keshar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Barvaliya-Kesar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">27<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2751<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">872<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhadada Nikhil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhadada-Nikhil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">28<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2973<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2965<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhakti Sakariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhakti-Sakariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">29<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2786<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1417<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhalara Rahul<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhalara-Rushil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">30<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2926<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1595<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhatt Darsh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhatt-Darsh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">31<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2761<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2357<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhansdadia Prenshu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhensdadia-Prenshu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">32<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2783<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3150<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Bhuva Hetbhai<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Bhuga-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">33<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2901<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">349<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Butani Dev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Butani-Dev.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">34<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3033<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3020<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Ravrani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Ravrani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">35<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2912<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">455<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chhaniya Sofiyan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chaniya-Sofiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">36<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2754<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">771<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chauhan Yashrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chauhan-Yashrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">37<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2768<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3284<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chavda Pruthviraj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chavda-Pruthviraj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">38<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2922<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1498<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Chovatiya Vinay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Chovatiya-Vinay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">39<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2817<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">467<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dabhi Prarthana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dabhi-Prathana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">40<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2812<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1623<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dabhi Shaktisinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dabhi-Shaktisinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">41<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2863<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3034<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Darshan Surani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Darshan-Surani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">42<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2733<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2290<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Davda Maanya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Davda-Maanya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">43<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2983<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3371<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dave Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dave-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">44<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2820<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3066<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dave Vedansh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dave-Vedansh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">45<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3022<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3007<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dax Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dax-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">46<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3024<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3009<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Densi Vachhani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Densi-Vachhani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">47<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3027<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3013<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dev faldu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dev-Faldu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">48<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2925<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1591<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhakan Smit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhakan-Smit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">49<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2854<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2907<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhakan Vanshika<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhakan-Vanshika.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">50<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2748<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">4140<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhanak Mahi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhanak-Mahi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">51<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3000<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2983<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dhaval Chauhan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhaval-Chauhan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">52<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3041<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3027<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Diya Dangar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dhiya-Dangar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">53<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2976<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2968<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dishant Solanki<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dishant-Solanki.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">54<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2958<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2942<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Diya Ganatra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Diya-Ganatra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">55<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2968<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2961<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dodiya Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dodiya-Dhruvil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">56<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2853<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2524<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dolly Oza<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dolly-Oza.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">57<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2845<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2044<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dudhagra Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Dudhagara-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">58<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2999<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2983<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Eva Fasra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Eva-Fasra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">59<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2730<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3207<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Fultariya Manthan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Fultariya-Manthan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">60<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2720<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1275<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gadhiya Netra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gadhiya-Netra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">61<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2974<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2966<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Galchar Kavita<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Galchar-Kavita.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">62<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2980<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">438<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Garachh Vibhuti<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Garach-Vibhuti.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">63<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2850<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2285<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gaurav Gojiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gaurav-Gojiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">64<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2945<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2580<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ghela Nishra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ghela-Nishra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">65<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2729<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3166<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Godhani Dhruvisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Godhani-Dhruvisha1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">66<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3019<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3001<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gohil Nayan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gohil-Nayan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">67<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3005<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2988<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gondaliya Angel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gondaliya-Angel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">68<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2773<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3442<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gopani Pankil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gopani-Pankil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">69<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2987<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3217<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Gope Roshanlal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Gope-Roshanlal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">70<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2868<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3064<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Happy Bhimbha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Happy-Bhimbha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">71<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3043<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3032<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harihar Ashish<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harihar-Ashish.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">72<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2937<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2323<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harita Vala<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harita-Vala.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">73<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3047<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3038<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Jani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Jani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">74<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2971<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2964<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harsh Loriya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harsh-Loriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">75<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3029<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3015<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Harshraj Pandey<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Harshraj-Pandey.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">76<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2967<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2957<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Heet Gojiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Heet-Gojiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">77<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2944<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2527<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Hitarth Siddhapara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Hitarth-Siddhapara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">78<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2966<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2156<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Isha Javia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Isha-Javiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">79<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2998<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2981<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Isha Limbasiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Isha-Limbasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">80<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2766<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2861<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Aditiba<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Aditiba.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">81<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2807<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3085<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Dhara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Dhara-Kiritsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">82<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3017<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2999<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Kripalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Kripalsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">83<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2835<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3322<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Manavrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Manavrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">84<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2798<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1641<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jadeja Yashrajsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jadeja-Yashrajsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">85<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2979<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2973<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Javia Aum<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Javia-Aum.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">86<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2806<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1263<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Javia Yash<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Javiya-Yash.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">87<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2903<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3120<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jaydev Kansagara<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jaydev-Kansagara.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">88<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3004<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2987<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jaydutt Sareriya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jaydutt-Sareriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">89<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3032<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3019<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jeen Bhansdadia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jeet-Bhensdadia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">90<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2964<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2955<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jill Gajera<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jill-Gajera.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">91<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2957<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2941<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jinali Vora<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Jinali-Vora.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">92<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2742<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3423<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Joshi Sarthak<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Joshi-Sarthak.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">93<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2938<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2325<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Joshna Kanjariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Joshna-Kanjariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">94<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2741<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2144<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kachhadiya Dhyani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kachhadiya-Dhyani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">95<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2795<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2888<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kadam Nagariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kadam-Nagariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">96<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2753<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1226<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kalariya Rahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kalariya-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">97<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2951<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3345<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kanani Anjan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kanani-Anjan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">98<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3012<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2995<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kandoriya Pranjal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kandoriya-Pranjal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">99<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2732<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3190<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kaneriya Ajay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kaneriya-Ajay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">100<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2707<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2906<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kaneriya Kavya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kaneriya-Kavya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">101<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2744<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1420<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Karn Shubham<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Karn-Shubham.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">102<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2818<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2333<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kartikkumar Lathia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kartikkumar-Lathia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">103<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2955<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2939<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kavya Mewar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kavya-Mewar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">104<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2860<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2937<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kevin Mathew<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kevin-Mathew.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">105<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2916<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">731<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khandhar Jainam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khandhar-Jainam.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">106<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2716<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3298<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khimoriya Sahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khimoriya-Sahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">107<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2772<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1222<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khunt Het<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khunt-Het.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">108<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2978<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2970<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Khunt Priyal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Khunt-Priyal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">109<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2824<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3104<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Komalba Rana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Komalba-Rana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">110<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2739<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3450<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Kota Tashi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Kota-Taashi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">111<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2873<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3075<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Krishi Radadiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Krishi-Radadiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">112<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3031<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3014<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Labana Vidhitkumar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Labana-Vidhitkumar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">113<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2984<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3155<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Jiten Ladwa<\/td>\n<td style=\"height: 26px; width: 16.3793%;\">V<a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ladwa-Jiten.pdf\">i<\/a>ew<\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">114<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3036<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3033<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Liza Der<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Liza-Der.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">115<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2942<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2514<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Madhav Sampat<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Madhav-Sampat.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">116<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3009<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2992<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Maheswari Man<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Madhav-Sampat.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">117<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2774<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2331<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mahir Nurali<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mahir-Nurali.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">118<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2855<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2911<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Dhruvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">119<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2747<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1827<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Dharmik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Dharmik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">120<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2870<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3010<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Makwana Twinkle<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Makwana-Twinkle.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">121<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2943<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2515<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Malhar Chavda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Malhar-Chavda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">122<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2914<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">474<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Malvi Devangiben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Malvi-Devangiben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">123<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2749<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2121<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mandh Vaibhav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mandh-Vaibhav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">124<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2787<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1060<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mane Pratik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mane-Pratik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">125<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2963<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2954<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Manthan Kaku<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Manthan-Kaku.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">126<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2828<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3247<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Manvar rajvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Manvar-Rajvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">127<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2767<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">365<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Markana Om<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Markana-Om.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">128<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2724<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3138<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meer Mehta<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meer-Mehta.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">129<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3007<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2990<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meet Sindhav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meet-Sindhav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">130<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2960<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2944<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Meghanaba Jadeja<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Meghanaba-Jadeja.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">131<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2763<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3154<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehia Jill<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehia-Jill.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">132<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2794<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1318<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Hetav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Hetav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">133<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2799<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2118<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Param<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Param.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">134<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2803<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">668<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mehta Rishika<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mehta-Rishika.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">135<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3006<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2989<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mishri Kalariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mishri-Kalariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">136<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2859<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2936<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mohmad Ghanchi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mohmad-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">137<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2921<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">489<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Moliya Rutvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Moliya-Rutvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">138<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2735<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2301<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Mondal Sbhubhdip<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Mondal-Shubhdip.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">139<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2811<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3287<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Moteria Riddhi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Moteriya-Riddhi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">140<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2706<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1505<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Muhmmad Serasiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Muhammad-Arman-Sherasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">141<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2793<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2630<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nakum Rushabh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nakum-Rushabh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">142<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2731<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1607<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Namra Padalia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Namra-Padalia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">143<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2809<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1944<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nathawani Isha&nbsp;<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nathawani-Isha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">144<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3011<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2994<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nisarg Bhanderi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Nisarg-Bhanderi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">145<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2769<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2519<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Bhardwaj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Bhardwaj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">146<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2954<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2928<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Buddhadev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Buddhadev.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">147<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3040<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3025<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Chaudhary<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Chaudhary.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">148<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2940<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2355<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Om Goswami<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Om-Goswami.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">149<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2738<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3266<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Aditiben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Aditiben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">150<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2727<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3239<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Aniket<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Aniket.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">151<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2737<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3238<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Padhiyar Om<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Padhiyar-Om.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">152<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2846<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2168<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pambhar Vishwa<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pambhar-Vishwa.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">153<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2823<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2510<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pandya Vihaan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pandya-Vihan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">154<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2864<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3047<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Panseriya Aryan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Panseriya-Aryan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">155<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3030<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3016<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Paramjeet Dahima<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Paramjeet-Dahima.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">156<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2755<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Deep<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Deep.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">157<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2740<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2648<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pambhar Jenish<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Jenish.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">158<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2810<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3777<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Krisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Krisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">159<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2950<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2925<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Rahil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Rahil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">160<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2765<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2305<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Rajveersinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Rajveersinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">161<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2869<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3069<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parmar Unnati<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parmar-Unnati.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">162<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2931<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">451<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Parsana Khushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Parsana-Khushi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">163<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2852<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2498<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patel Aryan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patel-Aryan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">164<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2862<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3026<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patel Rushil<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patel-Rushil.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">165<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2792<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2114<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pathak Jigar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pathak-Jigar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">166<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2992<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3470<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Patoliya Preet<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Patoliya-Preet.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">167<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3021<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3005<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Prajveen Vaishnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Prajveen-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">168<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2970<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2963<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Pranshu Sharma<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Pranshu-Sharma.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">169<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2961<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2951<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Barad Preet<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Preet-Barad.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">170<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2719<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3389<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Prince Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Prince-Patel.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">171<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2861<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2958<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Priya Gondaliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Priya-Gondaliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">172<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2980<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2974<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Priyansha Pradhan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Priyansha-Pradhan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">173<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2711<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rachchh Tisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rachh-Tisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">174<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2717<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3388<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rahul Patel<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rahul-Patel-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">175<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2714<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3220<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rao Twisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rai-Twisha-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">176<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2752<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">670<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Dev<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Dev-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">177<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2920<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">889<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Kevin<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Kevin-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">178<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2813<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1308<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Raiyani Netra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Raiyani-Netra-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">179<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3002<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2985<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajal Dodiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajal-Dodiya-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">180<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2969<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2962<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajal Lashkari<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajal-Lashkari-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">181<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2928<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1891<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rajgor Khushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajgor-Khushi1-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">182<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2919<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">742<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ramani Rakshit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rajgor-Khushi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">183<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3014<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2996<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rana Satyapalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rana-Satyapalsinh-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">184<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2952<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2926<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rashida Mannan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rashida-Mannan-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">185<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2993<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2976<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Dharmiben Ribadiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ribadiya-Dharmi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">186<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2875<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3076<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rudra Butani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rudra-Butani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">187<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2760<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1742<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Aditi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Aditi-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">188<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2758<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1743<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Ami<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Ami-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">189<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2759<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2111<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rughani Shyam<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rughani-Shyam-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">190<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2871<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3071<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Ruparel Brinda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Ruparel-Brinda-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">191<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2953<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2931<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rushi Desai<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rushi-Desai-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">192<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3028<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3014<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Rushi Kardani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Rushi-Kardani-1.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">193<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2797<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1794<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sadariya Krishiv<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sadariya-Krishiv.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">194<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3016<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2998<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Saini Nandni<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Saini-Nandni.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">195<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2838<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1002<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sakariya Kashyap<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sakariya-Kashyap.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">196<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2705<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2313<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sherasiya Samin<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Samin-Sherasiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">197<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2962<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2953<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Savaliya Vatsal<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Savaliya-Vatsal.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">198<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2907<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">433<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sejpal Devanshi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sejpal-Devanshi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">199<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2935<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2215<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shekh Suliana<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shekh-Suliana.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">200<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2788<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2312<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shekhaliya Druthi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shekhaliya-Druthi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">201<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2995<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2978<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shivam Vaishnav<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shivam-Vaishnav.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">202<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2949<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2924<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shlok Joshi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shlok-Joshi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">203<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2726<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3147<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shrivastava Akshay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shrivastava-Akshay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">204<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2986<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2522<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Shyam Virda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Shyam-Virda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">205<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2977<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2969<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Siddhi Savjani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Siddhi-Savjani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">206<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3025<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3010<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sindhav Ranjitsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sindhav-Ranjitsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">207<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2848<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2222<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Arjun<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Arjun.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">208<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2991<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2556<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Rudra<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Rudra.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">209<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2781<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2881<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Singh Shubhamkumar<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Singh-Shubham-Kumar.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">210<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3026<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3012<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sinojia Pranshu<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sinojia-Pranshu.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">211<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2725<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">298<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Siyani Samarth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Siyani-Samarth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">212<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2902<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3125<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Smit Chhabhaiya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Smit-Chhabhaiya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">213<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2757<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2108<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sojitra Prisha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sojitra-Prisha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">214<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2756<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2559<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sojitra Tirth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sojitra-Tirth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">215<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3034<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3021<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Solanki Mahek<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Solanki-Mahek.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">216<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2849<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2266<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Solanki Parag<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Solanki-Parag.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">217<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3048<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3039<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Suhem Dakora<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Suhem-Dakora.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">218<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3049<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3040<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sumit Chavda<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/sumit-Chavda.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">219<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2956<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2940<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Sunanda Ghosh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Sunanda-Ghosh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">220<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2929<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1941<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Surani Jit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Surani-Jit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">221<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2775<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3450<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Taashi Kota<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Taashi-Kota.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">222<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2918<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">738<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tanna Hritik<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tanna-Hritik.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">223<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3044<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3035<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tanveersinh Sodha<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tanveersingh-Sodha.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">224<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2780<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2170<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Thanki Jay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Thanki-Jay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">225<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2750<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2476<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Thummar Vraj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Thummar-Vraj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">226<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2800<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2261<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Tulja Kaleriya&nbsp;<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Tulja-Kaleriya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">227<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2915<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">730<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Udiyar Rohit<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Udiyar-Rohit.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">228<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2745<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2561<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Umaraniya Miwi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Umraniya-Miwi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">229<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3018<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3000<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Utsav Ghedia<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Utsav-Ghedia.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">230<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3042<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3028<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Utsav Gondaliya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Utsav-Gondaliya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">231<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2822<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2872<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghela Brijpalsinh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghela-Brijpalsinh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">232<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2917<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">734<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghela Harsh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghela-Harsh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">233<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2934<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2163<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaghamshi Pavan<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaghmashi-Pavan.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">234<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2927<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1888<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaid Ismail<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaid-Ismail.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">235<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2815<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3211<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vainsh Kenilben<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vainsh-Kenilben.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">236<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2782<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3083<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaishnani Prince<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaishnani-Prince.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">237<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2842<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">1889<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vaishnani Rushikesh<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vaishnani-Rushikesh.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">238<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2830<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">421<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vasani Dhruvi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vasani-Dhruvi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">239<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2718<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3385<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Nandani Vedant<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vedant-Nandani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">240<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2721<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3065<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vekariya Shreya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vekariya-Shreya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">241<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3008<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2991<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vibha Samani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vibha-Samani.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">242<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3046<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3037<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vikas Zala<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vikas-Zala.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">243<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2904<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3127<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Viradia Abhay<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Viradia-Abhay.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">244<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2796<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">696<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Virani Kunj<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Virani-Kunj.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">245<\/td>\n<td style=\"height: 26px; width: 12.931%;\">3010<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2993<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vishal Ranpariya<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vishal-Ranpariya.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">246<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2911<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">446<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vora Ayushi<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vora-Ayushi.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">247<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2930<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">2048<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vora Tirth<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vora-Tirth.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">248<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2709<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3183<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vyas Darp<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vyas-Darp.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">249<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2776<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3269<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Vyas Hemadri<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Vyas-Hemadri.pdf\">View<\/a><\/td>\n<\/tr>\n<tr style=\"height: 26px;\">\n<td style=\"height: 26px; width: 11.8966%;\">250<\/td>\n<td style=\"height: 26px; width: 12.931%;\">2990<\/td>\n<td style=\"height: 26px; width: 13.4483%;\">3489<\/td>\n<td style=\"height: 26px; width: 42.931%;\">Zalak Jani<\/td>\n<td style=\"height: 26px; width: 16.3793%;\"><a href=\"https:\/\/modicbseschool.com\/wp-content\/uploads\/2022\/11\/Zalak-Jani.pdf\">View<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n\n","protected":false},"excerpt":{"rendered":"<p>STUDENT DETAILS LEFT 2026-27 SR NO GR NO STUDENT NAME View TC 1 6580 AARADHYA KALPESHBHAI KACHROLA View 2 6442 DEVARSH BHAVESHBHAI GHASADIYA View 3 6348 HENI AMITBHAI MENDAPARA View 4 6675 JIYAN IRFANBHAI SHERASIYA View 5 6312 JAWAL RAMNIK BARAIYA View 6 6335 KABIR DHAVAL KATARIYA View 7 6683 KAVY ATULBHAI PETHANI View 8<br \/><a class=\"btn_a\" href=\"https:\/\/modicbseschool.com\/?students_corner=dilip-sainy\"><span><i class=\"in_left fa fa-angle-right\"><\/i><span>Details<\/span><i class=\"in_right fa fa-angle-right\"><\/i><\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-fullwidth.php","meta":{"footnotes":""},"class_list":["post-390","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/modicbseschool.com\/index.php?rest_route=\/wp\/v2\/pages\/390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/modicbseschool.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/modicbseschool.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/modicbseschool.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/modicbseschool.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=390"}],"version-history":[{"count":82,"href":"https:\/\/modicbseschool.com\/index.php?rest_route=\/wp\/v2\/pages\/390\/revisions"}],"predecessor-version":[{"id":3150,"href":"https:\/\/modicbseschool.com\/index.php?rest_route=\/wp\/v2\/pages\/390\/revisions\/3150"}],"wp:attachment":[{"href":"https:\/\/modicbseschool.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}