@if($transaction->status === 'pending')
{{ __('Your payment must be confirmed before you can download files') }}
@endif
{{ __(mb_ucfirst($transaction->status)) }}
@if($transaction->type == 'product')
{!! __('We sent you download links to your email address :email', ['email' => '' . ($transaction->guest_email ?? $transaction->user->email) . '']) !!}