@extends('layouts.public') @section('title', 'Forgot Password | Dr Dutta Clinic') @section('content')

Forgot Password

We'll email you a reset link.

@if(session('status'))
{{ session('status') }}
@endif @if($errors->any())
{{ $errors->first() }}
@endif
@csrf Back to login
@endsection