'Seller', 'names' => 'Sellers', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Sellers', 'sub' => 'Sellers', 'list' => 'List of sellers', 'edit' => 'Edit seller', 'create' => 'Create new seller' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'user_id' => 'userId', 'image' => 'Image', 'name' => 'Name', 'phone' => 'Phone', 'email' => 'Email', 'address' => 'Address', 'city' => 'City', 'state' => 'State', 'postal_code' => 'Postal Code', 'country' => 'Country', 'description' => 'Description', 'speciality' => 'Speciality', 'userRatingTotal' => 'UserRatingTotal', 'productRatingTotal' => 'ProductRatingTotal', ], /** * Labels for inputs. */ 'label' => [ 'user_id' => 'User Id', 'image' => 'Image', 'name' => 'Name', 'phone' => 'Phone', 'email' => 'Email', 'address' => 'Address', 'city' => 'City', 'state' => 'State', 'postal_code' => 'Postal Code', 'country' => 'Country', 'description' => 'Description', 'speciality' => 'Speciality', 'userRatingTotal' => 'UserRatingTotal', 'productRatingTotal' => 'ProductRatingTotal', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'user_id' => ['name' => 'User Id', 'data-column' => 1, 'checked'], 'image' => ['name' => 'Image', 'data-column' => 2, 'checked'], 'name' => ['name' => 'Name', 'data-column' => 3, 'checked'], 'phone' => ['name' => 'Phone', 'data-column' => 4, 'checked'], 'email' => ['name' => 'Email', 'data-column' => 5, 'checked'], 'address' => ['name' => 'Address', 'data-column' => 6, 'checked'], 'city' => ['name' => 'City', 'data-column' => 7, 'checked'], 'state' => ['name' => 'State', 'data-column' => 8, 'checked'], 'postal_code' => ['name' => 'Postal Code', 'data-column' => 9, 'checked'], 'country' => ['name' => 'Country', 'data-column' => 10, 'checked'], 'description' => ['name' => 'Description', 'data-column' => 11, 'checked'], 'speciality' => ['name' => 'Speciality', 'data-column' => 12, 'checked'], 'userRatingTotal' => ['name' => 'UserRatingTotal', 'data-column' => 13, 'checked'], 'productRatingTotal' => ['name' => 'ProductRatingTotal', 'data-column' => 14, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Sellers', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];