@if($errors->has('name')) @foreach($errors->get('name') as $e) {{$e}} @endforeach @endif
@if($errors->has('seeder')) @foreach($errors->get('seeder') as $e) {{$e}} @endforeach @endif
@if($errors->has('prefix')) @foreach($errors->get('prefix') as $e) {{$e}} @endforeach @endif
@if($errors->has('description')) @foreach($errors->get('description') as $e) {{$e}} @endforeach @endif