@if(auth()->check() && auth()->user()->consoleview && auth()->user()->can('view console')) Console @endif @if(auth()->check() && auth()->user()->movieview && auth()->user()->can('view movies')) Movies Trending Movies @endif @if(auth()->check() && auth()->user()->musicview && auth()->user()->can('view audio')) Audio @endif @if(auth()->check() && auth()->user()->gameview && auth()->user()->can('view pc')) Games @endif @if(auth()->check() && auth()->user()->can('view tv')) TV Trending TV @endif @if(auth()->check() && auth()->user()->xxxview && auth()->user()->can('view adult')) Adult @endif @if(auth()->check() && auth()->user()->bookview && auth()->user()->can('view books')) Books @endif Browse All Releases Browse Groups
Forum Search Advanced Search RSS Feeds API API V2 Site status Contact Us
@if(isset($usefulLinks) && $usefulLinks->isNotEmpty())
@foreach($usefulLinks as $link)
@if($link->url) is_external_url) target="_blank" rel="noopener noreferrer" @endif>
{{ $link->title }}
@if($link->body)
{!! html_entity_decode(trim($link->body, '\'"')) !!}
@endif
@else
{{ $link->title }}
@if($link->body)
{!! html_entity_decode(trim($link->body, '\'"')) !!}
@endif
@endif
@endforeach
@endif @auth @php $userRole = auth()->user()->roles->first()?->name ?? 'user'; @endphp @if($userRole !== 'Admin') @if($userRole === 'User') Upgrade Your Account @else Extend Your Account @endif @endif @endauth @auth Sign Out
@csrf
@endauth