@extends('layouts.index') @section('title') Pengaturan Akun @endsection @section('css') @endsection @section('content')

Change Password

@csrf
@error('password_lama')
{{ $message }}
@enderror
@error('password_baru')
{{ $message }}
@enderror
@error('konfirmasi_password_baru')
{{ $message }}
@enderror
Back
@endsection @section('js') @endsection