'Plan', 'names' => 'Plans', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Plans', 'sub' => 'Plans' ], /** * 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' => [ 'status' => ['Show','Hide'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'slug' => 'Please enter slug', 'name' => 'Please enter name', 'sort_order' => 'Please enter sort order', 'price' => 'Please enter price', 'interval' => 'Please enter interval', 'interval_count' => 'Please enter interval count', 'trial_period_days' => 'Please enter trial period days', 'status' => 'Please select status', 'description' => 'Please enter description', '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', 'slug' => 'Slug', 'name' => 'Name', 'sort_order' => 'Sort order', 'price' => 'Price', 'interval' => 'Interval', 'interval_count' => 'Interval count', 'trial_period_days' => 'Trial period days', 'status' => 'Status', 'description' => 'Description', 'created_at' => 'Created at', ')' => ')', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], ];