'Meeting', 'names' => 'Meetings', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Meetings', 'sub' => 'Meetings', 'list' => 'List of meetings', 'edit' => 'Edit meeting', 'create' => 'Create new meeting' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'user_id' => '', 'created_user_id' => '', 'comment' => '', ], /** * Labels for inputs. */ 'label' => [ 'user_id' => '', 'created_user_id' => '', 'comment' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Meetings', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];