'Payment', 'names' => 'Payments', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Payments', 'sub' => 'Payments', 'list' => 'List of payments', 'edit' => 'Edit payment', 'create' => 'Create new payment' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'reporting_to' => 'Please enter reporting to', 'name' => 'Please enter name', 'email' => 'Please enter email', 'password' => 'Please enter password', 'company_name' => 'Please enter company name', 'abn' => 'Please enter abn', 'title' => 'Please enter title', 'api_token' => 'Please enter api token', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'reporting_to' => 'Reporting to', 'name' => 'Name', 'email' => 'Email', 'password' => 'Password', 'company_name' => 'Company name', 'abn' => 'Abn', 'title' => 'Title', 'api_token' => 'Api token', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'reporting_to' => ['name' => 'Reporting to', 'data-column' => 1, 'checked'], 'name' => ['name' => 'Name', 'data-column' => 2, 'checked'], 'email' => ['name' => 'Email', 'data-column' => 3, 'checked'], 'password' => ['name' => 'Password', 'data-column' => 4, 'checked'], 'company_name' => ['name' => 'Company name', 'data-column' => 5, 'checked'], 'abn' => ['name' => 'Abn', 'data-column' => 6, 'checked'], 'title' => ['name' => 'Title', 'data-column' => 7, 'checked'], 'api_token' => ['name' => 'Api token', 'data-column' => 8, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Payments', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];