• @hasSection('mini')
  • @endif
    @hasSection('class-body')
  • @else
  • @endif
  • @yield('navbar_secound')
@yield("form-search-navbar")
  • User Image {{ str_limit(Auth::user()->name, 11) }} @php $debug = config('app.debug'); @endphp
      @if (Auth::guest())
    • Login
    • Register
    • @else @role("SUPER_ADMIN")
    • Configure
    • Menus
    • @if ($debug==TRUE)
    • Modules
    • Backups
    • @endif @endrole
    • Profile
    • Logout
    • @endif