Flowbite Logo
BoozeCore @if(isset($title))
{{$title}}
@endif
name name@r-nexus.net
  • @csrf {{ __('Log Out') }}
    @foreach($menus as $parent => $children)
  • @if(is_array($children) && count($children) > 0 ) @php $is_current_parent = false; @endphp @php $current_url = \Illuminate\Support\Facades\Route::currentRouteName(); @endphp
      @foreach($children as $child => $url)
    • {{$child}}
    • @endforeach
    @else {{$parent}} @endif
  • @endforeach