feat(Member & Membership): table and form functionnalities

This commit is contained in:
2025-10-22 18:04:34 +02:00
parent 0924da3cda
commit 757f6cf20c
7 changed files with 62 additions and 13 deletions

View File

@@ -5,8 +5,10 @@ return [
'group' => 'Group',
'groups' => 'Groups',
'name' => 'Name',
'identifier' => 'Identifier',
'description' => 'Description',
'created_at' => 'Created at',
'Updated at' => 'Updated at'
'Updated at' => 'Updated at',
'view_members' => 'View members of this group'
],
];