@if ($errors->has($name)) @foreach($errors->get($name) as $error)
{{ $error }}
@endforeach @endif