Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2022-06-22 12:20:04 -07:00
commit 5ac9efa9a3

View file

@ -305,6 +305,9 @@
@if ($user->country)
{{ $user->country }}
@endif
@if ($user->zip)
{{ $user->zip }}
@endif
</div>
</div>