@extends('layouts.app') @section('title', 'Ganti Password') @section('content')

Ganti Password

@csrf
@error('current_password')
{{ $message }}
@enderror
@error('new_password')
{{ $message }}
@enderror
@endsection