'Athira', 'names' => 'Athiras', 'title' => [ 'main' => 'Athiras', 'sub' => 'Athiras' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'name' => 'Please enter name', 'email' => 'Please enter email', 'password' => 'Please enter password', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'name' => 'Name', 'email' => 'Email', 'password' => 'Password', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'name' => ['name' => 'Name', 'data-column' => 1, 'checked'], 'email' => ['name' => 'Email', 'data-column' => 2, 'checked'], 'password' => ['name' => 'Password', 'data-column' => 3, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Athiras', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];