@if ($errors->has('email')) {{ $errors->first('email') }} @endif

@if ($errors->has('username')) {{ $errors->first('username') }} @endif

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

@if ($errors->has('website')) {{ $errors->first('website') }} @endif

@if($registration)

@endif
Display Preferences

{!! csrf_field() !!}