@extends('website.layouts.app') @section('content') @php $partners = [ ['id' => 1, 'name' => 'Odel Store', 'category' => 'Shopping', 'address' => 'No. 5, Alexandra Place, Colombo 07', 'discount' => '25% OFF', 'lat' => 6.9147, 'lng' => 79.8637, 'description' => 'Premier fashion and lifestyle department store.'], ['id' => 2, 'name' => 'Ministry of Crab', 'category' => 'Dining', 'address' => 'Old Dutch Hospital, Colombo 01', 'discount' => '20% OFF', 'lat' => 6.9344, 'lng' => 79.8528, 'description' => 'World-renowned seafood restaurant in a historic setting.'], ['id' => 3, 'name' => 'Spa Ceylon', 'category' => 'Health & Wellness', 'address' => 'Galle Face Hotel, Colombo 03', 'discount' => '30% OFF', 'lat' => 6.9246, 'lng' => 79.8540, 'description' => 'Luxury Ayurveda spa and wellness products.'], ['id' => 4, 'name' => 'Hilton Colombo', 'category' => 'Travel', 'address' => '2 Sir Chittampalam A Gardiner Mawatha, Colombo 01', 'discount' => '35% OFF', 'lat' => 6.9319, 'lng' => 79.8578, 'description' => 'Five-star hotel with premium dining and accommodation.'], ['id' => 5, 'name' => 'Keells Super', 'category' => 'Shopping', 'address' => 'Union Place, Colombo 02', 'discount' => '15% OFF', 'lat' => 6.9167, 'lng' => 79.8580, 'description' => 'Fresh produce and daily essentials supermarket.'], ['id' => 6, 'name' => 'Cargills Food City', 'category' => 'Shopping', 'address' => 'Staple Street, Colombo 02', 'discount' => '10% OFF', 'lat' => 6.9350, 'lng' => 79.8500, 'description' => 'Trusted supermarket chain for all your grocery needs.'], ['id' => 8, 'name' => 'Fashion Bug', 'category' => 'Shopping', 'address' => 'Bambalapitiya, Colombo 04', 'discount' => '20% OFF', 'lat' => 6.8920, 'lng' => 79.8570, 'description' => 'Trendy clothing for men, women, and kids.'], ['id' => 9, 'name' => 'Barista Coffee', 'category' => 'Dining', 'address' => 'Park Street, Colombo 02', 'discount' => '15% OFF', 'lat' => 6.9140, 'lng' => 79.8560, 'description' => 'Authentic Italian coffee and cafe snacks.'], ['id' => 10, 'name' => 'Scope Cinemas', 'category' => 'Entertainment', 'address' => 'Colombo City Centre', 'discount' => '25% OFF', 'lat' => 6.9175, 'lng' => 79.8560, 'description' => 'State-of-the-art movie theater experience.'], ['id' => 11, 'name' => 'British Council', 'category' => 'Education', 'address' => 'Alfred House Gardens, Colombo 03', 'discount' => '20% OFF', 'lat' => 6.9050, 'lng' => 79.8550, 'description' => 'English courses and library membership discounts.'], ['id' => 12, 'name' => 'Aura Fitness', 'category' => 'Health & Wellness', 'address' => 'Havelock Road, Colombo 05', 'discount' => '30% OFF', 'lat' => 6.8850, 'lng' => 79.8620, 'description' => 'Modern gym and fitness center with expert trainers.'], ]; $categories = [ ['name' => 'All', 'icon' => null, 'color' => 'text-gray-600 bg-gray-100'], ['name' => 'Dining', 'icon' => 'utensils-crossed', 'color' => 'text-orange-600 bg-orange-100'], ['name' => 'Travel', 'icon' => 'plane', 'color' => 'text-blue-600 bg-blue-100'], ['name' => 'Health & Wellness', 'icon' => 'heart', 'color' => 'text-red-600 bg-red-100'], ['name' => 'Shopping', 'icon' => 'shopping-bag', 'color' => 'text-purple-600 bg-purple-100'], ['name' => 'Entertainment', 'icon' => 'music', 'color' => 'text-pink-600 bg-pink-100'], ['name' => 'Education', 'icon' => 'graduation-cap', 'color' => 'text-green-600 bg-green-100'], ]; $categoryMeta = collect($categories)->keyBy('name'); @endphp
Directions
{{ $partner['category'] }}
{{ $partner['description'] }}
No partners found matching your search.