'CauseKindSupport', 'names' => 'CauseKindSupports', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'CauseKindSupports', 'sub' => 'CauseKindSupports', 'list' => 'List of cause_kind_supports', 'edit' => 'Edit cause_kind_support', 'create' => 'Create new cause_kind_support' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'cause_id' => 'Please enter cause id', 'kind_support_id' => 'Please enter kind support id', 'deleted_at' => 'Please select deleted at', 'updated_at' => 'Please select updated at', 'created_at' => 'Please select created at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'cause_id' => 'Cause id', 'kind_support_id' => 'Kind support id', 'deleted_at' => 'Deleted at', 'updated_at' => 'Updated at', 'created_at' => 'Created at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'CauseKindSupports', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];