@if ($errors->has('username'))

{{ $errors->first('username') }}

@endif
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif