@extends('front.layouts.app') @section('content')
@if(isset($banners) && $banners->count() > 0)
@foreach($banners as $index => $banner) @endforeach
@foreach($banners as $index => $banner) @endforeach
@endif

Unlock Your Destiny

Connect with the world's most trusted astrologers for genuine guidance, spiritual insights, and life-changing predictions.

Join as User

Consult with top astrologers and get personalized predictions.

Join as Astrologer

Grow your practice and guide thousands of people worldwide.

Browse All

Explore various categories of spiritual guidance.

@if(isset($astrologers) && count($astrologers) > 0)

Our Astrologers

13000+ Best Astrologers from India for Online Consultation

@endif @if(isset($blogs) && count($blogs) > 0)

Latest from Blog

Deep dive into the world of astrology, rituals, and spiritual wellness with our expert articles.

View All Posts
@foreach($blogs as $blog)
@if($blog->image) @else
@endif
Astrology
{{ $blog->published_at ? $blog->published_at->format('M d, Y') : $blog->created_at->format('M d, Y') }} 5 min read

{{ $blog->title }}

{{ $blog->excerpt ?? Str::limit(strip_tags($blog->content), 120) }}

Read Full Article
@endforeach
@endif @if(isset($faqCategories) && $faqCategories->count() > 0)

Got Questions?

Find answers to common queries about our services, safety, and astrology guidance.

@foreach($faqCategories as $category) @endforeach
@foreach($faqCategories as $category) @endforeach
@endif @push('scripts') @endpush @endsection