1
Good morning.
I am using Laravel 5.5 and adminlte. I implemented Acl with middlewares and use can to test permissions. I would like to put can('centrocusto') in the adminLte menu. It’s not working. Has anyone ever done this? Do you know how to do it? Example: @can [ 'text' => 'Cost Center', 'icon' => 'file', 'url' => 'admin/centrocusto', ], @endcan Thank you.