Html – Dropdown menu duplicates Hover
I have a problem with the hover event in my metronic dropdown menu, when I have the cursor over the menu button the hover is correct, but when entering the options the menu turns white, I suppose it may be…
I have a problem with the hover event in my metronic dropdown menu, when I have the cursor over the menu button the hover is correct, but when entering the options the menu turns white, I suppose it may be…
I am trying to integrate fullcallendar in a laravel10 + Metronic app helpers.addVendors(['fullcalendar']); called from controller gives error: Undefined constant "AppHttpControllershelpers" CODE: <?php namespace AppHttpControllers; use AppModelsUser; use IlluminateHttpRequest; class CalendarController extends Controller { public function index() { helpers.addVendors(['fullcalendar']); return…