'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' => [ 'status' => [], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'company_id' => 'Please enter company id', 'seller_company_id' => 'Please enter seller company id', 'product_id' => 'Please enter product id', 'subscription_id' => 'Please enter subscription id', 'quantity' => 'Please enter quantity', 'repeat_interval' => 'Please enter repeat interval', 'scheduler_id' => 'Please enter scheduler id', 'notification_schedule_id' => 'Please enter notification schedule id', 'start_date' => 'Please select start date', 'end_date' => 'Please select end date', 'delivey_date' => 'Please select delivey date', 'skiped_date' => 'Please select skiped date', 'notification_date' => 'Please select notification date', 'status' => 'Please select status', 'deleted_at' => 'Please select deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'company_id' => 'Company id', 'seller_company_id' => 'Seller company id', 'product_id' => 'Product id', 'subscription_id' => 'Subscription id', 'quantity' => 'Quantity', 'repeat_interval' => 'Repeat interval', 'scheduler_id' => 'Scheduler id', 'notification_schedule_id' => 'Notification schedule id', 'start_date' => 'Start date', 'end_date' => 'End date', 'delivey_date' => 'Delivey date', 'skiped_date' => 'Skiped date', 'notification_date' => 'Notification date', 'status' => 'Status', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], ];