I need to put this
< img src="{{url('img/flags/'.$locale.'.png')}}"}> as title
$menu->dropdown('HERE' , function ($sub) { });
So $menu->dropdown('< img src="{{url('img/flags/'.$locale.'.png')}}" >' , function ($sub) { }); is not working
Any help please
I need to put this
< img src="{{url('img/flags/'.$locale.'.png')}}"}> as title
$menu->dropdown('HERE' , function ($sub) { });
So $menu->dropdown('< img src="{{url('img/flags/'.$locale.'.png')}}" >' , function ($sub) { }); is not working
Any help please