Skip to content

Commit

Permalink
Update register.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Piazzi authored May 5, 2022
1 parent 19b8d89 commit a45d1c2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resources/views/vendor/adminlte/register.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@
@endif
</div>

<div class="form-group has-feedback {{ $errors->has('avatar_url') ? 'has-error' : '' }}">
<input type="file" name="avatar_url" class="form-control">
</div>


<button style="background-color: #064c72;" type="submit"
class="btn btn-primary btn-block btn-flat"
>{{ __('Register') }}</button>

</form>
<div class="auth-links">
Expand Down

0 comments on commit a45d1c2

Please sign in to comment.