• User
    {{Auth::user()->name}}
    {{Auth::user()->email}}
  • @can('dashboard')
  • Dashboard
  • @endcan @canany(['permission-group-list','permission-group-create'])
  • Permission Group
      @can('permission-group-create')
    • Add New
    • @endcan @can('permission-group-list')
    • View All
    • @endcan
  • @endcanany @canany(['permission-list','permission-create'])
  • Permission
      @can('permission-create')
    • Add New
    • @endcan @can('permission-list')
    • View All
    • @endcan
  • @endcanany @canany(['role-list','role-create'])
  • Role
      @can('role-create')
    • Add New
    • @endcan @can('role-list')
    • View All
    • @endcan
  • @endcanany @canany(['user-list','user-create'])
  • Users
      @can('user-create')
    • Add New
    • @endcan @can('user-list')
    • View All
    • @endcan
  • @endcanany @canany(['user-list','user-create'])
    @endcanany @canany(['facilities-list','facilities-create'])
  • Faculty
      @can('facilities-create')
    • Add New
    • @endcan @can('facilities-list')
    • View All
    • @endcan
  • @endcanany @canany(['department-list','department-create'])
  • Department
      @can('department-create')
    • Add New
    • @endcan @can('department-list')
    • View All
    • @endcan
  • @endcanany @canany(['campus-facilities-list','campus-facilities-create'])
  • Campus Facilities
      @can('campus-facilities-create')
    • Add New
    • @endcan @can('campus-facilities-list')
    • View All
    • @endcan
  • @endcanany @canany(['facilities-list','department-list','campus-facilities-list'])
    @endcanany @canany(['course-category-list','course-category-create','societies-list'])
  • Course Category
      @can('course-category-create')
    • Add New
    • @endcan @can('course-category-list')
    • View All
    • @endcan
  • @endcanany @canany(['course-list','course-create'])
  • Course
      @can('course-create')
    • Add New
    • @endcan @can('course-list')
    • View All
    • @endcan
  • @endcanany @canany(['course-list','course-category-list'])
    @endcanany @canany(['event-category-list','event-category-create'])
  • Event Category
      @can('event-category-create')
    • Add New
    • @endcan @can('event-category-list')
    • View All
    • @endcan
  • @endcanany @canany(['news-event-list','news-event-create'])
  • News & Event
      @can('news-event-create')
    • Add New
    • @endcan @can('news-event-list')
    • View All
    • @endcan
  • @endcanany
    @canany(['blog-category-list','blog-category-create'])
  • Blog Category
      @can('blog-category-create')
    • Add New
    • @endcan @can('blog-category-list')
    • View All
    • @endcan
  • @endcanany @canany(['blog-tag-list','blog-tag-create'])
  • Blog Tag
      @can('blog-tag-create')
    • Add New
    • @endcan @can('blog-tag-list')
    • View All
    • @endcan
  • @endcanany @canany(['blog-list','blog-create'])
  • Blog
      @can('blog-create')
    • Add New
    • @endcan @can('blog-list')
    • View All
    • @endcan
  • @endcanany @canany(['slug-redirect-list','slug-redirect-create'])
  • Blog Slug Redirect
      @can('slug-redirect-create')
    • Add New
    • @endcan @can('slug-redirect-list')
    • View All
    • @endcan
  • @endcanany