Report-Registered users


@forelse($users as $user) @empty @endforelse
Name Email Id Mobile Status Registered On
{{ $user->name }} {{ $user->email }} {{ $user->mobile }} @if($user->is_active==false) Deactivated @else @if($user->Ban) @if($user->Ban->status) Banned @else Active @endif @else Active @endif @endif {{ date('d M Y',strtotime($user->created_at)) }}
No users found
{{ $users->links('pagination::bootstrap-5') }}
@push('script') @endpush