| User |
Email |
Ban started time |
Scheduled ban end time |
Duration |
Remarks |
Revoke |
@forelse($banned_users as $ban)
|
{{ $ban->User->name}}
|
{{ $ban->User->email}}
|
{{ date('d M Y h:i:s a',strtotime($ban->ban_started_at))}}
|
{{ date('d M Y h:i:s a',strtotime($ban->scheduled_ban_end_time))}}
|
{{ $ban->duration.' '.$ban->duration_type }}
|
{{ $ban->remarks }}
|
@if($ban->status) @livewire('RevokeBan',['ban_id'=>$ban->id]) @elseif($ban->is_revoked) Revoked @else Not exists now @endif
|
@empty
| No banned users |
@endforelse
{{ $banned_users->links() }}