'Benchmark', 'names' => 'Benchmarks', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Benchmarks', 'sub' => 'Benchmarks', 'list' => 'List of benchmarks', 'edit' => 'Edit benchmark', 'create' => 'Create new benchmark' ], /** * Options for select/radio/check. */ 'options' => [ 'status' => ['Show','Hide'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'company_id' => 'Please enter company id', 'country_id' => 'Please enter country', 'location_id' => 'Please enter location', 'name' => 'Please enter name', 'details' => 'Please enter details', 'status' => 'Please select status', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'company_id' => 'Company id', 'country_id' => 'Country', 'location_id' => 'Location', 'name' => 'Name', 'details' => 'Details', 'status' => 'Status', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'country_id' => ['name' => 'Country', 'data-column' => 1, 'checked'], 'location_id' => ['name' => 'Location', 'data-column' => 2, 'checked'], 'name' => ['name' => 'Name', 'data-column' => 3, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Benchmarks', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];