'Deal', 'names' => 'Deals', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Deals', 'sub' => 'Deals', 'list' => 'List of deals', 'edit' => 'Edit deal', 'create' => 'Create new deal' ], /** * Options for select/radio/check. */ 'options' => [ 'type' => ['deal','education'], 'is_deal' => ['on','off'], 'status' => ['show','hide'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'category_id' => 'Please enter category id', 'country_id' => 'Please enter country id', 'state_id' => 'Please enter state id', 'city_id' => 'Please enter city id', 'user_id' => 'Please enter user id', 'type' => 'Please select type', 'type_id' => 'Please enter type id', 'title' => 'Please enter title', 'images' => 'Please enter images', 'description' => 'Please enter description', 'features' => 'Please enter features', 'price' => 'Please enter price', 'expire_date' => 'Please select expire date', 'media_id' => 'Please enter media id', 'target_group' => 'Please enter target group', 'age_group' => 'Please enter age group', 'topics' => 'Please enter topics', 'brands' => 'Please enter brands', 'tags' => 'Please enter tags', 'is_deal' => 'Please select is deal', 'discount' => 'Please enter discount', 'discount_price' => 'Please enter discount price', 'conditions' => 'Please enter conditions', 'valid_from' => 'Please select valid from', 'valid_to' => 'Please select valid to', 'publish_from' => 'Please select publish from', 'publish_to' => 'Please select publish to', 'status' => 'Please select status', 'slug' => 'Please enter slug', 'user_type' => 'Please enter user type', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'category_id' => 'Category id', 'country_id' => 'Country id', 'state_id' => 'State id', 'city_id' => 'City id', 'user_id' => 'User id', 'type' => 'Type', 'type_id' => 'Type id', 'title' => 'Title', 'images' => 'Images', 'description' => 'Description', 'features' => 'Features', 'price' => 'Price', 'expire_date' => 'Expire date', 'media_id' => 'Media id', 'target_group' => 'Target group', 'age_group' => 'Age group', 'topics' => 'Topics', 'brands' => 'Brands', 'tags' => 'Tags', 'is_deal' => 'Is deal', 'discount' => 'Discount', 'discount_price' => 'Discount price', 'conditions' => 'Conditions', 'valid_from' => 'Valid from', 'valid_to' => 'Valid to', 'publish_from' => 'Publish from', 'publish_to' => 'Publish to', 'status' => 'Status', 'slug' => 'Slug', 'user_type' => 'User type', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'category_id' => ['name' => 'Category id', 'data-column' => 1, 'checked'], 'type' => ['name' => 'Type', 'data-column' => 2, 'checked'], 'title' => ['name' => 'Title', 'data-column' => 3, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 4, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Deals', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];