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

Reset Password

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection