@extends('layouts.app') @section('title', 'Change Password - Saba Remedies') @section('content')

Change Password

Keep your account secure with a strong password

{{ substr($user->fname, 0, 1) }}

{{ $user->fname }} {{ $user->lname }}

{{ $user->email }}

Update Password

Enter your current password followed by your new password

@csrf
@endsection