'Supplier', 'names' => 'Suppliers', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Suppliers', 'sub' => 'Suppliers', 'list' => 'List of suppliers', 'edit' => 'Edit supplier', 'create' => 'Create new supplier' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', 'name' => '', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', 'name' => 'Name', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'name' => ['name' => 'Name', 'data-column' => 1, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Suppliers', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];