@extends('layout.with-main')
@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__staff-cheater--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