'Store', 'names' => 'Stores', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Stores', 'sub' => 'Stores', 'list' => 'List of stores', 'edit' => 'Edit store', 'create' => 'Create new store' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'id', 'code' => 'store code', 'name' => 'store name', 'alias' => 'store alias', 'region_id' => 'region', 'storetype_id' => 'type', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'id', 'code' => 'Store Code', 'name' => 'Store Name', 'alias' => 'Store Alias', 'region_id' => 'Region', 'storetype_id' => 'Type', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'id' => ['name' => 'id', 'data-column' => 1, 'checked'], 'code' => ['name' => 'Store Code', 'data-column' => 2, 'checked'], 'name' => ['name' => 'Store Name', 'data-column' => 3, 'checked'], 'alias' => ['name' => 'Store Alias', 'data-column' => 4, 'checked'], 'region_id' => ['name' => 'Region', 'data-column' => 5, 'checked'], 'storetype_id' => ['name' => 'Type', 'data-column' => 6, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Stores', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];