@extends('layout.default')
@section('title')
Possible Leech Cheaters - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }}
@endsection
@section('meta')
@endsection
@section('breadcrumbs')
{{ __('staff.staff-dashboard') }}
{{ __('staff.possible-leech-cheaters') }}
@endsection
@section('page', 'page__cheaters--index')
@section('main')
{{ __('staff.possible-leech-cheaters') }} (Ghost Leechers)
{{ __('common.user') }} |
{{ __('user.member-since') }} |
{{ __('user.last-login') }} |
@foreach ($cheaters as $cheater)
|
|
|
@endforeach
{{ $cheaters->links('partials.pagination') }}
@endsection