@if(auth()->check() && auth()->user()->isAdmin() == true)
  • Dashboard
    • Dashboard 1
    • Dashboard 2
    • Dashboard 3
    • Dashboard 4
    • Dashboard 5
    • Dashboard 6
  • Role Management
  • Users
    • Manage Users
    • Add New User
    • Deleted Users
  • CRUD Generator
  • Logs
    • Laravel Logs
    • Activity Logs
  • @else
  • Dashboard
  • @endif @foreach($laravelAdminMenus->menus as $section) @if(count(collect($section->items)) > 0) @foreach($section->items as $menu) @can('view-'.Str::slug($menu->title))
  • {{ $menu->title }}
  • @endcan @endforeach @endif @endforeach
  • Account Settings

  • @if(auth()->check() && auth()->user()->isAdmin() == true)
  • Apps
    • Email
    • Email Detail
    • Email Compose
    • Calendar
  • Ui Elements
    • Buttons
    • Modals
    • Tab
    • Card
    • Tooltip & Popover
    • Notification
    • Progressbar
    • Typography
    • Bootstrap Ui
    • Breadcrumb
    • List Media
    • Grid
    • Carousel
    • Scrollspy
    • Spinner
    • Toasts
  • Forms
    • Basic Forms
    • Form Horizontal
    • Bootstrap Touchspin
    • Select2
    • Image Cropper
    • Dropzone
    • Radio & Checkbox
    • Form Colorpicker
    • Form Bootstrap Rangepicker
    • Form Bootstrap Datepicker
  • Tables
    • Bootstrap Table
    • Basic Table
    • Coloured Table Layout
    • Data Table
    • Table Responsive
  • Charts
    • C3 Charts
    • Chart.js Charts
    • Sparkline Charts
    • Chartist Charts
  • Ecommerce Pages
    • Products
    • Products Cart
    • Products Edit
    • Product Details
    • Product Orders
    • Products Checkout
  • Sample Pages
    • Starterkit
    • Profile
    • Animation
    • Search Result
    • Gallery
    • Treeview
    • Block UI
    • Session Timeout
    • Session Idle Timeout
    • Helper Classes
    • Maintenance Page
  • Authentication
    • Login
    • Register
    • Lockscreen
    • Recover password
  • Maps
    • Google Map
    • Vector Map
  • Icons
    • Fontawesome Icons
    • Weather Icons
    • Feather Icons
  • Error Pages
    • Error 400
    • Error 403
    • Error 404
    • Error 500
    • Error 503
  • Multi Level DD
    • Link 1
    • Link 2
      • Link 2 Sub
    • Link 3
  • @endif