EVOLUTION-MANAGER
Edit File: 554fe53b19f8b434e56954b93ce8e3661141a929.php
<!doctype html> <html> <head> <title>BotMan Widget</title> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/botman-web-widget@0/build/assets/css/chat.min.css"> <style type="text/css"> html, body{ background: #fff; background-image: url('<?php echo e(asset('admin/frontend/images/gia5.png')); ?>'); background-size: contain; background-repeat: no-repeat; } </style> </head> <body> <script id="botmanWidget" src='https://cdn.jsdelivr.net/npm/botman-web-widget@0/build/js/chat.js'></script> <script src="<?php echo e(asset('admin/frontend/js/jquery-1.12.1.min.js')); ?>"></script> </body> </html>