Good morning.
I'm using laravel 5.5 and adminlte. I implemented acl with middleware and I use can to test the permissions. I would like to put the can ('centrocusto') in the adminLte menu. Is not working. Has anyone done this? Do you know how to do it? Example: @can [ 'text' = > 'Cost center', 'icon' = > 'filet', 'url' = > 'admin / centrocusto', ], @endcan Thank you.