{{-- SEO Meta Tags --}} @if(($config['widgets']['loading_screen'] ?? true)) @endif @php $isPreview = request()->query('preview') == 1; @endphp @if ($isPreview || ($config['sections']['site']['trending'] ?? true))
local_fire_department

{{$config['texts']['trending_heading'] ?? 'Trending coupons' }}

@forelse($trendingCoupons as $coupon)
{{ ucfirst($coupon->type) }}
star {{ $coupon->brand->rating ?? '4.8' }}
@if($coupon->has_icon && $coupon->icon) {{ $coupon->brand->name }} @elseif($coupon->brand->logo) {{ $coupon->brand->name }} @else
confirmation_number
@endif

{{ $coupon->brand->name }}

{{ $coupon->title }}

{{ ucfirst($coupon->type) }} {{ $coupon->value }}
@empty

No trending coupons available

@endforelse
@endif

{{$config['texts']['coupons_heading'] ?? 'All coupons' }}

{{$config['texts']['coupons_subheading'] ?? 'Discover verified deals for your favorite platforms.' }}

@forelse($coupons as $coupon)
@if($coupon->brand->background)
Background
@endif
@if($coupon->has_icon && $coupon->icon) {{ $coupon->title }} @elseif($coupon->brand->logo) {{ $coupon->brand->name }} @else
confirmation_number
@endif

{{ $coupon->brand->name }}

{{ $coupon->title }}

@for($i = 1; $i <= 5; $i++) @if($i <=floor($coupon->brand->rating ?? 4)) star @else star @endif @endfor
{{ ucfirst($coupon->type) }} {{ $coupon->value }}
verified_user Verified
timer_off No expiration
Remaining
@empty
confirmation_number

No coupons available

Check back later for new deals!

@endforelse
@if($coupons->hasPages())
@if($coupons->onFirstPage()) @else chevron_left @endif @foreach ($coupons->getUrlRange(1, $coupons->lastPage()) as $page => $url) @if ($page == $coupons->currentPage()) @elseif ($page == 1 || $page == $coupons->lastPage() || abs($page - $coupons->currentPage()) <= 2) {{ $page }} @elseif ($page == 2 && $coupons->currentPage() > 4) @elseif ($page == $coupons->lastPage() - 1 && $coupons->currentPage() < $coupons->lastPage() - 3) @endif @endforeach @if($coupons->hasMorePages()) chevron_right @else @endif
@endif
@if ($isPreview || ($config['sections']['site']['footer'] ?? true))
@endif