@extends('layouts.auth') @section('title', 'Confirm Password | Smart Dermatology') @section('subtitle', 'Please confirm your password before continuing.') @section('content')
@csrf
@error('password') {{ $message }} @enderror
@if (Route::has('password.request'))
Forgot Your Password?
@endif
@endsection