{{-- Success Message --}} @if (session('success')) @endif {{-- Error Message --}} @if ($errors->any())
@endif
Our Offers

Exclusive Deals & Seasonal Discounts

Discover our latest offers on interior design, furniture, and renovation services — crafted to bring beauty and savings together.

@forelse ($offers as $offer)
{{ $offer->title }}

{{ $offer->title }}

@if ($offer->discount_percent) {{ $offer->discount_percent }}% OFF @elseif ($offer->discount_amount) Save ₹{{ number_format($offer->discount_amount) }} @endif

{{ $offer->description }}

@if ($offer->start_date && $offer->end_date) Valid: {{ \Carbon\Carbon::parse($offer->start_date)->format('d M Y') }} - {{ \Carbon\Carbon::parse($offer->end_date)->format('d M Y') }} @else Validity: Ongoing @endif

@if($offer->status == 'active') Active @else Inactive @endif

@csrf @method('DELETE')
@empty

No offers available right now.

@endforelse