'Service', 'names' => 'Services', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Services', 'sub' => 'Services', 'list' => 'List of services', 'edit' => 'Edit service', 'create' => 'Create new service' ], /** * Options for select/radio/check. */ 'options' => [ 'is_auction' => ['on','off'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'user_id' => 'Please enter user id', 'title' => 'Please enter title', 'type' => 'Please enter type', 'category' => 'Please enter category', 'price' => 'Please enter price', 'phone' => 'Please enter phone', 'email' => 'Please enter email', 'website' => 'Please enter website', 'country_id' => 'Please enter country id', 'state_id' => 'Please enter state id', 'city_id' => 'Please enter city id', 'zipcode' => 'Please enter zipcode', 'street' => 'Please enter street', 'street_no' => 'Please enter street no', 'note' => 'Please enter note', 'description' => 'Please enter description', 'images' => 'Please enter images', 'is_auction' => 'Please select is auction', 'ads_auction_from' => 'Please select ads auction from', 'ads_auction_to' => 'Please select ads auction to', 'slug' => 'Please enter slug', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'user_id' => 'User id', 'title' => 'Title', 'type' => 'Type', 'category' => 'Category', 'price' => 'Price', 'phone' => 'Phone', 'email' => 'Email', 'website' => 'Website', 'country_id' => 'Country id', 'state_id' => 'State id', 'city_id' => 'City id', 'zipcode' => 'Zipcode', 'street' => 'Street', 'street_no' => 'Street no', 'note' => 'Note', 'description' => 'Description', 'images' => 'Images', 'is_auction' => 'Is auction', 'ads_auction_from' => 'Ads auction from', 'ads_auction_to' => 'Ads auction to', 'slug' => 'Slug', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'title' => ['name' => 'Title', 'data-column' => 1, 'checked'], 'type' => ['name' => 'Type', 'data-column' => 2, 'checked'], 'category' => ['name' => 'Category', 'data-column' => 3, 'checked'], 'price' => ['name' => 'Price', 'data-column' => 4, 'checked'], 'country_id' => ['name' => 'Country id', 'data-column' => 5, 'checked'], 'is_auction' => ['name' => 'Is auction', 'data-column' => 6, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Services', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];