[ 'name' => 'Профиль', 'option' => [ 'read' => 'Может читать профиль? ', 'write' => 'Можно создать / отредактировать профиль? ', 'delete' => 'Можете удалить профиль?', ], ], 'adress' => [ 'name' => 'Адрес', 'option' => [ 'read' => 'Можете прочитать адрес? ', 'write' => 'Можно создать / изменить адрес? ', 'delete' => 'Можете удалить адрес?', ], ], '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?', ], ], ];