@php $first = true; @endphp @foreach(lit()->config('navigation')->topbar as $section) @if($first) @php $first = false; @endphp @else @endif @foreach($section as $entry) @if($entry['type'] == 'title') @else @isset($entry['link']) @if(array_key_exists('icon', $entry))
{!! $entry['icon'] !!}
@endif {!! $entry['title'] !!}
@endisset @isset ($entry['component']) <{{ $entry['component'] }}> @endisset @endif @endforeach @endforeach @if (in_array(\Ignite\Info\InfoServiceProvider::class, config('lit.providers')))
{!! fa('info') !!}
System Info
@endif