'Quote', 'names' => 'Quotes', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Quotes', 'sub' => 'Quotes' ], /** * 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', 'user_id' => 'Please enter user id', 'product_id' => 'Please enter product id', 'seller_id' => 'Please enter seller id', 'details' => 'Please enter details', 'subject' => 'Please enter subject', 'user_type' => 'Please enter user type', 'slug' => 'Please enter slug', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'user_id' => 'User id', 'product_id' => 'Product id', 'seller_id' => 'Seller id', 'details' => 'Details', 'subject' => 'Subject', 'user_type' => 'User type', 'slug' => 'Slug', ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];