@extends('layout.default') @section('title') Bans - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @include('Staff.partials.user-info-search') @endsection @section('page', 'page__bans-log--index') @section('main')

{{ __('common.user') }} {{ __('user.bans') }}

@forelse ($bans as $ban) @empty @endforelse
# {{ __('common.user') }} {{ __('user.judge') }} {{ __('user.reason-ban') }} {{ __('user.reason-unban') }} {{ __('user.created') }} {{ __('user.removed') }}
{{ $ban->id }} {{ $ban->ban_reason }} {{ $ban->unban_reason }}
No bans
{{ $bans->links('partials.pagination') }}
@endsection