'Activity', 'names' => 'Activities', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Activities', 'sub' => 'Activities' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'name' => 'Please enter log name', 'description' => 'Please enter description', 'subject_id' => 'Please enter subject id', 'subject_type' => 'Please enter subject type', 'causer_id' => 'Please enter causer id', 'causer_type' => 'Please enter causer type', 'properties' => 'Please enter properties', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'name' => 'Name', 'description' => 'Description', 'subject_id' => 'Subject id', 'subject_type' => 'Subject type', 'causer_id' => 'Causer id', 'causer_type' => 'Causer type', 'properties' => 'Properties', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];