@extends('member.layouts.app') @section('title', 'Offers & Deals') @section('content') @php $hasMembership = request()->boolean('membership', true); $offers = [ ['partner' => 'Hilton Colombo', 'offer' => 'Up to 20% off dining', 'category' => 'Dining', 'badge' => 'bg-orange-100 text-orange-700', 'description' => 'Valid for lunch and dinner buffet at Graze Kitchen.', 'validUntil' => 'Mar 31, 2026'], ['partner' => 'Odel', 'offer' => '15% off all purchases', 'category' => 'Shopping', 'badge' => 'bg-blue-100 text-blue-700', 'description' => 'Applicable on clothing and accessories.', 'validUntil' => 'Dec 31, 2026'], ['partner' => 'Jetwing Hotels', 'offer' => '25% off room rates', 'category' => 'Travel', 'badge' => 'bg-green-100 text-green-700', 'description' => 'Valid for double and triple room bookings.', 'validUntil' => 'Apr 30, 2026'], ['partner' => 'Laugfs', 'offer' => '10% off fuel', 'category' => 'Services', 'badge' => 'bg-gray-100 text-gray-700', 'description' => 'Minimum fill of Rs. 5000 required.', 'validUntil' => 'Dec 31, 2026'], ['partner' => 'Softlogic', 'offer' => '12% off electronics', 'category' => 'Shopping', 'badge' => 'bg-blue-100 text-blue-700', 'description' => 'Valid on Samsung, Panasonic and Dell products.', 'validUntil' => 'Jun 30, 2026'], ['partner' => 'Spa Ceylon', 'offer' => '30% off treatments', 'category' => 'Health', 'badge' => 'bg-purple-100 text-purple-700', 'description' => 'Valid for all 90 minute treatments.', 'validUntil' => 'Dec 31, 2026'], ]; @endphp
Explore exclusive discounts from our partners.
{{ $offer['offer'] }}
{{ $offer['description'] }}
Member Exclusive