'LandlordTasks', 'names' => 'LandlordTasks', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'LandlordTasks', 'sub' => 'LandlordTasks', 'list' => 'List of landlord_tasks', 'edit' => 'Edit landlord_tasks', 'create' => 'Create new landlord_tasks' ], /** * Options for select/radio/check. */ 'options' => [ 'status' => ['Active','Inactive'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'service' => 'Service', 'status' => 'Status', ], /** * Labels for inputs. */ 'label' => [ 'service' => 'Service', 'status' => 'Status', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'service' => ['name' => 'Service', 'data-column' => 1, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'LandlordTasks', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];