'Subscriber', 'names' => 'Subscribers', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Subscribers', 'sub' => 'Subscribers', 'list' => 'List of subscribers', 'edit' => 'Edit subscriber', 'create' => 'Create new subscriber' ], /** * Options for select/radio/check. */ 'options' => [ 'sex' => ['','male','female'], 'status' => ['New','Active','Suspended','Locked'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'name' => 'Please enter name', 'email' => 'Please enter email', 'password' => 'Please enter password', 'api_token' => 'Please enter api token', 'remember_token' => 'Please enter remember token', 'sex' => 'Please select sex', 'designation' => 'Please enter designation', 'mobile' => 'Please enter mobile', 'phone' => 'Please enter phone', 'address' => 'Please enter address', 'region_id' => 'Please enter region', 'country_id' => 'Please enter country', 'state_id' => 'Please enter state', 'location_id' => 'Please enter location', 'sublocation_id' => 'Please enter sublocation id', 'zip' => 'Please enter zip', 'email_verified_at' => 'Please select email verified at', 'photo' => 'Please enter photo', 'web' => 'Please enter web', 'status' => 'Please select status', 'created_at' => 'Please select created', 'updated_at' => 'Please select updated', 'deleted_at' => 'Please select deleted', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'name' => 'Name', 'email' => 'Email', 'password' => 'Password', 'api_token' => 'Api token', 'remember_token' => 'Remember token', 'sex' => 'Sex', 'designation' => 'Designation', 'mobile' => 'Mobile', 'phone' => 'Phone', 'address' => 'Address', 'region_id' => 'Region', 'country_id' => 'Country', 'state_id' => 'State', 'location_id' => 'Location', 'sublocation_id' => 'Sublocation id', 'zip' => 'Zip', 'email_verified_at' => 'Email verified at', 'photo' => 'Photo', 'web' => 'Web', 'status' => 'Status', 'created_at' => 'Created', 'updated_at' => 'Updated', 'deleted_at' => 'Deleted', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'name' => ['name' => 'Name', 'data-column' => 1, 'checked'], 'email' => ['name' => 'Email', 'data-column' => 2, 'checked'], 'sex' => ['name' => 'Sex', 'data-column' => 3, 'checked'], 'designation' => ['name' => 'Designation', 'data-column' => 4, 'checked'], 'mobile' => ['name' => 'Mobile', 'data-column' => 5, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Subscribers', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];