Blocked and Reported Users - Admin View

{{-- --}} @foreach($users as $user) {{-- --}} @endforeach
Blocked by Email (Blocked by) Blocked user Email (Blocked user) Date blockedAction
@if($user->user->hasRole('business')) {{$user->user->fullName()}} @else {{$user->user->fullName()}} @endif {{$user->user->email}} @if($user->blockedUser->hasRole('business')) {{$user->blockedUser->fullName()}} @else {{$user->blockedUser->fullName()}} @endif {{$user->blockedUser->email}} {{ \Carbon\Carbon::parse($user->blocked_at)->format('d/m/Y') }}
{{ $users->onEachSide(3)->links('custom-pagination-links-view') }}