@php use SimpleSoftwareIO\QrCode\Facades\QrCode; @endphp
{{ __('Show or share this page, or scan the QR to redeem the voucher code at checkout.') }}
{{ __('Voucher code') }}
{{ __('Value') }}: {{ number_format((float) $voucher->amount, 2) }} {{ $voucher->currency }}
@if($voucher->expires_at)
{{ __('Valid until') }}: {{ $voucher->expires_at->toFormattedDateString() }}
@endif
{{ __('Scan to redeem code at checkout') }}
{{ $voucher->recipient_name ?? '' }} {{ $voucher->recipient_email ? '('.$voucher->recipient_email.')' : '' }}
{{ $voucher->message }}