{{ $profile->user->email }}
{{ $profile->bank_name }}
{{ $profile->account_holder_name }}
{{ $profile->account_number }}
{{ $profile->routing_number }}
{{ $profile->account_type ?? 'Not specified' }}
{{ $profile->swift_code }}
{{ $profile->bank_address }}
Reason: {{ $profile->bank_rejection_reason }}
@if($profile->bankRejectedBy)Rejected by: {{ $profile->bankRejectedBy->name }}
@endifThe golfer must update their bank details before admin can re-verify.
Bank account and routing numbers are encrypted in the database. Only the last 4 digits are displayed for security. Your access to this information has been logged.
{{ $log->action_label }}
By {{ $log->accessedBy->name ?? 'Unknown' }} • {{ $log->created_at->diffForHumans() }}
@if($log->reason)"{{ $log->reason }}"
@endifNo access history available.
@endifThis golfer can request withdrawals.
This bank account was rejected. The golfer must update their bank details before you can verify again.
Previous Rejection Reason:
"{{ $profile->bank_rejection_reason }}"
This checklist is for your reference only and is not saved.