@auth @foreach (get_sidebar()[auth()->user()->role] as $item) @if(optional($item)['child'])
  • {{ strtoupper($item['title']) }}
      @foreach ($item['child'] as $child)
    • {{ $child['title'] }}
    • @if(!$loop->last)

    • @endif @endforeach
  • @else
  • {{ strtoupper($item['title']) }}
  • @endif @endforeach @endif
@auth
@if(optional(auth()->user())->fotoURL()) @else

@endif
Profil Keluar
@endif