@extends('layouts.user') @section('title', 'Profile Settings | Smart Dermatology') @push('styles') @endpush @section('content') Profile Settings Manage your account information and keep your password secure. @if (session('status')) {{ session('status') }} @endif User Profile {{ auth()->user()->name }} {{ auth()->user()->email }} Use this page to keep your details accurate and your account protected. Basic Information Update your name and email address. @csrf @method('PATCH') Full Name @error('name') {{ $message }} @enderror Email Address @error('email') {{ $message }} @enderror Save Changes Change Password Choose a strong password and confirm it carefully. @csrf @method('PATCH') Current Password @error('current_password') {{ $message }} @enderror New Password @error('password') {{ $message }} @enderror Confirm Password Update Password @endsection
Manage your account information and keep your password secure.
{{ auth()->user()->email }}
Use this page to keep your details accurate and your account protected.
Update your name and email address.
Choose a strong password and confirm it carefully.