@if($transaction->canBeResumed())
@if($transaction->type === 'COURSE')
Resume Payment
@else
Resume Payment
@endif
@endif
@if($transaction->paypal_order_id)
PayPal: {{ substr($transaction->paypal_order_id, 0, 8) }}...
@endif
@if($transaction->payer_email && $transaction->hasEmailMismatch())
Paid by: {{ $transaction->payer_email }}
@endif