{{ $user->email }}
{{ $user->phone ?: '-' }}
{{ str_replace('_', ' ', $user->role) }}
{{ $user->created_at->format('d M Y H:i') }}
{{ $detail['booking_count'] ?? 0 }}
{{ $detail['completed_booking_count'] ?? 0 }}
Rp {{ number_format($detail['verified_transaction_total'] ?? 0, 0, ',', '.') }}
{{ $detail['review_count'] ?? 0 }}
{{ $rental->company_name }}
{{ $detail['vehicle_count'] ?? 0 }}
{{ $detail['booking_count'] ?? 0 }}
Status verifikasi: {{ $rental->status_verification }}
@elseUser ini belum memiliki rental company.
@endif