<?php if($errors->has()): ?>
	<div class="errors"> 
		<ul>
			<?php echo  $errors->first('slot_time',		'<li>:message</li>' ) ; ?>
			<?php echo  $errors->first('training_id',	'<li>:message</li>' ) ; ?>
			<?php echo  $errors->first('person_id',		'<li>:message</li>' ) ; ?>
			<?php echo  $errors->first('updated_by',		'<li>:message</li>' ) ; ?>
			<?php echo  $errors->first('is_done',		'<li>:message</li>' ) ; ?>
		</ul>
	</div>
<?php endif; ?>
			