<?php if($errors->has()): ?>
	<div class="errors"> 
		<ul>
			<?php echo  $errors->first('ec_date',		'<li>:message</li>' ) ; ?>
			<?php echo  $errors->first('ec_time',		'<li>:message</li>' ) ; ?>
		</ul>
	</div>
<?php endif; ?>
			