Voucher Code: {{ $voucher->voucher_code }}
Amount: ${{ $voucher->amount }}
@if ($voucher->expiry_date)
Expires on: {{ $voucher->expiry_date }}
@endif

Thank you!