'Product', 'names' => 'Products', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Products', 'sub' => 'Products' ], /** * 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', 'category_id' => 'Please enter category id', 'brand_id' => 'Please enter brand id', 'name' => 'Please enter name', 'code' => 'Please enter code', 'price' => 'Please enter price', 'whatsapp' => 'Please enter whatsapp', 'catalouge' => 'Please enter catalouge', 'quantity' => 'Please enter quantity', 'description' => 'Please enter description', 'payment_method' => 'Please enter payment method', 'payment_link' => 'Please enter payment link', 'min_order' => 'Please enter min order', 'feature' => 'Please enter feature', 'stock' => 'Please enter stock', 'status' => 'Please enter status', 'images' => 'Please enter images', 'user_id' => 'Please enter user id', 'user_type' => 'Please enter user type', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'category_id' => 'Category id', 'brand_id' => 'Brand id', 'name' => 'Name', 'code' => 'Code', 'price' => 'Price', 'whatsapp' => 'Whatsapp', 'catalouge' => 'Catalouge', 'quantity' => 'Quantity', 'description' => 'Description', 'payment_method' => 'Payment method', 'payment_link' => 'Payment link', 'min_order' => 'Min order', 'feature' => 'Feature', 'stock' => 'Stock', 'status' => 'Status', 'images' => 'Images', 'user_id' => 'User id', 'user_type' => 'User type', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], ];