Finish subuser controller

This commit is contained in:
Dane Everitt
2017-09-04 18:12:13 -05:00
parent 7222754580
commit dc310ffdea
16 changed files with 524 additions and 161 deletions

View File

@@ -44,7 +44,7 @@
<label class="control-label">@lang('server.users.new.email')</label>
<div>
{!! csrf_field() !!}
<input type="email" class="form-control" name="email" />
<input type="email" class="form-control" name="email" value="{{ old('email') }}" />
<p class="text-muted small">@lang('server.users.new.email_help')</p>
</div>
</div>