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