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