'Shipping', 'names' => 'Shippings', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Shippings', 'sub' => 'Shippings' ], /** * 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' => [ 'shipping' => ['Yes','No'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'shipping' => 'Please select shipping', 'shipping_charge' => 'Please enter shipping charge', 'service_charge' => 'Please enter service charge', 'user_id' => 'Please enter user id', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'shipping' => 'Shipping', 'shipping_charge' => 'Shipping charge', 'service_charge' => 'Service charge', 'user_id' => 'User id', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], ];