[ 'name' => 'Profil', 'option' => [ 'read' => 'Kann Profil lesen?', 'write' => 'Kann ein Profil erstellen / bearbeiten? ', 'delete' => 'Kann Profil löschen?', ], ], 'adress' => [ 'name' => 'Anschrift', 'option' => [ 'read' => 'Kann Adresse lesen?', 'write' => 'Kann Adresse erstellen / bearbeiten?', 'delete' => 'Kann Adresse löschen?', ], ], 'education' => [ 'name' => 'Education', 'option' => [ 'read' => 'Can read education?', 'write' => 'Can create/edit education?', 'delete' => 'Can delete education?', ], ], 'education_part' => [ 'name' => 'Education part', 'option' => [ 'read' => 'Can read education part?', 'write' => 'Can create/edit education part?', 'delete' => 'Can delete education part?', ], ], ];