@extends('front.layouts.app') @section('title', 'Forgot Password - Astrotalk') @section('content')

Forgot Password

Enter your email to receive a password reset link.

@if(session('success'))
{{ session('success') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror

Remember your password? Sign In

@endsection