{{ $users->total() }} Users
{{-- Filters --}}| User | Phone | Bookings | Status | Joined | Actions |
|---|---|---|---|---|---|
|
{{ $user->name }}
{{ $user->email }}
|
{{ $user->country_code }}{{ $user->phone }} | {{ $user->bookings_count }} | @if($user->status === 'active') Active @else Inactive @endif | {{ $user->created_at->format('d M Y') }} | |
| No users found. | |||||