<html>
<head></head>
<body>
	<table>
		<tr>
			<td><img src="<?php echo URL::to('/');; ?>/img/logo.png"/></td>
		</tr>
		<tr>
			Hi <?php echo $first_name; ?>,
			Students is created,
			<br/>
			User: <?php echo $user_email; ?>
			<br/>
			<a href="<?php echo URL::to('/');; ?>/passwordchange/<?php echo $idv; ?>">Click to create password</a>
			<br/>
			Congratulations! Your Are The Part Of <strong><?php echo $batch_name; ?> </strong>Batch ,
			<br/>
			 Batch Start Date :<strong><?php echo date('F d,Y', strtotime($batch_start )); ?></strong>
			<br/>
			Batch faculties :
				<?php foreach ($faculties as $v): ?>
				<strong><?php echo $v; ?> , </strong>
				<?php endforeach; ?>
			<br/>
		</tr>
		<tr>
			<strong>Thanks</strong><br/>
			Golars
		</tr>
	</table>
</body>
</html>
