{{-- voucherCode --}}
@if(!empty($gift_voucher->voucherCode))
Voucher Code: {{$gift_voucher->voucherCode}}
@endif
{{-- Category --}}
@if(!empty($gift_voucher->category))
Category: {{$gift_voucher->category}}
@endif
{{-- Issued Date --}}
@if(!empty($gift_voucher->issuedDate))
Issued Date: {{$gift_voucher->issuedDate}}
@endif
{{-- Expiry Date --}}
@if(!empty($gift_voucher->expiryDate))
Expiry Date: {{$gift_voucher->expiryDate}}
@endif