'Engine', 'names' => 'Engines', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Engines', 'sub' => 'Engines', 'list' => 'List of engines', 'edit' => 'Edit engine', 'create' => 'Create new engine' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'asset_id' => 'Please enter asset id', 'type' => 'Please enter type', 'priority' => 'Please enter priority', 'location' => 'Please enter location', 'manufacture' => 'Please enter manufacture', 'make' => 'Please enter make', 'model' => 'Please enter model', 'hp' => 'Please enter hp', 'serial_no' => 'Please enter serial no', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'asset_id' => 'Asset id', 'type' => 'Type', 'priority' => 'Priority', 'location' => 'Location', 'manufacture' => 'Manufacture', 'make' => 'Make', 'model' => 'Model', 'hp' => 'Hp', 'serial_no' => 'Serial no', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'asset_id' => ['name' => 'Asset id', 'data-column' => 1, 'checked'], 'type' => ['name' => 'Type', 'data-column' => 2, 'checked'], 'priority' => ['name' => 'Priority', 'data-column' => 3, 'checked'], 'location' => ['name' => 'Location', 'data-column' => 4, 'checked'], 'manufacture' => ['name' => 'Manufacture', 'data-column' => 5, 'checked'], 'make' => ['name' => 'Make', 'data-column' => 6, 'checked'], 'model' => ['name' => 'Model', 'data-column' => 7, 'checked'], 'hp' => ['name' => 'Hp', 'data-column' => 8, 'checked'], 'serial_no' => ['name' => 'Serial no', 'data-column' => 9, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Engines', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];