Added missing postal code from user view
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
2f02eee69b
commit
f0f37df76e
1 changed files with 3 additions and 0 deletions
|
@ -305,6 +305,9 @@
|
||||||
@if ($user->country)
|
@if ($user->country)
|
||||||
{{ $user->country }}
|
{{ $user->country }}
|
||||||
@endif
|
@endif
|
||||||
|
@if ($user->zip)
|
||||||
|
{{ $user->zip }}
|
||||||
|
@endif
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue