{{-- Actual Paper --}}
{{-- Paper Internal --}}
@foreach($gift_vouchers as $gift_voucher)
{{ $business_name }}
- Gift Voucher -
{{-- 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
{{-- Amount --}} @if(!empty($gift_voucher->amount)) Amount: {{$gift_voucher->amount}}/= @endif
@endforeach
{{-- Actual Paper --}}
{{-- Paper Internal --}}