<html>
<head></head>
<body>
	<table>
		<tr>
			<td><img src="<?php echo URL::to('/');; ?>/img/logo.png"/></td>
		</tr>
		<tr>
			Hi <strong><?php echo $fullname; ?></strong>,
			Your Class Timings are assigned as bellow.
			 
			<br/>
			 Batch Name : <strong><?php echo $batch_name; ?></strong>
			 <br/>
			 Batch Start Date : <strong><?php echo date('F d,Y',strtotime($class_date)); ?></strong>
			 <br/>
			 Batch Start Time : <strong><?php echo $class_start; ?></strong>
			 <br/>
			 Batch End Time : <strong><?php echo $class_end; ?></strong>
			<br/>
			 Description : <strong><?php echo $description; ?></strong>
			 <br/>
			 
		</tr>
		<tr>
			<strong>Thanks</strong><br/>
			Golars
		</tr>
	</table>
</body>
</html>
