'ActivityLog', 'names' => 'ActivityLogs', 'title' => [ 'user' => 'My ActivityLogs', 'admin' => 'ActivityLogs', 'sub' => [ 'user' => 'ActivityLogs created by me', 'admin' => 'ActivityLogs', ], ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'log_name' => '', 'description' => '', ], /** * Labels for inputs. */ 'label' => [ 'log_name' => '', 'description' => '', 'status' => 'Status', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], /** * Tab labels */ 'tab' => [ 'name' => 'Name', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];