@extends('front.layouts.app') @section('title', $service->name . ' - Astrotalk') @section('content')
@if($service->image) {{ $service->name }} @else
@endif

{{ $service->name }}

Vedic Ritual

Connect with the divine through our masterfully performed rituals.

Service Details

{!! $service->description !!}

Booking Information

Verified

100% Secure

Ritual Mode

Live via Video Call

Scheduling

Flexible Timing

How it works

  • 01. Choose your preferred expert below.
  • 02. Book a convenient slot.
  • 03. Receive ritual updates & raw video.

Select Your Expert

Choose from our panel of {{ count($astrologers) }} specialized experts for this ritual.

@forelse($astrologers as $offer)
@if($offer->user->astrologerDetail && $offer->user->astrologerDetail->profile_pic) @else
@endif

{{ $offer->user->name }}

{{ number_format($offer->user->reviews_avg_rating ?: 0, 1) }}
{{ ($offer->user->chat_sessions_count ?: 0) + ($offer->user->astrologerDetail->extra_bookings ?? 0) }}+ Bookings
@if($offer->description)

{{ strip_tags($offer->description) }}

@endif

Ritual Fee

₹{{ number_format($offer->price, 0) }}
@csrf @auth @else Select @endauth
@empty

No specialized experts found

Currently, no experts have listed specific rates for this ritual. Please contact support for assistance.

@endforelse
@endsection