Add New Coupon
@forelse($coupons as $coupon) @empty @endforelse
Coupon Brand Type Value Actions
@if($coupon->has_icon && $coupon->icon) @else
@endif
{{ $coupon->title }}
@if($coupon->description)
{{ $coupon->description }}
@endif
@if($coupon->brand && $coupon->brand->logo) @endif {{ $coupon->brand->name ?? 'No Brand' }}
{{ ucfirst($coupon->type) }} {{ $coupon->display_value }}
Edit
@if ($search || $brandFilter || $typeFilter)

No results found

Try adjusting your search or filters

@else

No coupons found

Add your first coupon @endif
@if ($coupons->hasPages())
{{ $coupons->links() }}
@endif