@extends('layouts.auth2') @section('title', __('lang_v1.reset_password')) @section('content') Back to sign in

Forgot your password?

No worries — enter the email address associated with your DavaIndia pharmacy account and we'll send you a reset link.

@if (session('status') && is_string(session('status')))
{{ session('status') }}
@endif @if ($errors->any())
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
or
@endsection @section('javascript') @endsection