'Customer', 'names' => 'Customers', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Customers', 'sub' => 'Customers', 'list' => 'List of customers', 'edit' => 'Edit customer', 'create' => 'Create new customer' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'deleted_at' => 'Please select deleted at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'deleted_at' => 'Deleted at', 'updated_at' => 'Updated at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Customers', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];