@extends('organizers.dashboard') @section('content')
Participant Payment
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 Payment Proof
{{ csrf_field() }}
@else @endif
@endsection