{{-- 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 @endif
@if ($isPreview || ($config['sections']['site']['trending'] ?? true))

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

@forelse($trendingCoupons as $coupon)
@endif

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

@forelse($coupons as $coupon)

{{ $coupon->value }}

Verified

No expiration

@if($coupon->has_icon && $coupon->icon)
@elseif($coupon->brand->logo)
@else
confirmation_number @endif

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

{{ $coupon->title }}

@for($i = 1; $i <= 5; $i++) @if($i <=floor($coupon->brand->rating ?? 4)) @else @endif @endfor

{{ number_format($coupon->brand->rating ?? 4.9, 1) }}

{{$config['texts']['coupons_action_button'] ?? 'Get code'}}
@empty
confirmation_number

No coupons available

Check back later for new deals!

@endforelse
@if($coupons->hasPages())
@if($coupons->onFirstPage()) @else @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()) @else @endif
@endif @if ($isPreview || ($config['sections']['site']['footer'] ?? true))
@endif