'Actiontype', 'names' => 'Actiontypes', /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'name' => 'Please enter name', 'icon' => 'Please enter icon', 'description' => 'Please enter description', 'tags_json' => 'Please enter tags_json', 'status' => 'Please enter status', 'actiontypecategory_id' => 'Please enter actiontypecategory_id', 'deleted_at' => 'Please enter deleted_at', 'created_at' => 'Please enter created_at', 'updated_at' => 'Please enter updated_at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'name' => 'Name', 'icon' => 'Icon', 'description' => 'Description', 'tags_json' => 'Tags json', 'status' => 'Status', 'actiontypecategory_id' => 'Actiontypecategory id', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', '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', ], ];