Coupons Details
| Coupon Code |
{{ $coupons->coupons_code }}
|
@if($coupons->coupons_descriptions)
| Coupons Description |
{{ $coupons->coupons_descriptions }}
|
@endif
@if($coupons->discount_type)
| Discount Type |
{{ $coupons->discount_type }}
|
@endif
@if($coupons->discount_amount)
| Discount Amount |
{{ $coupons->discount_amount }}
|
@endif
@if($coupons->usage_count)
| Usage Count |
{{ $coupons->usage_count }}
|
@endif
@if($coupons->usage_limit)
| Usage Limit |
{{ $coupons->usage_limit }}
|
@endif
@if($coupons->usage_limit_per_user)
| Usage Limit Per User |
{{ $coupons->usage_limit_per_user }}
|
@endif
@if($coupons->usage_limit_to_x_items)
| Usage Limit To X Items |
{{ $coupons->usage_limit_to_x_items }}
|
@endif
@if($coupons->included_categories)
| Included Categories |
{{ $coupons->included_categories }}
|
@endif
@if($coupons->inculded_products)
| Included Products |
{{ $coupons->inculded_products }}
|
@endif
@if($coupons->excluded_categories)
| Excluded Categories |
{{ $coupons->excluded_categories }}
|
@endif
@if($coupons->excluded_products)
| Excluded Products |
{{ $coupons->excluded_products }}
|
@endif
@if($coupons->orders_online)
| Orders Online |
{{ $coupons->orders_online }}
|
@endif
@if($coupons->collections_orders)
| Collections Orders |
{{ $coupons->collections_orders }}
|
@endif
@if($coupons->eat_in_order)
| Eat-in Orders |
{{ $coupons->eat_in_order }}
|
@endif
@if($coupons->table_orders)
| Table Orders |
{{ $coupons->table_orders }}
|
@endif
@if($coupons->ordered_from)
| Ordered From |
{{ $coupons->ordered_from }}
|
@endif
@if($coupons->time_from)
| Time From |
{{ $coupons->time_from }}
|
@endif
@if($coupons->coupons_days)
| Days |
{{ $coupons->coupons_days }}
|
@endif
@if($coupons->coupons_time_from)
| Time From |
{{ $coupons->coupons_time_from }}
|
@endif
@if($coupons->coupons_time_to)
| Time To |
{{ $coupons->coupons_time_to }}
|
@endif
@if($coupons->coupons_start_date)
| Start Date |
{{ $coupons->coupons_start_date }}
|
@endif
@if($coupons->coupons_end_date)
| End Date |
{{ $coupons->coupons_end_date }}
|
@endif
@if($coupons->coupons_sort)
| Coupons Sort |
{{ $coupons->coupons_sort }}
|
@endif
@if($coupons->coupons_status)
| Coupons Status |
{{ $coupons->coupons_status }}
|
@endif