• {{ __('Dashboard') }}

  • @php if(Auth::guard('admin')->user()->role->section != 'null'){ $section = json_decode(Auth::guard('admin')->user()->role->section,true); }else{ $section = []; } @endphp @if (in_array('Manage Categories',$section))
  • {{ __('Manage Categories') }}

    • {{ __('Categories') }}
    • {{ __('Sub categories') }}
    • {{ __('Child categories') }}
  • @endif @if (in_array('Manage Products',$section))
  • {{ __('Manage Products') }}

    • {{ __('Brands') }}
    • {{ __('Add Product') }}
    • {{ __('All Products') }}
    • {{ __('Stock Out Products') }}
    • {{ __('Campaign Offer') }}
    • {{ __('CSV Import & Export') }}
    • {{ __('Product Reviews') }}
  • @endif @if (in_array('Manage Orders',$section))
  • {{ __('Manage Orders') }}

    • {{ __('All Orders') }}
    • {{ __('Pending Orders') }}
    • {{ __('Progress Orders') }}
    • {{ __('Delivered Orders') }}
    • {{ __('Canceled Orders') }}
  • @endif @if (in_array('Transactions',$section))
  • {{ __('Transactions') }}

  • @endif @if (in_array('Ecommerce',$section))
  • {{ __('Ecommerce') }}

    • {{ __('Set Coupons') }}
    • {{ __('Shipping') }}
    • {{ __('State Tax') }}
    • {{ __('Tax') }}
    • {{ __('Currency') }}
    • {{ __('Payment') }}
  • @endif @if (in_array('Customer List',$section))
  • {{ __('Customer List') }}

  • @endif @if (in_array('Manages Tickets',$section))
  • {{ __('Manages Tickets') }}

  • @endif @if (in_array('Manage Site',$section))
  • {{ __('Manage Site') }}

    • {{ __('General Settings') }}
    • {{ __('Home Page') }}
    • {{ __('Sliders') }}
    • {{ __('Services') }}
    • {{ __('Visibility') }}
    • {{ __('Social Login') }}
    • {{ __('Email Settings') }}
    • {{ __('SMS Settings') }}
    • {{ __('Announcement') }}
    • {{ __('Cookies Alert') }}
    • {{ __('Maintainance') }}
    • {{ __('Sitemap') }}
    • {{ __('Language') }}
  • @endif @if (in_array('Manage Faqs Contents',$section))
  • {{ __('Manage Faqs') }}

    • {{ __('Categories') }}
    • {{ __('Faqs') }}
  • @endif @if (in_array('Manage Blogs',$section))
  • {{ __('Manage Blogs') }}

    • {{ __('Categories') }}
    • {{ __('Blogs') }}
  • @endif @if (in_array('Manages Pages',$section))
  • {{ __('Manages Pages') }}

  • @endif @if (in_array('Subscribers List',$section))
  • {{ __('Subscribers List') }}

  • @endif @if (in_array('Manage System User',$section))
  • {{ __('System User') }}

    • {{ __('Role') }}
    • {{ __('System User') }}
  • @endif @if (in_array('System Backup',$section))
  • {{ __('System Backup') }}

    • {{ __('System Backup') }}
    • {{ __('Database Backup') }}
  • @endif
  • {{ __('Cache Clear') }}