Official Partner
{{ $brand->name }} Coupon Codes
@if($brand->description){{ $brand->description }}
@endifCommunity Pulse
@php
$reviewCount = rand(1000, 4000);
@endphp
{{ number_format($reviewCount) }} Reviews
Success
Rate
{{ rand(90, 99) }}%
Best Coupon
{{ $coupons->first()->value ?? 'N/A' }}
+{{ number_format($reviewCount / 1000, 1) }}k
Coupons
@forelse($coupons as $coupon)
@empty
@endforelse
@if($coupon->has_icon && $coupon->icon)
@elseif($brand->logo)
@endif
{{ $coupon->title }}
@php
$words = explode(' ', $coupon->value);
$firstWord = array_shift($words);
$restWords = implode(' ', $words);
@endphp
@if($coupon->value)
{{ $coupon->type }}
{{ $firstWord }}
{{ $restWords }} @endif
{{ $restWords }} @endif
No expiration
Claimed today
No coupons available for this brand yet.