@extends('layouts.doctor') @section('title', 'Change Password') @section('header', 'Security Settings') @section('content')

Update Password

Protect your clinical account with a strong password.

@csrf @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Strength:
  • 8+ Characters
  • Upper & Lower
  • One Number
  • Special Character
Cancel
@endsection