@extends('new-design.layouts.master') @section('title') Home | Wedding Realm @endsection @section('description', 'Welcome to Wedding Realm - where your love story meets seamless planning. We know that planning a wedding is one of the most exciting and emotional journeys of your life, and we’re here to make it stress-free.') @section('content') @php $categories = DB::table('vendor_category')->where('isActive', 1)->orderBy('name')->get(); $userLoggedIn = Session::get('user_logged_in'); $user = App\WeddingBudgetCustomerDetails::where('user_id', $userLoggedIn)->first(); $testimonial = DB::table('testimonials')->get(); $data = [ 'categories' => $categories, ]; $memeber = DB::table('users')->where('id', Session::get('user_logged_in'))->first(); @endphp
From Chaos To Confetti: We Help PREPARE, PLAN & PRESERVE Marriages
{{-- Wedding Genie --}}

Harmony

A full-circle planning ecosystem that creates your wedding checklist, budget, vendor recommendations, negotiated pricing and more in seconds!

Try Now
@if(!empty($promotion2Winners))

Book Vendors on Wedding Realm and be automatically entered to win a FREE bridal gown. Retail value $1,500 - $6,000

@forEach($promotion2Winners as $winner)
{{$winner->title}}

@endForEach
@endif {{-- Wedding Planner Consultations --}}

Wedding Planner Consultations

Book expert planners by the hour. No full-service price tags. Planners offer guidance via video meetings, making professional help more accessible than ever. (Full-Service and other support available).

Couples choose what they need and planners get to grow their business from coast to coast. Flexible, Modern, Convenient!

Try Now

Our Services

Our Negotiated Prices & Vendors

Get your negotiated pricing

Wedding Checklist Tool

Get your personal wedding checklist

Interactive Wedding Budget Planner

Get your proposed wedding budget

Wedding Planner Consultations

Book planners by the hour

Harmony Dashboard

Manage your wedding planning here

@include('new-design.common.testimonials') {{-- Negotiated Pricing --}} {{--

Negotiated Pricing

Why pay more? Book vendors on Wedding Realm and Save Up to 30% with our Negotiated Pricing. Keep your budget as blissful as you love story.

Try Now
--}} @include('new-design.common.searchAndMap')
@endsection @push('js') @if (session('vendorDetected')) @endif @if (session('vendorDetectedQ_A')) @endif @if (session('block_vendor_detected')) @endif @if (session('block_member_detected')) @endif @if (session('CaptchaError')) @endif @if (session('PhoneNumberNotFound')) @endif @if (session('BitFoundError')) @endif @if (session('MeetingLinks')) @endif @if (session('MeetingAlreadyAccepted')) @endif @if (session('MeetingRejected')) @endif @if (session('MeetingAlreadyRejected')) @endif @if (session('RescheduleMeetingLinks')) @endif @endpush