@extends('front.layouts.app') @section('title', 'Astrologer Login - Astrotalk') @section('content')

Astrologer Portal

Sign in to share your wisdom with the world.

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Email
Mobile
@csrf
Forgot?
@csrf
+91

Want to join our team? Apply Now

Are you a customer? Customer Login

@endsection