Profile
Name{{ $user->name }}
Email{{ $user->email }}
Phone{{ $user->phone ?? '—' }}
Joined{{ $user->created_at->format('d M Y') }}
ID Verified
@if($user->didit_verified)
Verified
@else
Not Verified
@endif
Status
@if($user->is_banned) Banned
@elseif($user->is_suspended) Suspended
@else Active
@endif
Role
@if($user->is_lender) Lender
@else Renter
@endif
@if($user->is_brand) Brand @endif
Stripe Account{{ $user->stripe_account_id ?? '—' }}
Stats
Total Earnings£{{ number_format($totalEarnings, 2) }}
Total Rentals{{ $totalRentals }}
Total Listings{{ $totalListings }}