| Coupon | Brand | Type | Value | Actions | |
|---|---|---|---|---|---|
|
@if($coupon->has_icon && $coupon->icon)
{{ $coupon->title }}
@if($coupon->description)
{{ $coupon->description }}
@endif
|
@if($coupon->brand && $coupon->brand->logo)
|
{{ ucfirst($coupon->type) }} | {{ $coupon->display_value }} | ||
|
@if ($search || $brandFilter || $typeFilter)
No results found Try adjusting your search or filters @elseNo coupons found Add your first coupon @endif |
|||||