Skip to main content

latest about YO YO

Most Famous among youth, yo yo honey singh's full name is Hiresh singh. He was born on 15 mar 1983 in Delhi. he is a popular rapper, music producer, singer and actor.
Recently Honey singh will be seen in upcoming movie "X pose".
In this movie, he has played a negative role. According to Yo Yo, he has a little copied the famous actor Pran in it.

Comments

Popular posts from this blog

Magento 2 how to create frontend route

app\code\Vendor\Module\etc\routes.xml app\code\Controller/Index/Login.php scopeConfig = $scopeConfig; } public function execute() { $resultPage = $this->resultFactory->create(ResultFactory::TYPE_PAGE); $resultPage->getConfig()->getTitle()->set(__('Mobile Login')); return $resultPage; } } app\code\Vendor\Module\view\frontend\layout\mobilelogin_index_login.xml app\code\Vendor\Module\view\frontend\templates\login.phtml your code