EVOLUTION-MANAGER
Edit File: request.blade.php
@if(count($errors) > 0) <div class="alert alert-danger alert-dismissible" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button> <ul> @foreach($errors->all() as $error) <li>{!!$error!!}</li> @endforeach </ul> </div> @endif