'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' => [ 'type' => [ [ 'key' => 'buyer', 'value' => 'buyer', 'text' => 'buyer', ], [ 'key' => 'seller', 'value' => 'seller', 'text' => 'seller', ], ], 'screen' => [ [ 'key' => 'plan', 'value' => 'plan', 'text' => 'plan', ], [ 'key' => 'addon', 'value' => 'addon', 'text' => 'addon', ], ], 'status' => [ [ 'key' => 'Show', 'value' => 'Show', 'text' => 'Show', ], [ 'key' => 'Hide', 'value' => 'Hide', 'text' => 'Hide', ], ], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'type' => 'Please select type', 'screen' => 'Please select screen', 'slug' => 'Please enter slug', 'name' => 'Please enter name', 'status' => 'Please select status', 'order' => 'Please enter order', 'price' => 'Please enter price', 'old_price' => 'Please enter old price', 'number_of_products' => 'Please enter number of products', 'email_quota' => 'Please enter email quota', 'advertisement' => 'Please enter advertisement', 'seller_leads' => 'Please enter seller leads', 'buyer_leads' => 'Please enter buyer leads', 'free_chat' => 'Please enter free chat', 'branches' => 'Please enter branches', 'contacts' => 'Please enter contacts', 'search_count' => 'Please enter search count', 'brand_products' => 'Please enter brand products', 'subscription_type' => 'Please enter subscription type', 'validity' => 'Please enter validity', 'details' => 'Please enter details', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'user_id' => 'User id', 'user_type' => 'User type', 'type' => 'Type', 'screen' => 'Screen', 'slug' => 'Slug', 'name' => 'Name', 'status' => 'Status', 'order' => 'Order', 'price' => 'Price', 'old_price' => 'Old price', 'number_of_products' => 'Number of products', 'email_quota' => 'Email quota', 'advertisement' => 'Advertisement', 'seller_leads' => 'Seller leads', 'buyer_leads' => 'Buyer leads', 'free_chat' => 'Free chat', 'branches' => 'Branches', 'contacts' => 'Contacts', 'search_count' => 'Search count', 'brand_products' => 'Brand products', 'subscription_type' => 'Subscription type', 'validity' => 'Validity', 'details' => 'Details', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], ];