'Notifications', 'names' => 'Notifications', 'title' => [ 'user' => 'My Notifications', 'admin' => 'Notifications', 'sub' => [ 'user' => 'Notifications created by me', 'admin' => 'Notifications', ], ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'message_id' => '', 'title' => '', 'message' => '', ], /** * Labels for inputs. */ 'label' => [ 'message_id' => '', 'title' => '', 'message' => '', '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', ], ];