Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
Show group on admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
Roelof Roos committed Oct 28, 2021
1 parent c6e1aa7 commit 1e4f734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/admin/users/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

@php
$facts = [
'Groep(en)' => $user->group,
'Stemrecht' => $user->is_voter,
'Machtigbaar' => $user->can_proxy,
'Heeft machtiging afgegeven' => $user->proxy !== null,
Expand Down

0 comments on commit 1e4f734

Please sign in to comment.