User Image

{{Auth::user()->name}}

Online
  • MAIN NAVIGATION
  • @if(Auth::user()->role->name == 'Admin' || Auth::user()->role->name == 'Staff')
  • Dashboard
  • @if(check_Permission('Production Team', 'view'))
  • Production Team
    • All Production Team
    • @if(check_Permission('Production Team', 'create'))
    • Add New
    • @endif
  • @endif @if(check_Permission('Video Gallery', 'view'))
  • Video Gallery
    • All Video Gallery
    • @if(check_Permission('Video Gallery', 'create'))
    • Add New
    • @endif
  • @endif @if(check_Permission('Live Broadcast', 'view'))
  • Live Broadcast
    • All Live Broadcast Videos
    • @if(check_Permission('Live Broadcast', 'create'))
    • Add New
    • @endif
  • @endif @if(check_Permission('TV Shows', 'view'))
  • TV Shows
    • All TV Shows
    • @if(check_Permission('TV Shows', 'create'))
    • Add New
    • @endif
  • @endif @if(check_Permission('Trending Topics', 'view'))
  • Trending Topics
    • All Trending Topics
    • @if(check_Permission('Trending Topics', 'create'))
    • Add New
    • @endif
  • @endif @if(check_Permission('Staff Directory', 'view'))
  • Staff Directory
    • All Staff
    • @if(check_Permission('Staff Directory', 'create'))
    • Add New
    • @endif
  • @endif @if(check_Permission('Subscriptions', 'view'))
  • Subscriptions
    • All Subscription
    • @if(check_Permission('Subscriptions', 'create'))
    • Add New
    • @endif
  • @endif @if(check_Permission('Menus', 'view'))
  • Menus
  • @endif @if(check_Permission('Ratings', 'view'))
  • Viewer Age Ratings
  • @endif @if(check_Permission('Users', 'view'))
  • Registered Users
  • @endif @if(check_Permission('Transaction', 'view'))
  • Transactions
    • M-Pesa Transaction
    • PayPal Transaction
  • @endif @if(check_Permission('Refund', 'view'))
  • Refund Requests
    • M-Pesa Refund Requests
    • Paypal Refund Requests
  • @endif @if(check_Permission('Subscription Request', 'view'))
  • Subscription Requests
    • M-Pesa Subscription Requests
    • Paypal Subscription Requests
  • @endif @if(check_Permission('Pages', 'view'))
  • Footer Pages
    • All Footer Pages
    • @if(check_Permission('Pages', 'create'))
    • Add New
    • @endif
  • @endif @if(check_Permission('Country', 'view'))
  • Countries
  • @endif @if(check_Permission('Settings', 'view'))
  • Settings
  • @endif @endif