<?php if($errors->has()): ?>
	<div class="msg err"> 
		<ul>
			<?php echo  $errors->first('id'			,	'<li>:message</li>' ) ; ?>
			<?php echo  $errors->first('person_id'	,	'<li>:message</li>' ) ; ?>
			<?php echo  $errors->first('season_id'	,	'<li>:message</li>' ) ; ?>
			<?php echo  $errors->first('team_id'		,	'<li>:message</li>' ) ; ?>
			<?php echo  $errors->first('classif_id'	,	'<li>:message</li>' ) ; ?>
		</ul>
	</div>
<?php endif; ?>
