@if(Auth::guard('admin')->user()->can('all'))
  • Dashboard
  • {{-- Investorial master data starts here --}}
  • Master Data
    • Site Setting MC
    • Main Categories MC
    • Sub Categories SC
    • Collections C
    • Colors C
    • Discount D
    • Discount Coupon DC
    • Fabrics F
    • Sizes S
    • Prices P
    • Product Tags P
  • {{-- Investorial master data ends here --}} {{-- Articles starts here --}}
  • Products
    • Add Products a
    • View Products v
  • {{-- Articles ends here --}} {{-- Tesitimonials starts here --}}
  • Tesitimonials
    • Add Tesitimonials a
    • View Tesitimonials v
  • {{-- Tesitimonials ends here --}} {{-- Pages starts here --}}
  • Pages
    • Home Page HP
    • About Page AP
  • {{-- Pages ends here --}} {{-- Pages starts here --}}
  • Users
    • Users u
  • {{-- Pages ends here --}} {{-- Pages starts here --}}
  • Orders
    • All Orders ao
    • Confirmed Orders co
    • Failed Orders fo
    • Abandoned Orders fo
  • Reports
    • Users u
    • Sales co
  • {{-- Pages ends here --}} {{-- Pages starts here --}} {{--
  • Tickets
    • Tickets u
  • --}} {{-- Pages ends here --}} {{-- Pages starts here --}}
  • Contact Enquiries
    • Contact Enquiries CE
  • {{-- Pages ends here --}} {{-- newsletter starts here --}}
  • Newsletter
    • Newsletter NL
@endif @if(Auth::guard('admin')->user()->can('dashboard') || Auth::guard('admin')->user()->can('orders'))
    @if(Auth::guard('admin')->user()->can('dashboard'))
  • Dashboard
  • @endif @if(Auth::guard('admin')->user()->can('orders'))
  • Orders
    • Orders u
    • Confirmed Orders co
    • Failed Orders fo
  • @endif
@endif