<?php if($errors->has()): ?>
			<ul>
			   <?php echo  $errors->first('name',    '<li>:message</li>' ) ; ?>
			   <?php echo  $errors->first('surname', '<li>:message</li>' ) ; ?>
			   <?php echo  $errors->first('email',   '<li>:message</li>' ) ; ?>
			   <?php echo  $errors->first('address', '<li>:message</li>' ) ; ?>
			   <?php echo  $errors->first('pcode',   '<li>:message</li>' ) ; ?>
			   <?php echo  $errors->first('phone',   '<li>:message</li>' ) ; ?>
			   <?php echo  $errors->first('mobile',  '<li>:message</li>' ) ; ?>
			   <?php echo  $errors->first('birthday','<li>:message</li>' ) ; ?>
			   <?php echo  $errors->first('language','<li>:message</li>' ) ; ?>
			</ul>
<?php endif; ?>
			