@php $withdrawalUrl = app()->getLocale() === 'de' ? url('/de/widerrufsbelehrung') : url('/en/withdrawal'); @endphp
{!! $forRecipient ? __('emails.gift_voucher.recipient.body', [ 'amount' => $amount, 'currency' => $currency, 'purchaser' => $voucher->purchaser_email, ]) : __('emails.gift_voucher.purchaser.body', [ 'amount' => $amount, 'currency' => $currency, 'recipient' => $voucher->recipient_email ?: __('emails.gift_voucher.purchaser.recipient_fallback'), ]) !!}
@if ($voucher->message){{ $voucher->message }}
{{ __('emails.gift_voucher.code_label') }}
{{ __('emails.gift_voucher.redeem_hint') }}
@isset($printUrl) @endisset{{ __('emails.gift_voucher.expiry', ['date' => optional($voucher->expires_at)->toFormattedDateString()]) }}
{!! __('emails.gift_voucher.withdrawal', ['url' => $withdrawalUrl]) !!}
{!! __('emails.gift_voucher.footer') !!}