@if (Session::get('role') == 'RESELLER')
Devices
Manage devices
Portals
Manage portal
Sub distributors
Manage distributors
@elseif (Session::get('role') == 'SUB_RESELLER')
Devices
Manage devices
@else
Devices
Manage Devices
@if (Session::get('role') == 'ADMIN')
Youtube Videos
@endif
@if (Session::get('role') == 'ADMIN')
Portals
Stalker Portal
M3U Portal
Movie Pool
Updates
Stalker Updates
Launcher Updates
Settings
Users
Activity logs
Encryption
@endif
Logout
@endif
@yield('content') @include('layouts.partials.footer')