@foreach ($perks as $perk)
image_path") }}" class="w-full h-full object-cover object-top rounded-md" alt="#">

{{ $perk->title }}

{{ $perk->discount }} {{-- {{ substr($perk->discount, 0, 2) }}% {{ substr($perk->discount, 2, 100) }} --}}

{{ $perk->description }}

Redeem

Your discount code is: {{ $perk->discount_code }}

Go to website to use the code

@endforeach