@extends('layouts.main') @section('content')

Account Settings

⚙️ Settings 🔒 Change Password 📄 Documents 🛡️ Privacy Policy 📜 Terms & Conditions
Change Password
@if(session('success'))
{{ session('success') }}
@endif
@csrf
👁️
@error('current_password') {{ $message }} @enderror
👁️
@error('new_password') {{ $message }} @enderror
👁️
@endsection