Hoàng Vũ
Results
2
comments of
Hoàng Vũ
I also had the same issue but adding below entry to the middleware array in Kernel.php: protected $middleware = [ \Flasher\Laravel\Middleware\FlasherMiddleware::class, ] cause the flash notifications keep displaying anytime, anywhere...
You should use prepend() to add icon before link or append() to add icon after link. For example using FontAwaresome Icons: ` $menu->add($oMenu->name, "danh-muc-san-pham/" . $oMenu->path)->prepend('');` Or another way, you...