ID {{ $voucherDiscount->id }}
Title {{ $voucherDiscount->title }}
Description {{ $voucherDiscount->description }}
Voucher Discount Code {{ $voucherDiscount->voucher_discount_code }}
Discount Type {{ $voucherDiscount->discount_type }}
Total Discount {{ $voucherDiscount->discount }}
Is Customer Specific {{ ($voucherDiscount->is_customer_specific) ? 'Yes': 'No' }}
Is Valid For Limited Customers {{ ($voucherDiscount->is_valid_for_limited_customers) ? 'Yes': 'No' }}
Number of customer can avail this voucher code {{ $voucherDiscount->number_of_customer_can_use }}
Is First Order Voucher {{ ($voucherDiscount->is_first_order_voucher) ? 'Yes': 'No' }}
Voucher Start Date Time {{ $voucherDiscount->voucher_start_datetime}}
Voucher End Date Time {{ $voucherDiscount->voucher_end_datetime}}
Is Active {{ ($voucherDiscount->is_active) ? 'Yes': 'No' }}
Created At {{ $voucherDiscount->created_at }}
Updated At {{ $voucherDiscount->updated_at }}