'PlanSubscriptionUsage', 'names' => 'PlanSubscriptionUsages', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'PlanSubscriptionUsages', 'sub' => 'PlanSubscriptionUsages' ], /** * 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', 'subscription_id' => 'Please enter subscription id', 'code' => 'Please enter code', 'valid_until' => 'Please select valid until', 'used' => 'Please enter used', 'created_at' => 'Please select created at', ')' => 'Please select )', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'subscription_id' => 'Subscription id', 'code' => 'Code', 'valid_until' => 'Valid until', 'used' => 'Used', 'created_at' => 'Created at', ')' => ')', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], ];