@extends('layouts.main') @section('main-section')

Welcome To Ayush Events

Welcome to Ayush Events, your premier destination for exceptional event decorations and management in Navi Mumbai. With a passion for creativity and a keen eye for detail, we specialize in transforming ordinary spaces into extraordinary experiences.

Our services encompass a wide range of celebrations, including birthday parties, weddings, anniversaries, baby showers, and welcome ceremonies. We pride ourselves on our unique balloon decorations and love theme setups, ensuring every event reflects your personal style and vision. Whether it’s a vibrant kids' party or an elegant ring ceremony, our dedicated team is committed to making your occasion unforgettable.

Anniversary Decoration

@foreach($anniversarydecoration as $anniversarydecorations)
Produce Images 15% Off

{{$anniversarydecorations->name}}

₹ {{$anniversarydecorations->price}}
@endforeach

Naming Decoration

@foreach($weddingdecoration as $weddingdecorations)
Produce Images 15% Off

{{$weddingdecorations->name}}

₹ {{$weddingdecorations->price}}
@endforeach

Cartoon Theme

@foreach($cartoon as $cartoons)
Produce Images 15% Off

{{$cartoons->name}}

₹ {{$cartoons->price}}
@endforeach

Baby Shower

@foreach($babyshower as $babyshowers)
Produce Images 15% Off

{{$babyshowers->name}}

₹ {{$babyshowers->price}}
@endforeach

Baby Welcome

@foreach($babywelcome as $babywelcomes)
Produce Images 15% Off

{{$babywelcomes->name}}

₹ {{$babywelcomes->price}}
@endforeach

Love Decoration

@foreach($lovedecoration as $lovedecorations)
Produce Images 15% Off

{{$lovedecorations->name}}

₹ {{$lovedecorations->price}}
@endforeach

Ring Ceremony

@foreach($ringceremony as $ringceremonys)
Produce Images 15% Off

{{$ringceremonys->name}}

₹ {{$ringceremonys->price}}
@endforeach
@foreach($testimonial as $testimonials)

"{{$testimonials->description}}"

{{$testimonials->name}}
@endforeach
@endsection