(this might not be entirely necessary unless we're changing everything adminlte publishes) Signed-off-by: miguel456 <me@nogueira.codes>
6 lines
165 B
PHP
6 lines
165 B
PHP
<li @isset($item['id']) id="{{ $item['id'] }}" @endisset class="nav-header {{ $item['class'] ?? '' }}">
|
|
|
|
{{ is_string($item) ? $item : $item['header'] }}
|
|
|
|
</li>
|