Amount
{{ $participant->payments->currency}} {{number_format( round($participant->payments->amount??0,-2),2)}}
Registration Type
{{ $participant->registration_type }}
|
Name of Institution:
{{$participant->place_of_work}}
{{$participant->region->region_name}}, {{$participant->district->district_name}}
Name of Participant:
{{$participant->userTitle->name}} {{$participant->full_name}}
{{$participant->phone}}
|
Amount
{{ $participant->payments->currency}} {{number_format( round($participant->payments->amount??0,-2),2)}}
Registration Type
{{ $participant->registration_type }}
Payment Type
@if($participant->payments->payment_processor=="hubtel")
{{$participant->payments->payment_response?->PaymentDetails?->PaymentType}}
@else
cash
@endif
Paid on
{{$participant?->payments?->paid_on}}
|
|
Name of Institution:
{{$participant->place_of_work}}
{{$participant->region->region_name}}, {{$participant->district->district_name}}
Name of Participant:
{{$participant->userTitle->name}} {{$participant->full_name}}
{{$participant->phone}}
|
Amount
{{ $participant->payments->currency}} {{number_format( round($participant->payments->amount??0,-2),2)}}
Registration Type
{{ $participant->registration_type }}
Payment Type
@if($participant->payments->payment_processor=="hubtel")
{{$participant->payments->payment_response?->PaymentDetails?->PaymentType}}
@else
cash
@endif
Paid on
{{$participant?->payments?->paid_on}}
|