avatar
GBBS
  • Dashboard
@can('founder and principal')
  • Founder and Principal
@endcan @php $isAuthSection = request()->routeIs('menu.*') || request()->routeIs('page.*') || request()->routeIs('drawer-navigation.*'); @endphp @canany(['menu', 'page', 'drawer navigation'])
  • @can('menu')
    • Menu
    @endcan @can('page')
    • Page
    @endcan @can('drawer navigation')
    • Drawer
    @endcan
@endcanany {{-- teams --}} @php $isAuthSection = request()->routeIs('department.*') || request()->routeIs('designation.*') || request()->routeIs('team.*'); @endphp @canany(['department', 'designation', 'teams'])
  • @canany(['department'])
    • Department
    @endcanany @canany(['designation'])
    • Designation
    @endcanany @canany(['teams'])
    • Team
    @endcanany
@endcanany {{-- Academic Structure --}} @php $isAuthSection = request()->routeIs('group.*') || request()->routeIs('subject.*') || request()->routeIs('classes.*') || request()->routeIs('academic-level.*') || request()->routeIs('faculty.*'); @endphp @canany(['group', 'classes', 'academic level', 'faculty'])
  • @canany(['group'])
    • Group
    @endcanany @canany(['subject'])
    • Subject
    @endcanany @canany(['classes'])
    • Classes
    @endcanany @canany(['academic level'])
    • Academic Level
    @endcanany @canany(['faculty'])
    • Faculty
    @endcanany
@endcanany {{-- marketing contents --}} @php $isAuthSection = request()->routeIs('slider.*') || request()->routeIs('popup.*') || request()->routeIs('award-recognition.*') || request()->routeIs('beyond-academic.*') || request()->routeIs('alumni.*') || request()->routeIs('gallery.*') || request()->routeIs('volunteer.*') || request()->routeIs('about us.*') || request()->routeIs('link.*'); @endphp @canany(['slider', 'award & recognition', 'beyond-academic', 'gallery', 'link'])
  • @canany(['slider'])
    • Slider
    @endcanany @canany(['popup'])
    • Popup
    @endcanany @canany(['award & achivements'])
    • Award/ Achivements
    @endcanany @canany(['beyond academic'])
    • Beyond Academic
    @endcanany @canany(['gallery'])
    • Gallery
    @endcanany @canany(['link'])
    • Link
    @endcanany @canany(['statistics'])
    • Statistics
    @endcanany @canany(['alumni'])
    • Alumni
    @endcanany @canany(['volunteer'])
    • Volunteer
    @endcanany @can('about us')
    • About Us
    @endcan
@endcanany {{-- publication --}} @php $isAuthSection = request()->routeIs('publication.*') || request()->routeIs('publication-category.*'); @endphp @canany(['publication', 'publication category'])
  • @canany(['publication'])
    • Publication
    @endcanany @canany(['publication category'])
    • Publication Category
    @endcanany
@endcanany @php $isAuthSection = request()->routeIs('download.*') || request()->routeIs('download-category.*'); @endphp @canany(['download', 'download category'])
  • @canany(['download category'])
    • Download Category
    @endcanany @canany(['download'])
    • Download
    @endcanany
@endcanany @php $isAuthSection = request()->routeIs('faq.*') || request()->routeIs('faq-category.*'); @endphp @canany(['faq', 'faq category'])
  • @canany(['faq category'])
    • Faq Category
    @endcanany @canany(['faq'])
    • Faq
    @endcanany
@endcanany @php $isAuthSection = request()->routeIs('admission.*') || request()->routeIs('career.*') || request()->routeIs('job-application.*') || request()->routeIs('alumni-form.*') || request()->routeIs('volunteer-form.*'); @endphp @canany(['admission', 'career', 'job application', 'volunteer-form'])
  • @canany(['admission'])
    • Admission
    @endcanany @canany(['careers'])
    • Career
    @endcanany @canany(['job application'])
    • Job Application
    @endcanany @canany(['volunteer form'])
    • Volunteer Form
    @endcanany @canany(['alumni form'])
    • Alumni Form
    @endcanany
@endcanany @canany(['contact us'])
  • Contact Us
@endcanany @canany(['testimonial'])
  • Testimonial
@endcanany @canany(['subscription'])
  • Subscription
@endcanany @php $isAuthSection = request()->routeIs('user.*') || request()->routeIs('role.*') || request()->routeIs('permission.*'); @endphp @canany(['user', 'role', 'permission'])
  • @can('user')
    • Users
    @endcan @can('role')
    • Role
    @endcan @can('permission')
    • Permission
    @endcan
@endcanany @canany(['setting'])
  • Setting
@endcanany