Name | Auth | Payment Methods | Orders | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $user->full_name ?: '(not set)' }}
@if ($user->sticky_note)
{{ $user->sticky_note }}
@endif
|
@if ($user->is_standard_log_in_enabled)
Standard Login
@endif
@if ($user->email)
@endif
@if ($user->cell_number)
@endif
@if ($user->phone_number)
@endif
@if ($user->is_google_log_in_enabled)
Google Login
@endif
@if ($user->google_login_email)
@endif
@if ($user->is_facebook_log_in_enabled)
Facebook Login
@endif
@if ($user->facebook_login_email)
@endif
@if ($user->mailing_address_phone_number)
@endif
Created: {{ friendly_date_time($user->created_at) }} ID: {{ $user->id }} |
@foreach ($user->paymentMethods as $paymentMethod)
= $paymentMethod->displayName() ?>
{{ friendly_date_time($paymentMethod->created_at) }} @if ($user->defaultPaymentMethod && $user->defaultPaymentMethod->uid == $paymentMethod->uid) (default) @endif @if ($paymentMethod->is_removed) (removed) @endif@endforeach |
|