{{-- SEO Meta Tags --}} @if(($config['widgets']['loading_screen'] ?? true)) @endif @php $isPreview = request()->query('preview') == 1; @endphp
@php $logoLight = $config['appearance']['logo_light'] ?? false; $logoDark = $config['appearance']['logo_dark'] ?? false; @endphp @if ($logoLight || $logoDark) @if ($logoLight) Logo @endif @if ($logoDark) @elseif($logoLight) @endif @else

CouponQuest

@endif
@if($brand->logo)
@endif
Home / Brands / {{ $brand->name }}
@if($brand->logo) {{ $brand->name }} @else store @endif
Official

{{ $brand->name }} Coupons

verified
star {{ number_format($brand->rating ?? 4.5, 1) }} ({{ $brand->coupons->count() }} coupons)
@if($brand->website)
language {{ parse_url($brand->website, PHP_URL_HOST) }}
@endif
@if ($isPreview || ($config['sections']['details_page']['follow'] ?? true)) @endif @if ($isPreview || ($config['sections']['details_page']['official_site'] ?? true)) Visit Store arrow_outward @endif

info About Brand

{{ $brand->description ?? 'Discover amazing deals and exclusive coupons from this brand.' }}

Active Coupons {{ $brand->coupons->count() }}
Best Discount {{ $brand->coupons->max('value') ?? 'N/A' }}
Last Update {{ rand(1, 10) }} minutes ago
@if ($isPreview || ($config['sections']['details_page']['improve'] ?? true))

Help us improve

How was your looting experience?

Thank You!

Your feedback has been received.

@endif

local_activity Active Coupons

@forelse($coupons as $index => $coupon) @if($index === 0) {{-- First coupon with featured style --}}
local_fire_department Latest Deal
@php $words = explode(' ', $coupon->value); $firstWord = array_shift($words); $restWords = implode(' ', $words); @endphp

{{ $firstWord }}

@if($restWords)

{{ $restWords }}

@endif {{ ucfirst($coupon->type) }}

{{ $coupon->title }}

{{ $coupon->description ?? 'Exclusive deal available now!' }}

verified Verified
group Used Today
@else {{-- Other coupons with row style --}}
@php $words = explode(' ', $coupon->value); $firstWord = array_shift($words); $restWords = implode(' ', $words); @endphp

{{ $firstWord }}

@if($restWords)

{{ $restWords }}

@endif {{ ucfirst($coupon->type) }}

{{ $coupon->title }}

{{ $coupon->description ?? 'Exclusive deal available now!' }}

verified Verified
group Used Today
@endif @empty
confirmation_number

No coupons available

Check back later for new deals from {{ $brand->name }}!

@endforelse
@if ($isPreview || ($config['sections']['site']['footer'] ?? true))
@endif