'Plan', 'names' => 'Plans', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Plans', 'sub' => 'Plans', 'list' => 'List of plans', 'edit' => 'Edit plan', 'create' => 'Create new plan' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'asset_checklist_id' => 'Please enter asset checklist id', 'float_plan_id' => 'Please enter float plan id', 'quantity' => 'Please enter quantity', 'check' => 'Please enter check', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'asset_checklist_id' => 'Asset checklist id', 'float_plan_id' => 'Float plan id', 'quantity' => 'Quantity', 'check' => 'Check', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'asset_checklist_id' => ['name' => 'Asset checklist id', 'data-column' => 1, 'checked'], 'float_plan_id' => ['name' => 'Float plan id', 'data-column' => 2, 'checked'], 'quantity' => ['name' => 'Quantity', 'data-column' => 3, 'checked'], 'check' => ['name' => 'Check', 'data-column' => 4, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Plans', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];