Added missing postal code from user view

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-06-22 12:18:57 -07:00
parent 2f02eee69b
commit f0f37df76e

View file

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