Full Name
: {{ $showUser->salutation. ' ' . $showUser->last_name . ' ' . $showUser->first_name}}
Country
: {{ $userCountry }}
Status
: {{ $showUser->status }}
Email
: {{ $showUser->email }}
Address
: {{ $showUser->address }}
@if($showUser->isPaymentProofExist($conf->id) && !$showUser->isParticipating($conf))
Payment Proof
@else
@endif