llhd/Views/WebNew/Shared/Section/_Helpdesk.cshtml

12 lines
326 B
Plaintext

@{
var currentController = ViewContext.RouteData.Values["Controller"]?.ToString();
var currentAction = ViewContext.RouteData.Values["Action"]?.ToString();
}
<a href="https://wa.me/6281511930751"
class="helpdesk-floating"
target="_blank"
title="Hubungi Helpdesk LLHD">
<i class="bi bi-whatsapp"></i>
</a>