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