@section('title', __('site.page_chat_ban_title')) @section('head') @endsection @include('includes/header') @include('includes/topSite')

{{ __('site.page_chat_ban_h1') }}

@if (\Session::has('success')) @php Session::forget('success'); @endphp @endif
@if($allBanned->count() == 0)
{{ __('site.page_chat_ban_norec') }}
{{ __('site.page_chat_ban_btn_back') }}
@else
{{ __('site.page_chat_ban_msg') }}
@foreach($allBanned as $ban) @endforeach
{{ __('site.page_chat_ban_table_1') }} {{ __('site.page_chat_ban_table_4') }}  
{{ $ban->user_id }} {{ date('d/m/Y H:i',strtotime($ban->banned_at)) }} ({{ time_ago($ban->banned_at) }})
{{ $allBanned->links('vendor.pagination.default') }} @endif
@include('includes/footer')